Skip to content

Commit

Permalink
refactor(NcCollectionList): refactor code
Browse files Browse the repository at this point in the history
- migrate service from Class to simple functions

- migrate store to composable

- make NcCollectionListItem a visual component

- update avatar styles

- use RouterLink for relative paths in the same app

- update message.pot translations

- add docs

Signed-off-by: Maksim Sukharev <[email protected]>

[skip ci]
  • Loading branch information
Antreesy authored and backportbot[bot] committed Jul 3, 2024
1 parent 64a3149 commit 8666db6
Show file tree
Hide file tree
Showing 9 changed files with 360 additions and 273 deletions.
27 changes: 27 additions & 0 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ msgstr ""
msgid "Activities"
msgstr ""

msgid "Add to a project"
msgstr ""

msgid "Animals & Nature"
msgstr ""

Expand Down Expand Up @@ -102,6 +105,9 @@ msgstr ""
msgid "Confirm changes"
msgstr ""

msgid "Connect items to a project to make them easier to find"
msgstr ""

msgid "Custom"
msgstr ""

Expand Down Expand Up @@ -136,6 +142,15 @@ msgstr ""
msgid "External documentation for {name}"
msgstr ""

msgid "Failed to add the item to the project"
msgstr ""

msgid "Failed to create a project"
msgstr ""

msgid "Failed to rename the project"
msgstr ""

msgid "Favorite"
msgstr ""

Expand All @@ -161,6 +176,9 @@ msgstr ""
msgid "Gold"
msgstr ""

msgid "Hide details"
msgstr ""

msgid "Hide password"
msgstr ""

Expand Down Expand Up @@ -295,6 +313,9 @@ msgstr ""
msgid "Related team resources"
msgstr ""

msgid "Rename project"
msgstr ""

#. TRANSLATORS: A color name for RGB(191, 103, 139)
msgid "Rosy brown"
msgstr ""
Expand Down Expand Up @@ -337,6 +358,9 @@ msgstr ""
msgid "Settings navigation"
msgstr ""

msgid "Show details"
msgstr ""

msgid "Show password"
msgstr ""

Expand Down Expand Up @@ -370,6 +394,9 @@ msgstr ""
msgid "Travel & Places"
msgstr ""

msgid "Type to search for existing projects"
msgstr ""

msgid "Type to search time zone"
msgstr ""

Expand Down
Loading

0 comments on commit 8666db6

Please sign in to comment.