Abdón Rodríguez
Abdón Rodríguez
When we are on desktop we have tabs: And when we are on mobile we have a dropdown: As we just have two tabs, maybe we can keep the tabs...
**I'm submitting a:** - [ ] bug report - [x] feature request **What OS are you using?** macOS **Current behavior:** With the new version there is no option to customize...
Add support to code collapse: 
Simple example:
## Description Small and quick update `nanoid` to v3.3. We have an internal security tool that is complaining about this dependency. ## Type of Change - [ ] Bugfix -...
### Describe the Bug Right now, when you build an extension you see something like this: ``` > [email protected] build > directus-extension build ⠙ Building Directus extension...The 'this' keyword is...
There is the `no-native-attributes` rule: https://github.com/43081j/eslint-plugin-lit/blob/master/docs/rules/no-native-attributes.md But we also want to avoid native properties like `className`: https://developer.mozilla.org/en-US/docs/Web/API/Element/className We should have a different rule? Or just add more elements to the...
### Describe the Bug I can create a query variable with `ID` type to use with the `*_by_id` queries like: ```graphql query GetProfileContent($id: ID!) { profile: profiles_by_id(id: $id) { id...
Currently the published package size is **164M** in disk:  I'm not sure what can be cleaned up right now, but it would be...