Sébastien Conejo

Results 20 issues of Sébastien Conejo

![Capture d’écran 2024-09-25 à 12 07 34](https://github.com/user-attachments/assets/a6868522-b376-4234-9572-93c8da1961c3) My backend entity contains an _entity_ with this property: ````` - { name: aquiredAt, type: timestamp } ````` From the admin panel, if...

bug

**Description:** We want to enhance the documentation by adding a button for each property type listed in our [properties documentation](https://manifest.build/docs/properties). The button should direct users to a StackBlitz example that...

docs
good first issue
hacktoberfest

The aim is to give developers direct access to a demo on stackblitz showing how relations works in a real use case. - The stackblitz demo should present the backend.yml...

good first issue
hacktoberfest

### **Description:** We need to create tutorials to help developers, especially junior developers, better understand and use Manifest. These tutorials can be in the form of videos or blog posts,...

hacktoberfest

The aim is to give developers direct access to a demo on stackblitz showing how Auth works in a real use case. - The stackblitz demo should present the backend.yml...

bug
hacktoberfest

Description: We need to add two validators, `MinDate` and `MaxDate`, to validate date and time properties. These should support both date (`YYYY-MM-`DD) and timestamp formats, which include the time in...

docs
api
api doc
core

Invalid scss @import positions have been found. We need to replace it by @use rule to improve project maintainability. **List of Invalid scss @import positions:** - https://www.codefactor.io/repository/github/mnfst/manifest/issues?category=Maintainability&groupId=4230

bug
good first issue
hacktoberfest

We found several uses of redundant values in scss files. In [packages\core\admin\src\app\modules\layout\touch-menu\touch-menu.component.scss:96](https://www.codefactor.io/repository/github/mnfst/manifest/source/develop/packages/core/admin/src/app/modules/layout/touch-menu/touch-menu.component.scss#L96) - `border-color: transparent transparent rgba($sidenav-item-color, 0.1) transparent;` In [packages\core\admin\src\app\modules\layout\touch-menu\touch-menu.component.scss:84](https://www.codefactor.io/repository/github/mnfst/manifest/source/develop/packages/core/admin/src/app/modules/layout/touch-menu/touch-menu.component.scss#L84) - `border-color: transparent transparent rgba($sidenav-item-color, 0.1) transparent;` In [packages\core\admin\src\app\modules\layout\side-menu\side-menu.component.scss:39](https://www.codefactor.io/repository/github/mnfst/manifest/source/develop/packages/core/admin/src/app/modules/layout/side-menu/side-menu.component.scss#L39)...

good first issue
hacktoberfest
admin panel

Improve CSS code performance, taking into account the new version of Bulma. - [ ] Update Bulma - [ ] Remove duplicated code - [ ] Follow CodeFactor warnings and...

admin panel