funkwhale/front
jon r 90683f0c06 chore(eslint): add ignorePatterns + comma-dangle: never rule
Without ignorePatterns, eslint will go havoc in the locales and randomly delete strings,
probably due to some kind of vue-i18n static code analysis for keys that are not used.

Let's keep them, for now.

This doesn't stop us from manually removing the statement and running the fmt command to
see the avoided outcome.
2025-02-22 21:55:12 +01:00
..
cypress migrate frontend to api V2 (#2324) 2024-08-04 13:18:21 +00:00
docker fix(nginx): Use correct passing in production configs 2023-11-29 09:58:17 +00:00
public fix(front): Fixed regex order in embed 2023-11-23 12:10:38 +00:00
scripts fix(ui): remove fomantic post install script 2025-01-08 21:28:56 +01:00
src fix(pre-commit/prettier): configure formatter and apply 2025-02-22 17:19:57 +01:00
tauri chore: update tauri to v2 stable NOCHANGELOG 2025-01-10 19:39:54 +00:00
test fix(tests): fix localhost test 2024-02-21 16:03:18 +01:00
ui-docs fix(pre-commit/prettier): configure formatter and apply 2025-02-22 17:19:57 +01:00
.dockerignore Slightly smarter docker front setup 2018-04-17 19:35:57 +02:00
.eslintrc.cjs chore(eslint): add ignorePatterns + comma-dangle: never rule 2025-02-22 21:55:12 +01:00
.gitignore fix(front/git): include generated types 2025-02-11 12:57:16 +01:00
Dockerfile fix(DX): Docker mac compatibility, dynamic DNS + Debian image (#2337 #1691) 2024-10-21 08:57:15 +00:00
Dockerfile.dev fix(front/hmr): ui from NPM + HMR default config 2025-01-08 21:28:53 +01:00
cypress.config.ts refactor(cypress): remove unused plugins section 2023-06-21 22:49:39 +00:00
index.html feat(ui): use dark and light theme for ui components in funkwhale app 2025-01-08 21:34:02 +01:00
package.json chore(front/package): add fmt scripts and pre-commit prettier boundaries 2025-02-22 21:50:00 +01:00
pwa-manifest.json fix: timeout on spa manifest requests 2022-12-19 14:33:12 +01:00
stats.json chore: clean files using pre-commit 2022-11-22 14:30:01 +00:00
tsconfig.json chore(config): fix error in tsconfig by removing long-deprecated $ref macro 2025-01-08 21:38:46 +01:00
vite.config.ts fix(front): re-enable port in vite.config.ts; delete SetInstanceModal from LegacyLayout 2025-01-08 21:31:40 +01:00
yarn.lock Merge branch 'develop' into feat/2091-improve-visuals 2025-02-21 12:34:05 +01:00