You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nostrweb/src
OFF0 ad81d892e1
routes: use generic view containers
proof of concept to use generic view containers instead of specifc
functions to show and hide particular views.

a view has an identifier (path) which is used to subscribe to
relevant data. changing a view updates the history so that browser
back displays the last view. each view container has its own
scrollbar so that the scrolling position should be preserved when
changing back and forth between different views.

this change also removes CSS tabs in favor of view or overlays
such settings or write a new text note.

profile and notes deeplink use now native HTML anchors to improve
accessibility (copy/paste, open-in-new-tab, search engines).
2 years ago
..
assets pwa: add manifest and related app icons 2 years ago
about.html pwa: add manifest and related app icons 2 years ago
cards.css routes: use generic view containers 2 years ago
cryptoutils.js nip-13: mine pow async in worker any only invoke noxy with pow 2 years ago
domutil.js feed: fix link rendering 2 years ago
error.css routes: use generic view containers 2 years ago
favicon.ico getting ready 2 years ago
form.css routes: use generic view containers 2 years ago
index.html routes: use generic view containers 2 years ago
main.css routes: use generic view containers 2 years ago
main.js routes: use generic view containers 2 years ago
manifest.json pwa: add manifest and related app icons 2 years ago
timeutil.js layout: update navigation and add icons 2 years ago
utils.js feed: less eager rendering 2 years ago
view.css routes: use generic view containers 2 years ago
worker.js nip-13: add timeout and show user facing error if it exceeds 2 years ago
write.css routes: use generic view containers 2 years ago