Skip to content

Commit

Permalink
update gw2auth.com-ui to 99ff41077360448750089d0bd89dab04dee6cf7e
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Feb 4, 2024
1 parent 57a7a06 commit 92df01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gw2auth.com-ui
Submodule gw2auth.com-ui updated 39 files
+26 −28 src/components/add-api-token/add-api-token.tsx
+5 −184 src/components/breadcrumb/breadcrumb.tsx
+48 −34 src/components/common/assets.tsx
+6 −4 src/components/common/copy.tsx
+13 −13 src/components/common/delete-modal.tsx
+3 −3 src/components/common/gw2-api-permissions.tsx
+6 −2 src/components/common/hidden.tsx
+9 −25 src/components/common/verification-status.tsx
+9 −6 src/components/contact/contact.tsx
+18 −14 src/components/cookie-preferences/cookie-preferences.tsx
+4 −2 src/components/dev-application/approval-type.tsx
+6 −2 src/components/dev-application/redirect-uris-editor.tsx
+7 −7 src/components/footer/footer.tsx
+12 −9 src/components/header/header.tsx
+7 −10 src/components/login/login.tsx
+25 −28 src/components/preferences/preferences.tsx
+7 −24 src/components/root.tsx
+9 −7 src/components/scopes/scopes.tsx
+10 −8 src/components/sidenav/sidenav.tsx
+78 −70 src/components/util/context/app-controls.tsx
+3 −2 src/components/util/context/i18n.tsx
+4 −4 src/components/util/state/use-dateformat.ts
+240 −0 src/components/util/state/use-route-context.ts
+92 −83 src/components/verification/verification-wizard.tsx
+8 −174 src/lib/i18n/i18n-strings.ts
+471 −0 src/lib/i18n/i18n.model.ts
+602 −0 src/lib/i18n/i18n_de.tsx
+602 −0 src/lib/i18n/i18n_en.tsx
+28 −20 src/pages/account/applications-detail.tsx
+15 −14 src/pages/account/applications.tsx
+60 −56 src/pages/account/gw2-accounts-detail.tsx
+21 −18 src/pages/account/gw2-accounts.tsx
+44 −37 src/pages/account/settings.tsx
+1 −1 src/pages/developer/applications-detail.tsx
+1 −1 src/pages/developer/applications.tsx
+3 −0 src/pages/home.tsx
+2 −2 src/pages/legal.tsx
+1 −1 src/pages/privacy-policy.tsx
+2 −20 vite.config.ts

0 comments on commit 92df01c

Please sign in to comment.