This website requires JavaScript.
Explore
Help
Register
Sign In
matt
/
port-nimara-client-portal
Watch
1
Star
0
Fork
You've already forked port-nimara-client-portal
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4abf74e750
port-nimara-client-portal
/
pages
/
dashboard
/
index.vue
4 lines
96 B
Vue
Raw
Normal View
History
Unescape
Escape
feat: add files
2025-02-16 13:10:19 +01:00
<
script
lang
=
"ts"
setup
>
feat: Add mobile responsiveness to interest list table and simplify dashboard routing - Change dashboard default route to always navigate to interest-list page - Add horizontal scrolling for data table on mobile devices - Implement responsive table styles with min-width and no-wrap for better mobile UX - Remove conditional navigation logic based on portal tags
2025-06-04 01:40:13 +02:00
onBeforeMount
(
(
)
=>
navigateTo
(
"/dashboard/interest-list"
)
)
;
feat: add files
2025-02-16 13:10:19 +01:00
<
/
script
>