You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX]: top nav highlight does not switch when using the back arrow (#460)
* feat(webview-controls): return to home page if not previous navigation in page
* chore(webview-controls): add comments
* chore(types): use electron's webview tag
* Revert "feat(webview-controls): return to home page if not previous navigation in page"
This reverts commit 4b2a265.
* refactor(webview): store webview url in a new store
* refactor(top-navbar): apply current active tab styles based on the current url in webview navigation store
* refactor(extract-domain): return null if invalid url
* refactor(types): remove WebviewType
* refactor(extract-domain): use console.warn on error
* refactor(web-navigation-store): use getters and set method
* refactor(top-navbar): return inactive styles if not current url
* fix(web-navigation-store): make observable on instantiation not on init
* refactor: remove unused import
* refactor(constants): add GOG_EMBED_URL
* fix(top-navbar): remove trailing /
* refactor(webview): use old gog regex
* point proxy to main
* proxy prettier
---------
Co-authored-by: BrettCleary <27568879+BrettCleary@users.noreply.github.com>
0 commit comments