Go to file
Matt fe90bd63c3 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
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components feat: add new status columns 2025-06-04 00:48:44 +03:00
composables feat: add interest button 2025-06-03 22:04:22 +03:00
middleware feat: add files 2025-02-16 14:10:19 +02:00
pages feat: Add mobile responsiveness to interest list table and simplify dashboard routing 2025-06-04 01:40:13 +02:00
public feat: add more pages 2025-03-14 02:10:03 +02:00
server feat: add new status columns 2025-06-04 00:48:44 +03:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils feat: add new status columns 2025-06-04 00:48:44 +03:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.gitignore feat: add files 2025-02-16 14:10:19 +02:00
Dockerfile feat: add files 2025-02-16 14:10:19 +02:00
README.md feat: add files 2025-02-16 14:10:19 +02:00
app.vue feat: add interest button 2025-06-03 22:04:22 +03:00
nuxt.config.ts feat: changes 2025-05-29 08:32:13 +03:00
package-lock.json feat: add files 2025-02-16 14:10:19 +02:00
package.json feat: add files 2025-02-16 14:10:19 +02:00
tsconfig.json feat: add files 2025-02-16 14:10:19 +02:00

README.md

Client Portal

Commands

  • npm run dev to start development

Tech Stack

  • Node.js
  • Nuxt
  • Directus
  • Vuetify