mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 22:58:48 +01:00
PWA, move to standalone (standard) to display the status bar.
Thanks to mfilser ! Related https://github.com/wekan/wekan/pull/5484
This commit is contained in:
parent
1dea1bd09d
commit
ca5a579e22
2 changed files with 4 additions and 2 deletions
|
|
@ -21,6 +21,8 @@ This release adds the following new features:
|
|||
|
||||
- [Helm Chart: Add Support for Overriding Image Registry in Airgapped Environments](https://github.com/wekan/charts/pull/35).
|
||||
Thanks to geilername.
|
||||
- [PWA, move to standalone (standard) to display the status bar](https://github.com/wekan/wekan/pull/5484)
|
||||
Thanks to mfilser.
|
||||
|
||||
Thanks to above GitHub users for their contributions and translators for their translations.
|
||||
|
||||
|
|
|
|||
|
|
@ -508,7 +508,7 @@
|
|||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"start_url": "sign-in",
|
||||
"display": "fullscreen",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"categories": [
|
||||
"productivity"
|
||||
|
|
@ -519,6 +519,6 @@
|
|||
"scope": "https://boards.wekan.team",
|
||||
"prefer_related_applications": false,
|
||||
"display_override": [
|
||||
"fullscreen"
|
||||
"standalone"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue