1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-10 13:56:47 +01:00
immich/web/src/lib/components/forms
Jonathan Jogenfors b3c7bebbd4
feat(server,web) Semantic import path validation (#7076)
* add library validation api

* chore: open api

* show warning i UI

* add flex row

* fix e2e

* tests

* fix tests

* enforce path validation

* enforce validation on refresh

* return 400 on bad import path

* add limits to import paths

* set response code to 200

* fix e2e

* fix lint

* fix test

* restore e2e folder

* fix import

* use startsWith

* icon color

* notify user of failed validation

* add parent div to validation

* add docs to the import validation

* improve library troubleshooting docs

* fix button alignment

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-02-20 09:53:12 -06:00
..
admin-registration-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
api-key-form.svelte fix(web) display wrong apikey-name on edit (#7131) 2024-02-16 16:01:44 -05:00
api-key-secret.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
change-password-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
create-user-form.svelte fix: only show scrollbars if needed (#7191) 2024-02-18 20:57:56 -06:00
edit-album-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
edit-user-form.svelte refactor(web): use new open api client (#7097) 2024-02-13 17:07:37 -05:00
library-exclusion-pattern-form.svelte fix(web): Handle duplicate library settings gracefully (#6950) 2024-02-09 00:09:09 +00:00
library-import-path-form.svelte fix(web): Handle duplicate library settings gracefully (#6950) 2024-02-09 00:09:09 +00:00
library-import-paths-form.svelte feat(server,web) Semantic import path validation (#7076) 2024-02-20 09:53:12 -06:00
library-rename-form.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
library-scan-settings-form.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
login-form.svelte chore(web): remove createEventDispatcher from LoginForm (#7177) 2024-02-18 12:47:13 -06:00