aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>2020-04-15 15:49:49 +0530
committerLibravatar GitHub <noreply@github.com>2020-04-15 12:19:49 +0200
commit24c6751d7618bd695ca24485b10e7e4d050b5c7b (patch)
treeca88eb48272da668d4520dc1d8a8b165e76bd35d /src/components/ui
parentExpose Dark Reader settings (#568) (diff)
downloadferdium-app-24c6751d7618bd695ca24485b10e7e4d050b5c7b.tar.gz
ferdium-app-24c6751d7618bd695ca24485b10e7e4d050b5c7b.tar.zst
ferdium-app-24c6751d7618bd695ca24485b10e7e4d050b5c7b.zip
fix: Home button doesn't navigate to Service URL (#573)
* 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
Diffstat (limited to 'src/components/ui')
0 files changed, 0 insertions, 0 deletions