aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/webControls
Commit message (Collapse)AuthorAge
* fix: Home button doesn't navigate to Service URL (#573)Libravatar Mahadevan Sreenivasan2020-04-15
| | | | | | | | * fix: Home button in service navigation bar doesn't navigate to Service Home - Currently this doesnt happen because the reload method in ServiceStore simply reloads the chromium webview. - Change .reload() to .goToIndex(0) where 0 is the absolute index in navigation history - Documentation can be found here - https://www.electronjs.org/docs/api/webview-tag#webviewgotoindexindex * fix: Home button navigation - Navigate to webiew.goToIndex(0) in WebControlsScreen instead of modifying ServicesStore based on @vantezzen's comments
* Add option to always show service navigation barLibravatar vantezzen2019-10-09
|
* webControls polishingLibravatar Stefan Malzner2019-10-04
|
* Update tooltip positionLibravatar Stefan Malzner2019-10-04
|
* Add open in browser & tooltipsLibravatar Stefan Malzner2019-10-03
|
* feat(Custom Websites): Add simple browser controlsLibravatar Stefan Malzner2019-10-01