diff --git a/frontend/app.vue b/frontend/app.vue index 9430150d5..ae3390786 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -2,6 +2,7 @@
+
diff --git a/frontend/components/SearchBar.vue b/frontend/components/SearchBar.vue index 860b08e36..00962ab92 100644 --- a/frontend/components/SearchBar.vue +++ b/frontend/components/SearchBar.vue @@ -33,7 +33,7 @@ />

/

- + diff --git a/frontend/components/modal/ModalCommandPalette.vue b/frontend/components/modal/ModalCommandPalette.vue new file mode 100644 index 000000000..b079e02de --- /dev/null +++ b/frontend/components/modal/ModalCommandPalette.vue @@ -0,0 +1,201 @@ + + + diff --git a/frontend/components/sidebar/left/SidebarLeftFooter.vue b/frontend/components/sidebar/left/SidebarLeftFooter.vue index 3fcb4705f..c2c3f2c38 100644 --- a/frontend/components/sidebar/left/SidebarLeftFooter.vue +++ b/frontend/components/sidebar/left/SidebarLeftFooter.vue @@ -278,7 +278,7 @@ const userButtons: MenuSelector[] = [ }, { id: 4, - label: "components.sidebar-left-selector.label.notifications", + label: "_global.notifications", routeURL: "/", iconURL: "bi:bell", selected: false, diff --git a/frontend/i18n/en-US.json b/frontend/i18n/en-US.json index 6bdb0e778..7af193a32 100644 --- a/frontend/i18n/en-US.json +++ b/frontend/i18n/en-US.json @@ -22,7 +22,9 @@ "_global.imprint": "Imprint", "_global.legal": "Legal", "_global.legal-support": "Legal support", + "_global.notifications": "Notifications", "_global.organization": "Organization", + "_global.organization-name": "Organization Name", "_global.press": "Press", "_global.privacy-policy": "Privacy policy", "_global.repeat-password": "Repeat password", @@ -75,6 +77,7 @@ "components._global.new-event": "New event", "components._global.new-group": "New group", "components._global.new-resource": "New resource", + "components._global.organizations": "Organizations", "components._global.star": "Star", "components.btn-action-dropdown.download-qr-code": "Download QR code", "components.btn-action-dropdown.download-qr-code-aria-label": "Download a QR code that links to this page", @@ -227,9 +230,11 @@ "components.media-map.error-message": "There was a problem with the map service.", "components.media-map.img-alt-text": "Map displaying a pin at the location of this event.", "components.media-map.sorry-message": "Sorry about that!", - "components.menu-mobile-selector.label.organizations": "Organizations", "components.meta-tag-stars.label": "stars", "components.meta-tag.supporters_lower": "supporters", + "components.modal-command-palette.jump-to": "Jump to", + "components.modal-command-palette.pages-header": "Pages", + "components.modal-command-palette.upcoming-events": "Upcoming events", "components.modal-image.close-modal-aria-label": "Close the larger version of this image", "components.modal-image.open-modal-aria-label": "Open a larger version of this image", "components.modal-qr-code.header": "QR Code", @@ -271,7 +276,6 @@ "components.sidebar-left-footer.username-aria-label": "Open to see user specific options", "components.sidebar-left-header.sidebar-collapse-aria-label": "Expand or collapse the left sidebar", "components.sidebar-left-selector.label.new-organization": "New organization", - "components.sidebar-left-selector.label.notifications": "Notifications", "components.sidebar-left-selector.label.sign-out": "Sign out", "components.sidebar-left-selector.label.your-events": "Your events", "components.sidebar-left-selector.label.your-orgs": "Your organizations", @@ -520,7 +524,6 @@ "pages.organizations.create.description-placeholder": "Please provide a description of the organization for the community so that we can learn more about its goals and composition", "pages.organizations.create.header": "Application information", "pages.organizations.create.location-placeholder": "Where the organization is based or active", - "pages.organizations.create.organization-name": "Organization name", "pages.organizations.create.organization-name-placeholder": "The name of the organization", "pages.organizations.create.subtext": "Thanks for bringing your organization to activist! The following information is requested so that our community can better understand what the goals of the organization are. Checking each new organization takes time for all of us, but in this way we can maintain trust within the network. We look forward to working with and supporting you all!", "pages.organizations.create.tagline": "Tagline", diff --git a/frontend/pages/organizations/create.vue b/frontend/pages/organizations/create.vue index a62c56b34..40627dd57 100644 --- a/frontend/pages/organizations/create.vue +++ b/frontend/pages/organizations/create.vue @@ -16,11 +16,11 @@ class="flex flex-col items-center justify-center w-full pt-4" >
{{ $t("_global.organization-name") }}*