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
Make Tabs as boostable anchors.
On row click, change url to real anchor hmm?
constnextURL='https://darklab8.github.io/fl-data-discovery/dark.html';constnextTitle='My new page title';constnextState={additionalInformation: 'Updated the URL with JS'};window.history.replaceState(nextState,nextTitle,nextURL);
How the heck to implement it within realm of Htmx usage
Somehow to leave Theme colorings working. (js persistance?)
Converting tabs to boosts? https://htmx.org/docs/#boosting
Any other ideas?
https://htmx.org/api/ Htmx api as a choice
And on first page load https://stackoverflow.com/questions/38820598/running-function-on-first-time-page-load
Read anchor and apply 🤔
https://stackoverflow.com/questions/67717909/how-to-change-color-scheme-using-css-only
Apply theme via jabbascript and persist though it? Via local storage
Make Tabs as boostable anchors.
On row click, change url to real anchor hmm?
https://www.30secondsofcode.org/js/s/modify-url-without-reload/
Plus preferably solve coloring
The text was updated successfully, but these errors were encountered: