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:
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
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: unavailableNPagination: unavailableNTabs: unavailableNDialogorNModal: we haveDialogcomponent in@nuxt/devtools, we can refactor and move it toui.NDrawer: we haveDrawerRight&DrawerBottomcomponent in@nuxt/devtools, we can refactor and move it toui.NNotification: we haveNotificationcomponent innuxt-devtools, we can refactor and move it toui.NNavbar: we haveNavbarcomponent in@nuxt/devtools, we can refactor and move it touibecause it's often use.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 cssNCommandPalette: we haveCommandPalettecomponent in@nuxt/devtools, we can refactor and move it touiNAlert: there is alreadyNTipbut I thinkNAlertis more common for useNBadge: we haveBadgecomponent in@nuxt/devtools, we can refactor and move it touiNLink&NTextExternalLink: can refactored to one componentNButton&NIconButton: can refactored to one component (with support for group-buttons)also there is this thought that maybe user wants to use
@nuxt/devtools-uifor 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