Commit Graph

26 Commits

Author SHA1 Message Date
William Casarin
c769afb9fe unjustify 2023-12-21 12:11:18 -08:00
William Casarin
d24b96cada deps: fix nostr-sdk changes 2023-12-21 11:16:51 -08:00
William Casarin
f0b8cf69c2 remove negative kerning 2023-12-21 11:09:44 -08:00
William Casarin
b86a552cde escape html in opengraph properties 2023-12-21 10:59:56 -08:00
William Casarin
16e58161f6 tweak kerning 2023-12-21 10:33:44 -08:00
William Casarin
52622c6ab3 trim title 2023-12-21 10:25:27 -08:00
William Casarin
36405cf7a6 new background, drop shadow, larger text 2023-12-21 10:13:05 -08:00
William Casarin
5904d4dc53 get it working on twitter 2023-12-20 18:43:20 -08:00
William Casarin
328c7467e7 bump abbrev, fix a warning 2023-12-20 16:19:47 -08:00
William Casarin
4532af25e8 fix startup 2023-12-20 16:19:13 -08:00
William Casarin
777a644e4d initial html page for notes 2023-12-20 15:37:59 -08:00
William Casarin
74bbdcb27f add missing file 2023-12-20 12:03:19 -08:00
William Casarin
63899c9c68 cleanup some stuff 2023-12-20 12:03:05 -08:00
William Casarin
3b566b23f0 ui: consistent quote text positioning 2023-12-20 10:59:14 -08:00
William Casarin
6cc648652a refactor data completion, add initial design from karnage 2023-12-20 08:36:28 -08:00
William Casarin
927ba5b137 move around some things, add code for pfps 2023-12-18 08:52:19 -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
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
503c4a6e36 notecrumbs: initial commit 2023-12-16 22:19:30 -08:00