refactor: remove Playwright dependencies and configuration, update test cases, and clean up code formatting
- Removed Playwright test dependencies from package.json and deleted playwright.config.ts. - Updated LoginForm component and its tests for improved readability and consistency. - Cleaned up App.vue and PublicLayout.vue by adjusting import formatting. - Fixed missing newlines in CSS and other files for better formatting. - Updated userStore to ensure proper object syntax. - Refactored LoginView to enhance code clarity and maintainability.
This commit is contained in:
@@ -10,6 +10,10 @@ coverage/
|
||||
appsettings*.json
|
||||
!appsettings.Example.json
|
||||
|
||||
# docker bind-mount data
|
||||
docker/data/
|
||||
docker/keys/
|
||||
|
||||
# dotenv files
|
||||
.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user