A Nostr client that makes relays a first-class concept
Go to file
2022-11-24 13:12:24 -08:00
public First commit 2022-11-22 17:28:33 -08:00
src Add basic notes 2022-11-24 13:12:24 -08:00
.ackrc First commit 2022-11-22 17:28:33 -08:00
.eslintrc.cjs First commit 2022-11-22 17:28:33 -08:00
.fdignore First commit 2022-11-22 17:28:33 -08:00
.gitignore First commit 2022-11-22 17:28:33 -08:00
index.html First commit 2022-11-22 17:28:33 -08:00
jsconfig.json First commit 2022-11-22 17:28:33 -08:00
package-lock.json Things are basically working, profile update done 2022-11-23 19:54:22 -08:00
package.json Things are basically working, profile update done 2022-11-23 19:54:22 -08:00
postcss.config.cjs First commit 2022-11-22 17:28:33 -08:00
README.md Add basic notes 2022-11-24 13:12:24 -08:00
tailwind.config.cjs Add chat 2022-11-24 12:36:14 -08:00
vite.config.js Things are basically working, profile update done 2022-11-23 19:54:22 -08:00

Bugs

  • Remove dexie, or use it instead of localstorage for cached data
  • Add redirect to /notes, ditch / route
  • Remove hack for re-rendering rooms on url change
  • Memoize room list, every time the user switches chat rooms it pulls the full list
  • Fix toast, it gets in the way. Make it smaller and dismissable.

Features

  • Threads/social
  • Server discovery
  • Favorite chat rooms