-
Notifications
You must be signed in to change notification settings - Fork 21
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
UI: Add branding support #552
Closed
votdev opened this issue
May 30, 2023
· 0 comments
· Fixed by s3gw-tech/s3gw-ui#197 or s3gw-tech/s3gw-ui#201
Closed
UI: Add branding support #552
votdev opened this issue
May 30, 2023
· 0 comments
· Fixed by s3gw-tech/s3gw-ui#197 or s3gw-tech/s3gw-ui#201
Labels
Milestone
Comments
votdev
added
kind/enhancement
Change that positively impacts existing code
area/ui
User Interface
labels
May 30, 2023
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 2, 2023
Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
3 tasks
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 5, 2023
Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 5, 2023
Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 7, 2023
Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 7, 2023
Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 7, 2023
Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
3 tasks
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 7, 2023
- Make sure i18n is loaded during app bootstrapping - Adapt translation() function to new transloco transpiler feature - Introduce app.config.json file which contains things that can be customized for branding, e.g. app name and title or help menu items - Relocate assets to vendor directory - Fix various theming/CSS things - Add Longhorn favicon and logo Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 12, 2023
- Make sure i18n is loaded during app bootstrapping - Adapt translation() function to new transloco transpiler feature - Introduce app.config.json file which contains things that can be customized for branding, e.g. app name and title or help menu items - Relocate assets to vendor directory - Fix various theming/CSS things - Add Longhorn favicon and logo Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 12, 2023
- Make sure i18n is loaded during app bootstrapping - Adapt translation() function to new transloco transpiler feature - Introduce app.config.json file which contains things that can be customized for branding, e.g. app name and title or help menu items - Relocate assets to vendor directory - Fix various theming/CSS things - Add Longhorn favicon and logo Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
votdev
referenced
this issue
in votdev/s3gw-ui
Jun 13, 2023
- Make sure i18n is loaded during app bootstrapping - Adapt translation() function to new transloco transpiler feature - Introduce app.config.json file which contains things that can be customized for branding, e.g. app name and title or help menu items - Relocate assets to vendor directory - Fix various theming/CSS things - Add Longhorn favicon and logo Fixes: https://github.com/aquarist-labs/s3gw/issues/552 Signed-off-by: Volker Theile <vtheile@suse.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add branding support to be able to customize the UI. This should be done at build time via optional parameter to
npm run build:prod
.The text was updated successfully, but these errors were encountered: