diff --git a/frontend/app/app.module.ts b/frontend/app/app.module.ts index 5b1634de6..24c14f7ec 100644 --- a/frontend/app/app.module.ts +++ b/frontend/app/app.module.ts @@ -57,7 +57,7 @@ export function configTranslations() { if (process.env.NODE_ENV === 'production') { return new LocalizerService(window['texts']); } else { - return new LocalizerService(require('./../backend/i18n/frontend_en.json')).logMissingKeys(); + return new LocalizerService(require('./../../backend/i18n/frontend_en.json')).logMissingKeys(); } } diff --git a/frontend/app/features/apps/pages/apps-page.component.html b/frontend/app/features/apps/pages/apps-page.component.html index a01d68357..936e615ab 100644 --- a/frontend/app/features/apps/pages/apps-page.component.html +++ b/frontend/app/features/apps/pages/apps-page.component.html @@ -1,135 +1,137 @@ -
-

{{ 'apps.welcomeTitle' | sqxTranslate: { user: authState.user?.displayName } }}

+
+
+

{{ 'apps.welcomeTitle' | sqxTranslate: { user: authState.user?.displayName } }}

-
- {{ 'apps.welcomeSubtitle' | sqxTranslate }} +
+ {{ 'apps.welcomeSubtitle' | sqxTranslate }} +
-
- -
-
-

{{ 'apps.empty' | sqxTranslate }}

-
+ +
+
+

{{ 'apps.empty' | sqxTranslate }}

+
-
-
-
-
- -
-
-

{{app.displayName}}

- - - + -
-
-
-
- -
+
+
+
+
+ +
-

{{ 'apps.createBlankApp' | sqxTranslate }}

+

{{ 'apps.createBlankApp' | sqxTranslate }}

-
- {{ 'apps.createBlankAppDescription' | sqxTranslate }} +
+ {{ 'apps.createBlankAppDescription' | sqxTranslate }} +
-
-
-
-
- -
+
+
+
+ +
-

{{ 'apps.createBlogApp' | sqxTranslate }}

+

{{ 'apps.createBlogApp' | sqxTranslate }}

-
-
{{ 'apps.createBlogAppDescription' | sqxTranslate }}
-
- {{ 'common.sampleCodeLabel' | sqxTranslate }} {{ 'common.github' | sqxTranslate }} +
+
{{ 'apps.createBlogAppDescription' | sqxTranslate }}
+
+ {{ 'common.sampleCodeLabel' | sqxTranslate }} {{ 'common.github' | sqxTranslate }} +
-
-
-
-
- -
+
+
+
+ +
-

{{ 'apps.createIdentityApp' | sqxTranslate }}

+

{{ 'apps.createIdentityApp' | sqxTranslate }}

-
-
{{ 'apps.createIdentityAppDescription' | sqxTranslate }}
-
- {{ 'common.project' | sqxTranslate }} +
+
{{ 'apps.createIdentityAppDescription' | sqxTranslate }}
+
-
-
-
-
- -
+
+
+
+ +
-

{{ 'apps.createIdentityAppV2' | sqxTranslate }}

+

{{ 'apps.createIdentityAppV2' | sqxTranslate }}

-
-
{{ 'apps.createIdentityAppV2Description' | sqxTranslate }}
-
- {{ 'common.project' | sqxTranslate }} +
+
{{ 'apps.createIdentityAppV2Description' | sqxTranslate }}
+
-
-
-
-
- -
+
+
+
+ +
-

{{ 'apps.createProfileApp' | sqxTranslate }}

+

{{ 'apps.createProfileApp' | sqxTranslate }}

-
-
{{ 'apps.createProfileAppDescription' | sqxTranslate }}
-
- {{ 'common.sampleCodeLabel' | sqxTranslate }} {{ 'common.github' | sqxTranslate }} +
+
{{ 'apps.createProfileAppDescription' | sqxTranslate }}
+
+ {{ 'common.sampleCodeLabel' | sqxTranslate }} {{ 'common.github' | sqxTranslate }} +
-
-
- {{info}} +
+ {{info}} +
diff --git a/frontend/app/features/apps/pages/apps-page.component.scss b/frontend/app/features/apps/pages/apps-page.component.scss index 1bbb3e9df..aba469f94 100644 --- a/frontend/app/features/apps/pages/apps-page.component.scss +++ b/frontend/app/features/apps/pages/apps-page.component.scss @@ -9,6 +9,11 @@ } } +.page { + overflow-x: hidden; + overflow-y: auto; +} + .card { & { @include hover-visible('.deeplinks', inline-block); diff --git a/frontend/app/shared/components/assets/asset-uploader.component.html b/frontend/app/shared/components/assets/asset-uploader.component.html index 8dbc3b0dd..6fc1628c0 100644 --- a/frontend/app/shared/components/assets/asset-uploader.component.html +++ b/frontend/app/shared/components/assets/asset-uploader.component.html @@ -1,6 +1,6 @@ -
-