yosup/web/js
Thomas Mathews 6eb67bc3af web: Refactor UI code
* Created directory for UI
 * Moved rendering code to js/ui/render.js
 * Created initial js/ui/util.js for UI utilities

Notice I did not use modules. I was thinking of doing this but I am
avoiding it for now as it is much easier to just have everything
declared as global at this time. For onclick methods this makes sense;
but for code (such as rendering) I think it would be better off as a
module that gets imported. This is a task for another day.
2022-11-12 09:41:54 -08:00
..
ui web: Refactor UI code 2022-11-12 09:41:54 -08:00
bech32.js web: reconstructed project 2022-11-12 08:43:23 -08:00
damus.js web: Refactor UI code 2022-11-12 09:41:54 -08:00
index.js web: reconstructed project 2022-11-12 08:43:23 -08:00
noble-secp256k1.js web: reconstructed project 2022-11-12 08:43:23 -08:00
nostr.js web: reconstructed project 2022-11-12 08:43:23 -08:00