Commit Graph

25 Commits

Author SHA1 Message Date
William Casarin
1ff6bf2f3a update lockfile 2023-12-18 17:27:21 -08:00
William Casarin
85ba8e5585 assets: add default pfp 2023-12-18 17:23:24 -08:00
William Casarin
8c785c39e0 deps: fix egui_skia
otherwise the build is broken
2023-12-18 13:20:29 -08:00
William Casarin
927ba5b137 move around some things, add code for pfps 2023-12-18 08:52:19 -08:00
William Casarin
9cf11d953a update gitignore and project file 2023-12-18 08:51:50 -08:00
William Casarin
1be742add0 update lockfile 2023-12-18 08:51:35 -08:00
William Casarin
37befba77b rename Context to Notecrumbs
since the overlap with egui::Context is confusing
2023-12-18 08:15:13 -08:00
William Casarin
da066aa632 remove unused file 2023-12-18 08:06:25 -08:00
William Casarin
2745a1be8b ui: move note ui to its own function
it's a bit cleaner
2023-12-18 07:57:35 -08:00
William Casarin
83fcf805c2 initial profile fetching support 2023-12-17 14:38:45 -08:00
William Casarin
dcbe9fb822 update lockfile 2023-12-17 14:38:06 -08:00
William Casarin
dec66e4a8a fetch notes from relays if we don't have them
If we don't have a cache hit, try to find the note on other relays. Once
we find it, add it to nostrdb.
2023-12-17 13:27:32 -08:00
William Casarin
7a7a04da39 nip19: add a few utils for getting filters and relays
A few utility functions for getting filters and relays from nip19
objects. We will use this for finding notes on other relays.
2023-12-17 13:26:21 -08:00
William Casarin
85ce25f48d fonts: move font logic elsewhere for now
We will get back to this, can't get it working atm
2023-12-17 13:24:42 -08:00
William Casarin
cf6724bc57 error: add a few more error types
we will need this in the following commits
2023-12-17 13:23:44 -08:00
William Casarin
eda44cdc93 error: simplify StdError derivation 2023-12-17 13:23:24 -08:00
William Casarin
f4d2ae7b31 update Cargo.lock 2023-12-17 13:22:36 -08:00
William Casarin
28c4a25082 add license 2023-12-16 22:41:15 -08:00
William Casarin
7b78e81e66 readme: badge 2023-12-16 22:29:25 -08:00
William Casarin
f6b8ae87ff
Create rust.yml 2023-12-16 22:28:27 -08:00
William Casarin
32086e4aee readme: wip 2023-12-16 22:27:44 -08:00
William Casarin
db0bbff066 image example 2023-12-16 22:25:12 -08:00
William Casarin
b9287aaefb readme: update 2023-12-16 22:20:23 -08:00
William Casarin
cba8ae4856 add lockfile 2023-12-16 22:19:38 -08:00
William Casarin
503c4a6e36 notecrumbs: initial commit 2023-12-16 22:19:30 -08:00