aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-20 00:28:38 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:01 +0200
commit9462cec9a7dc5b6722df464559721cd2445636e6 (patch)
tree08a266cc2c6d65e55ffe76b279f310d1cf517bdd /packages/shared/src/index.ts
parentfix(renderer): Improve appearance in small windows (diff)
downloadsophie-9462cec9a7dc5b6722df464559721cd2445636e6.tar.gz
sophie-9462cec9a7dc5b6722df464559721cd2445636e6.tar.zst
sophie-9462cec9a7dc5b6722df464559721cd2445636e6.zip
feat: Always show location bar on error
The location bar should be visible on error page to let people see and change the URL if needed. Additionally, it must be visible on insecure connections to show people that the connection if not secure. In the future, the location bar should also be shown if the loaded website is uncommon in the context of the current service, i.e., it is not explcitly allowlisted by the recipe. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 95af73a..e3da192 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -56,6 +56,7 @@ export { default as ProfileSettings } from './stores/ProfileSettings';
56export { 56export {
57 default as ServiceBase, 57 default as ServiceBase,
58 defineServiceModel, 58 defineServiceModel,
59 SecurityLabelKind,
59} from './stores/ServiceBase'; 60} from './stores/ServiceBase';
60 61
61export type { 62export type {