Commit Graph

57 Commits

Author SHA1 Message Date
William Casarin
40cbf1b72f smaller 2023-12-21 14:29:11 -08:00
William Casarin
69a3a3824b better image 2023-12-21 14:28:09 -08:00
William Casarin
e8241466bb make sure the frame doesn't get smaller 2023-12-21 12:51:33 -08:00
William Casarin
8dbd11dba2 add working note 2023-12-21 12:49:20 -08:00
William Casarin
512890c896 just use the purple link directly 2023-12-21 12:40:05 -08:00
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
82997c30ae deps: bump nostr-sdk to latest 2023-12-21 11:16:40 -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
3971be30b0 update lockfile 2023-12-21 10:59:03 -08:00
William Casarin
bfe2ad6c6d add html_escape 2023-12-21 10:58: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
b9a101a5c2 add font 2023-12-20 12:30:13 -08:00
William Casarin
16e7bd5887 badge: link to actions 2023-12-20 12:29:18 -08:00
William Casarin
61011a7689 update gitignore 2023-12-20 12:28:08 -08:00
William Casarin
19c4d39230 fix skia dep 2023-12-20 12:07:22 -08:00
William Casarin
ed26a53c9c update lockfile 2023-12-20 12:07:18 -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
7a41982f14 add default profile pic
as a fallback
2023-12-20 08:35:59 -08:00
William Casarin
8f84d77a56 add tags to gitignore 2023-12-20 08:35:40 -08:00
William Casarin
2fbe587915 update deps 2023-12-20 08:35:33 -08:00
William Casarin
502218f2a3 update lockfile 2023-12-20 08:35:23 -08:00
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