You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
NDialog or NModal: we have Dialog component in @nuxt/devtools, we can refactor and move it to ui.
NDrawer: we have DrawerRight & DrawerBottom component in @nuxt/devtools, we can refactor and move it to ui.
NNotification: we have Notification component in nuxt-devtools, we can refactor and move it to ui.
NNavbar: we have Navbar component in @nuxt/devtools, we can refactor and move it to ui because it's often use.
NSplitPane: we have PanelLeftRight component in @nuxt/devtools, we can refactor and move it to ui.
NTooltip: we are using floating-vue for tooltips too in @nuxt/devtools, but I think we can add tooltip with only css
NCommandPalette: we have CommandPalette component in @nuxt/devtools, we can refactor and move it to ui
NAlert: there is already NTip but I think NAlert is more common for use
NBadge: we have Badge component in @nuxt/devtools, we can refactor and move it to ui
NLink & NTextExternalLink: can refactored to one component
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
The text was updated successfully, but these errors were encountered:
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
: unavailableNDialog
orNModal
: we haveDialog
component in@nuxt/devtools
, we can refactor and move it toui
.NDrawer
: we haveDrawerRight
&DrawerBottom
component in@nuxt/devtools
, we can refactor and move it toui
.NNotification
: we haveNotification
component innuxt-devtools
, we can refactor and move it toui
.NNavbar
: we haveNavbar
component in@nuxt/devtools
, we can refactor and move it toui
because it's often use.NSplitPane
: we havePanelLeftRight
component in@nuxt/devtools
, we can refactor and move it toui
.NTooltip
: we are usingfloating-vue
for tooltips too in@nuxt/devtools
, but I think we can add tooltip with only cssNCommandPalette
: we haveCommandPalette
component in@nuxt/devtools
, we can refactor and move it toui
NAlert
: there is alreadyNTip
but I thinkNAlert
is more common for useNBadge
: we haveBadge
component in@nuxt/devtools
, we can refactor and move it toui
NLink
&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-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
The text was updated successfully, but these errors were encountered: