Commit Graph

453 Commits

Author SHA1 Message Date
Mike Dilger
9516513d84 Refresh metadata of all following 2023-01-20 08:52:08 +13:00
Mike Dilger
7474d8427c Fix last_suggested_kind3 not being updated 2023-01-20 08:25:29 +13:00
Mike Dilger
2fbf450368 URL trimming and one missed URL validation 2023-01-20 08:15:33 +13:00
Mike Dilger
19c0d353c2 Update nostr-types 2023-01-20 08:12:27 +13:00
Mike Dilger
63531079b3 Add some UI hovers 2023-01-20 08:06:21 +13:00
Mike Dilger
f2c1c01b96 Support dark mode highlighting 2023-01-19 17:08:34 +13:00
Mike Dilger
9642c6a4da change some button sizes 2023-01-19 12:48:16 +13:00
Mike Dilger
40fb9a1f6b Better font alignment 2023-01-19 11:26:11 +13:00
Mike Dilger
e1e74f65f8 Strip emojis from DejaVuSans so we fallback to the nicer NotoEmojis 2023-01-19 11:21:38 +13:00
Mike Dilger
85ce60ac70 font size and alignment adjustments 2023-01-19 11:02:15 +13:00
Michael Dilger
c3b60b227a
Merge pull request #156 from fiatjaf/tag-stuff
Highlight npub/etc references in the textarea
2023-01-19 10:12:28 +13:00
4f97237049
highlight npub/etc references in the textarea. 2023-01-18 11:34:43 -03:00
Mike Dilger
f86cba1626 Tweak help 2023-01-18 21:29:42 +13:00
Mike Dilger
c143b1f7d4 Rewrite the help, and some of the README 2023-01-18 20:45:04 +13:00
Mike Dilger
9964ceba09 clippy 2023-01-18 14:25:39 +13:00
Michael Dilger
08c47a4060
Merge pull request #155 from fiatjaf/tag-stuff
Allow mentions/quotes to be made
2023-01-18 14:24:17 +13:00
5cf9f21729
allows mentions/quotes to be made (adding "mention" "e" tags along with a reference to them in .content).
does it just like the npub-parsing thing, now with note1 parsing.

also refactors some of the previous PR that added npub parsing and fixes a bug that caused mentions to not be
recognized some times.
2023-01-17 21:59:25 -03:00
Mike Dilger
275fd17b8d Revert "Type your post area now 6 lines long (unfortunately not easily resizable)"
This reverts commit d057ad67d1.
2023-01-18 12:46:29 +13:00
Mike Dilger
1d294204b4 clippy and fmt 2023-01-18 12:45:02 +13:00
Mike Dilger
d057ad67d1 Type your post area now 6 lines long (unfortunately not easily resizable) 2023-01-18 12:44:38 +13:00
Michael Dilger
40fee33863
Merge pull request #154 from fiatjaf/tag-stuff
insert and parse npub keys into and from text content.
2023-01-18 12:44:11 +13:00
0264ee8bf6
insert and parse npub keys into and from text content.
instead of inserting a "#[index]" string.

includes a new file `tags.rs` with useful functions.
2023-01-17 20:05:23 -03:00
Mike Dilger
fd216781a3 Fix pruning of the database 2023-01-18 10:49:16 +13:00
Mike Dilger
5a4dfdbc22 NOTES on how to get gossip kickstarted 2023-01-18 10:41:52 +13:00
Mike Dilger
0cb2c8ee5b Stop using 'special_since' which looks back way too far for your own text notes and mentions 2023-01-18 10:30:48 +13:00
Mike Dilger
df59af879d Replies feed no longer threaded (gets too long) 2023-01-18 09:30:16 +13:00
Mike Dilger
876e9e1516 better person_relay related code 2023-01-17 21:36:59 +13:00
Mike Dilger
4190cee3d1 Push Contact List 2023-01-17 20:27:32 +13:00
Mike Dilger
9db4ed32e8 When processing ContactLists, update PersonRelay infromation for p-tags with recommend_relay_url set 2023-01-17 20:24:38 +13:00
Mike Dilger
cee5feb6fc cargo fmt 2023-01-17 20:23:05 +13:00
Mike Dilger
dac2fec259 Avatars looking even better, and 3x as big on the person page 2023-01-17 18:54:35 +13:00
Mike Dilger
cb7c8cddfb Another fix for thread feed (not perfect but better) 2023-01-17 15:38:48 +13:00
Mike Dilger
9a9f359fba Avoid panic on person page for person we don't have in memory 2023-01-17 14:16:53 +13:00
Mike Dilger
a4d331533e layout relay page differently so the scrollable area is less likely to have no room 2023-01-17 13:59:08 +13:00
Mike Dilger
07d85b9457 Deal with relay URLs ending in slash (nostr-types handled part of this) 2023-01-17 12:53:02 +13:00
Mike Dilger
76c9791d99 update nostr-types 2023-01-17 12:26:45 +13:00
Mike Dilger
9f3ed45500 downgrade push/pop history log messages from debug to trace 2023-01-17 11:02:53 +13:00
Mike Dilger
a06380946c Fix missing tagged events in the replies feed (may still repeat events, but this is better than missing them) 2023-01-17 10:04:08 +13:00
Mike Dilger
dd4446f6a8 Make reactions optional 2023-01-17 07:46:25 +13:00
Mike Dilger
8e6028c36a Remove the number from the Back button 2023-01-17 07:36:59 +13:00
Mike Dilger
72195bda1b cleanup 2023-01-17 07:09:37 +13:00
Mike Dilger
38f41de240 Fix bug with new events not affecting the UI until you click around 2023-01-17 07:08:32 +13:00
Mike Dilger
f780fe2498 Fix avatar image quality 2023-01-16 21:44:11 +13:00
Mike Dilger
3260ae10d7 Readjust font and avatar sizes now that my DPI setting is accurate 2023-01-16 21:18:07 +13:00
Mike Dilger
7dbab387e6 fix DPI work 2023-01-16 21:18:07 +13:00
Mike Dilger
cdf402c6b5 Put settings in a scroll area 2023-01-16 20:36:13 +13:00
Mike Dilger
8703bbbf19 DPI work 2023-01-16 20:24:58 +13:00
Mike Dilger
c3e9f8b51f SVG support 2023-01-16 19:18:15 +13:00
Mike Dilger
a77eb9abb3 Switch custom drawn widgets for professional drawn emojis 2023-01-16 16:49:12 +13:00
Mike Dilger
8bad130214 More font changes, bump up sizes, add some space 2023-01-16 16:18:15 +13:00