Go to file
Matt 5f299f389a Fix email system issues and remove unsupported reminder feature
- Removed EOI reminder settings as the field is not supported in database schema
- Fixed reply to thread button visibility with better styling (flat variant, larger size)
- Optimized email loading by reducing fetch limit from 200 to 50
- Fixed thread view visual issues with accordion variant and zero elevation
- Added explicit save button for email signatures
- Fixed reminder-related TypeScript errors by removing unused code
- Improved thread reply button positioning with proper margins
2025-06-10 17:17:32 +02:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components Fix email system issues and remove unsupported reminder feature 2025-06-10 17:17:32 +02:00
composables feat: add interest button 2025-06-03 22:04:22 +03:00
docs Add EOI automation system with email processing and document management 2025-06-10 13:59:09 +02:00
middleware feat: add files 2025-02-16 14:10:19 +02:00
pages updates 2025-06-10 16:48:40 +02:00
public Add Port Nimara branding to interest list page 2025-06-04 04:12:54 +02:00
server Fix multiple UI/UX issues and enhance email functionality 2025-06-10 17:07:11 +02:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils Refactor EOI management into dedicated component 2025-06-10 00:37:43 +02:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example Add Documenso integration for EOI document generation 2025-06-09 22:40:37 +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 Switch Minio connection to use SSL on port 443 2025-06-04 16:50:07 +02:00
package-lock.json Add EOI automation system with email processing and document management 2025-06-10 13:59:09 +02:00
package.json Add EOI automation system with email processing and document management 2025-06-10 13:59:09 +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