Skip to content

Commit

Permalink
feat: tags (#11980)
Browse files Browse the repository at this point in the history
* feat: tags

* fix: folder tree icons

* navigate to tag from detail panel

* delete tag

* Tag position and add tag button

* Tag asset in detail panel

* refactor form

* feat: navigate to tag page from clicking on a tag

* feat: delete tags from the tag page

* refactor: moving tag section in detail panel and add + tag button

* feat: tag asset action in detail panel

* refactor add tag form

* fdisable add tag button when there is no selection

* feat: tag bulk endpoint

* feat: tag colors

* chore: clean up

* chore: unit tests

* feat: write tags to sidecar

* Remove tag and auto focus on tag creation form opened

* chore: regenerate migration

* chore: linting

* add color picker to tag edit form

* fix: force render tags timeline on navigating back from asset viewer

* feat: read tags from keywords

* chore: clean up

---------

Co-authored-by: Alex Tran <[email protected]>
  • Loading branch information
jrasm91 and alextran1502 authored Aug 29, 2024
1 parent 682adaa commit d08a20b
Show file tree
Hide file tree
Showing 68 changed files with 3,010 additions and 792 deletions.
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

0 comments on commit d08a20b

Please sign in to comment.