Go to file
Matt 3e754bb906 Replace emoji flags with real images and add country search
- Use flagcdn.com for country flag images instead of emoji flags
- Add search functionality to filter countries in dropdown
- Expand country list to include all countries worldwide
- Improve country list UI with better layout and styling
- Add error handling for flag image loading failures
- Remove flag property from Country interface
2025-06-04 03:02:25 +02:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components Replace emoji flags with real images and add country search 2025-06-04 03:02:25 +02: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 Add v-phone-input component for enhanced phone number fields 2025-06-04 02:43:21 +02:00
package.json Add v-phone-input component for enhanced phone number fields 2025-06-04 02:43:21 +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