Dashboard users part 2 (#79)

* fix: add FigmaImage directory to .gitignore

* feat: enhance dashboard tests and add new components for rendering

* feat: add navigation functionality and UI enhancements to dashboard components

* feat: add article preview and mentor contact modals, implement article builder and FAQ page

* refactor: remove FAQ route and update settings layout for improved responsiveness

* feat: enhance two-step authentication UI and functionality with improved styles and user feedback

* feat: add mentoring detail and feedback modals, enhance mentoring page functionality and UI

* fix: handle JSON parse failure in edit profile modal error handling
This commit is contained in:
Asep Haryana Saputra
2026-04-15 12:20:05 +07:00
committed by GitHub
parent 426b71f341
commit 48411d3a08
18 changed files with 1904 additions and 554 deletions
+3
View File
@@ -39,5 +39,8 @@ export default defineConfig({
reuseExistingServer: true,
cwd: '../../', // Run from root where Nx is available
timeout: 120000,
env: {
VITE_BYPASS_AUTH_MIDDLEWARE: 'true',
},
},
});