DevTools UI improvement
while developing modules for DevTools, It feels like some components are missing or some can be refactored to have more features. here is a list:
- [ ]
NTable: unavailable - [ ]
NPagination: unavailable - [ ]
NTabs: unavailable - [ ]
NDialogorNModal: we haveDialogcomponent in@nuxt/devtools, we can refactor and move it toui. - [x]
NDrawer: we haveDrawerRight&DrawerBottomcomponent in@nuxt/devtools, we can refactor and move it toui. - [x]
NNotification: we haveNotificationcomponent innuxt-devtools, we can refactor and move it toui. - [x]
NNavbar: we haveNavbarcomponent in@nuxt/devtools, we can refactor and move it touibecause it's often use. - [x]
NSplitPane: we havePanelLeftRightcomponent in@nuxt/devtools, we can refactor and move it toui. - [ ]
NTooltip: we are usingfloating-vuefor tooltips too in@nuxt/devtools, but I think we can add tooltip with only css - [x] ~~
NCommandPalette: we haveCommandPalettecomponent in@nuxt/devtools, we can refactor and move it toui~~ - [ ]
NAlert: there is alreadyNTipbut I thinkNAlertis more common for use - [x]
NBadge: we haveBadgecomponent in@nuxt/devtools, we can refactor and move it toui - [x]
NLink&NTextExternalLink: can refactored to one component - [x]
NButton&NIconButton: can refactored to one component (with support for group-buttons)
also there is this thought that maybe user wants to use @nuxt/devtools-ui for any other project so it would be neat if we add some other components too (e.g. NAvatar, NProgress ...)
If there are any additional components or improvements that have been overlooked, please feel free to add them to the list. let me know what you think, thanks
I am not sure if NCommandPalette should be moved to UI kit, modules should contribute to the main commands instead of bundling another one.
Others sound great! 👍
I am not sure if
NCommandPaletteshould be moved to UI kit, modules should contribute to the main commands instead of bundling another one.Others sound great! 👍
Yes I forgot about that :)