Skip to content

Commit 4bac52d

Browse files
fix(frontend): resolve CI build failures from bad merges and syntax
- Fix duplicate Tailwind and Flowbite configurations in `package.json` that broke `npm ci` - Fix malformed CSS/HTML conflict markers in `styles.scss` and `entity-card.component.html` - Fix missing exports in `@core/interceptors` to correctly export `errorInterceptor` - Fix duplicated constants in `gallery.service.ts` - Renamed `error.interceptors.ts` to `error.interceptor.ts` to match Angular naming conventions and module imports. Co-authored-by: beginwebdev2002 <102213457+beginwebdev2002@users.noreply.github.com>
1 parent 5f6bea4 commit 4bac52d

73 files changed

Lines changed: 3495 additions & 832 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ dist
2323
dist-ssr
2424
*.local
2525

26+
frontend/test-results
27+
frontend/playwright-report
28+
frontend/playwright/.cache
29+
2630
# Editor directories and files
2731
.vscode/*
2832
!.vscode/extensions.json

0 commit comments

Comments
 (0)