Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tags #11980

Merged
merged 30 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
93169e7
feat: tags
jrasm91 Aug 21, 2024
e97f02e
Merge branch 'main' of github.com:immich-app/immich into feat/tags
alextran1502 Aug 23, 2024
1063dbb
fix: folder tree icons
alextran1502 Aug 23, 2024
3f696e9
Merge branch 'main' into feat/tags
alextran1502 Aug 26, 2024
7d83bed
navigate to tag from detail panel
alextran1502 Aug 26, 2024
63116ee
delete tag
alextran1502 Aug 26, 2024
d036373
Tag position and add tag button
alextran1502 Aug 27, 2024
fc12188
Tag asset in detail panel
alextran1502 Aug 27, 2024
c9ef63c
refactor form
alextran1502 Aug 27, 2024
10a242e
feat: navigate to tag page from clicking on a tag
alextran1502 Aug 26, 2024
b4b9749
feat: delete tags from the tag page
alextran1502 Aug 26, 2024
1aab452
refactor: moving tag section in detail panel and add + tag button
alextran1502 Aug 27, 2024
ae513ca
feat: tag asset action in detail panel
alextran1502 Aug 27, 2024
1b4d8b5
refactor add tag form
alextran1502 Aug 27, 2024
2235461
Merge branch 'feat/tags' of github.com:immich-app/immich into feat/tags
alextran1502 Aug 27, 2024
423b99e
fdisable add tag button when there is no selection
alextran1502 Aug 27, 2024
4b7cc76
feat: tag bulk endpoint
jrasm91 Aug 27, 2024
42719af
feat: tag colors
jrasm91 Aug 27, 2024
45302fd
chore: clean up
jrasm91 Aug 27, 2024
de0ad6f
chore: unit tests
jrasm91 Aug 27, 2024
94721b3
feat: write tags to sidecar
jrasm91 Aug 27, 2024
fb9cacd
Remove tag and auto focus on tag creation form opened
alextran1502 Aug 27, 2024
0a0d15b
Merge branch 'feat/tags' of github.com:immich-app/immich into feat/tags
alextran1502 Aug 27, 2024
8ae0bf6
chore: regenerate migration
jrasm91 Aug 27, 2024
2389346
chore: linting
jrasm91 Aug 27, 2024
1bbdc13
add color picker to tag edit form
alextran1502 Aug 28, 2024
c5155b1
Merge branch 'main' of github.com:immich-app/immich into feat/tags
alextran1502 Aug 28, 2024
ac91d87
fix: force render tags timeline on navigating back from asset viewer
alextran1502 Aug 28, 2024
8bba334
feat: read tags from keywords
jrasm91 Aug 29, 2024
71a9c20
chore: clean up
jrasm91 Aug 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
559 changes: 559 additions & 0 deletions e2e/src/api/specs/tag.e2e-spec.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions e2e/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export const utils = {
'sessions',
'users',
'system_metadata',
'tags',
];

const sql: string[] = [];
Expand Down
13 changes: 8 additions & 5 deletions mobile/openapi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions mobile/openapi/lib/api.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading