sharp icon indicating copy to clipboard operation
sharp copied to clipboard

Laravel 10+ Content management framework

Results 38 sharp issues
Sort by recently updated
recently updated
newest added

### Todo - [ ] test Dashboard / EEL filters controllers POST - [ ] test Default / Session / QS filters in command Migrate to - inertia - vue...

### todo: - [ ] fixer les tests (modif de config/sharp.php pas prise en compte en live) ### Completed - [x] Wizard to create a command entity/instance. - [x] Wizard...

wip

``` message: "Code16\Sharp\Data\PaginatorMetaData::__construct(): Argument #3 ($from) must be of type int, null given, called in /sharp/src/Data/PaginatorMetaData.php on line 32" #code: 0 #file: "./src/Data/PaginatorMetaData.php" #line: 10 ```

- enabled 2fa for all users on demo - better info box to learn about the feature + understand why the expected code is here (it's a demo) - better...

close https://github.com/code16/sharp-dev/issues/311

wip

Status: wait for front to work since we need inertia rendering

wip

![Screenshot 2023-10-19 at 10-57-23 New “entity” Posts Demo project (Sharp 8 1 2)](https://github.com/code16/sharp/assets/2412608/3741bf12-3398-47b7-ad31-d1e250df2b87) Maybe it should have an icon : ![unnamed(6)](https://github.com/code16/sharp/assets/2412608/689de6a7-89c0-4812-a35a-16eaa6a4e559) Bonus: exceeded chars could be highlighted ![unnamed(8)](https://github.com/code16/sharp/assets/2412608/f8a8a8e7-5991-4f9d-ba81-df1c84367c18)

a11y

Could i ask you to put getDataKeys() in **Code16\Sharp\Utils\Fields\HandleFormFields** before running filter (not every time)? $formattedData = collect($data) ->filter(function ($value, $key) { // Filter only configured fields return in_array($key, $this->getDataKeys());...