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:
@@ -15,6 +15,7 @@
|
||||
"backoffice:lint": "nx run backoffice:lint",
|
||||
"dimentorin:dev": "nx dev dimentorin",
|
||||
"dimentorin:test": "nx test dimentorin",
|
||||
"dimentorin:ss": "playwright test --config=apps/dimentorin/playwright.config.ts apps/dimentorin/e2e/screenshots.test.ts",
|
||||
"dimentorin:build": "nx build dimentorin",
|
||||
"dimentorin:prod": "serve ./dist/apps/dimentorin",
|
||||
"dimentorin:lint": "nx run dimentorin:lint",
|
||||
|
||||
Reference in New Issue
Block a user