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

Update Home web-view UI to Phase 1 UX design #1414

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b20668f
Get some projs
rolfheij-sil Dec 17, 2024
a847480
Use multi-select. Add example
rolfheij-sil Dec 17, 2024
c083a11
Add resource examples
rolfheij-sil Dec 17, 2024
7a64c8d
Add filter component
rolfheij-sil Dec 17, 2024
f347655
Align table header with UX design
rolfheij-sil Dec 17, 2024
905570f
Remove get resources layout example
rolfheij-sil Dec 17, 2024
ebc4b12
Add table footer and add sorting for more columns
rolfheij-sil Dec 17, 2024
09b8ba3
Update props in home web-view
rolfheij-sil Dec 17, 2024
b233fc2
Add entries count. Fix 'Any' behavior
rolfheij-sil Dec 17, 2024
1629519
Processed review comments
rolfheij-sil Dec 19, 2024
f9bd93a
Merge branch 'main' into get-resources-v1-final
rolfheij-sil Dec 19, 2024
fd0ea66
Merge branch 'get-resources-v1-final' into home-extension-pt2
rolfheij-sil Dec 19, 2024
8a49c14
Search for label instead of value in Multi Select
rolfheij-sil Dec 20, 2024
e654526
Merge branch 'main' into get-resources-v1-final
rolfheij-sil Dec 20, 2024
413b1d8
Move localized string from extensions to platform base
rolfheij-sil Dec 20, 2024
c9d52f5
Merge branch 'get-resources-v1-final' into home-extension-pt2
rolfheij-sil Dec 20, 2024
0743cf4
Fixed a bug where labels were set to selected instead of values
rolfheij-sil Dec 20, 2024
b0fcb2a
Merge branch 'get-resources-v1-final' into home-extension-pt2
rolfheij-sil Dec 20, 2024
c6e1e9c
Remove filterable resource list component
rolfheij-sil Dec 20, 2024
98a42d5
Refactor Get Resources web view
rolfheij-sil Dec 20, 2024
7560eba
Implement new home design. Not functional yet
rolfheij-sil Dec 23, 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
35 changes: 35 additions & 0 deletions assets/localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"%getResources_errorUninstallResource_resourceNotInstalled%": "Resource is not currently installed, so it can't be removed.",
"%getResources_errorUninstallResource_localResourceNotFound%": "Resource cannot be located, so it can't be removed.",
"%getResources_errorUninstallResource_localResourceStillPresent%": "Resource is still present. Removing failed.",
"%home_dialog_title%": "Home",
"%insertNote%": "Insert Note",
"%general_error_title%": "Error",
"%general_loading%": "Loading",
Expand Down Expand Up @@ -47,6 +48,40 @@
"%project_settings_platform_isEditable_description%": "Whether this project is editable. A project that is not editable is sometimes called a resource.",
"%project_settings_platform_language_label%": "Project Primary Language",
"%project_settings_platform_name_label%": "Project Short Name",
"%resources_action%": "Action",
"%resources_activity%": "Activity",
"%resources_any%": "Any",
"%resources_clearSearch%": "Clear Search",
"%resources_dialog_subtitle%": "Add resources to Home",
"%resources_dialog_title%": "Get Resources",
"%resources_filterBy%": "Filter by",
"%resources_filterInput%": "Search by name, language, type",
"%resources_fullName%": "Full Name",
"%resources_get%": "Get",
"%resources_getResources%": "Get resources",
"%resources_installed%": "Installed",
"%resources_items%": "items",
"%resources_language%": "Language",
"%resources_languages%": "Languages",
"%resources_loadingResources%": "Loading...",
"%resources_noProjects%": "Nothing here.",
"%resources_noProjectsInstruction%": "To get started, ask a teammate to add you to a project, or get resources.",
"%resources_noSearchResults%": "Nothing found.",
"%resources_noResults%": "No results found",
"%resources_open%": "Open",
"%resources_remove%": "Remove",
"%resources_results%": "results",
"%resources_searchedFor%": "Searched for",
"%resources_showing%": "Showing",
"%resources_size%": "Size",
"%resources_type%": "Type",
"%resources_types%": "Types",
"%resources_type_DBL%": "DBL Resource",
"%resources_type_ER%": "Enhanced Resource",
"%resources_type_SLR%": "Source Language Text",
"%resources_type_XR%": "XML Resource",
"%resources_type_unknown%": "Unknown resource type",
"%resources_update%": "Update",
"%selectBooks_title_selectBooks%": "Select Books",
"%selectMultipleProjects_title_selectProjects%": "Select Projects",
"%selectProject_title%": "Select Project",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@
"metadata": {},
"localizedStrings": {
"en": {
"%resources_action%": "Action",
"%resources_dialog_subtitle%": "Add resources to Home",
"%resources_dialog_title%": "Get Resources",
"%resources_filterInput%": "Search by name, language, type",
"%resources_fullName%": "Full Name",
"%resources_get%": "Get",
"%resources_installed%": "Installed",
"%resources_language%": "Language",
"%resources_languageFilter%": "Filter by language",
"%resources_loadingResources%": "Loading resources...",
"%resources_noResults%": "No results found",
"%resources_open%": "Open",
"%resources_remove%": "Remove",
"%resources_size%": "Size",
"%resources_type%": "Type",
"%resources_type_DBL%": "DBL Resource",
"%resources_type_ER%": "Enhanced Resource",
"%resources_type_SLR%": "Source Language Text",
"%resources_type_XR%": "XML Resource",
"%resources_type_unknown%": "Unknown resource type",
"%resources_update%": "Update",
"%mainMenu_openGetResources%": "Get Resources"
}
}
Expand Down
Loading
Loading