Commit Graph

609 Commits

Author SHA1 Message Date
Bu5hm4nn
1a5451a5c0 Tagging: Interact again over painted text to workaround current egui bug. Fixes #707 2024-04-16 13:24:29 +12:00
Bu5hm4nn
7d7057c724 Tagging: Only create a popup for the first match (same rule as do_replacements()) 2024-04-16 13:24:29 +12:00
Bu5hm4nn
967683959e Tagging: Do tag replacements only once per tag 2024-04-16 13:24:29 +12:00
Mike Dilger
315bc115fc command: import_encrypted_private_key 2024-04-15 14:41:43 +12:00
Mike Dilger
0958234632 Fix logic of command login 2024-04-15 14:40:52 +12:00
Mike Dilger
fa81c27351 cargo fmt 2024-04-15 10:03:55 +12:00
Mike Dilger
6b5305603c Merge commit '7792737da7602afd0ddd77ae869758d988b558a3' into unstable 2024-04-15 10:00:22 +12:00
Daniele Tonon
7792737da7 Show relay alert icon only for ws:// protocol 2024-04-14 23:30:46 +02:00
Mike Dilger
4f6e3824fd Fix followed-list comparison; Fix out-of-sync personlist lengths 2024-04-15 06:57:15 +12:00
Daniele Tonon
d1cda19c6d Notifications: optimize space around Reasons label 2024-04-11 20:01:01 +02:00
Daniele Tonon
eb7818b40e Notifications: Use new palette colors instead of complementary 2024-04-11 20:01:01 +02:00
Daniele Tonon
15d373b5ae Notifications: add a gap before the actions block 2024-04-11 20:01:01 +02:00
Daniele Tonon
81dafc0f01 Notifications: Reduce space in notification counters 2024-04-11 20:01:01 +02:00
Daniele Tonon
f6224a5ab9 Notifications: Put reasons on a new line on small UI 2024-04-11 19:58:48 +02:00
Bu5hm4nn
ec3c245e61 Notifications: Make header separate again, wrap description.
Widgets: Add Relay Url widget
2024-04-11 12:57:21 +12:00
Bu5hm4nn
9fc716bf4b Notifications: Update Layout to be more responsive and consistent over different notification types 2024-04-11 12:57:17 +12:00
Bu5hm4nn
682554599d Notifications: Update colors for dark mode, also tone down colors when no notifications present 2024-04-11 12:53:30 +12:00
Bu5hm4nn
383686e491 Notifications: Make header separate again, wrap description.
Widgets: Add Relay Url widget
2024-04-10 17:18:38 -06:00
Bu5hm4nn
8124e7eceb Notifications: Update Layout to be more responsive and consistent over different notification types 2024-04-10 13:48:24 -06:00
Mike Dilger
cdf88ae0a0 Command: export_encrypted_key 2024-04-10 11:12:08 +12:00
Bu5hm4nn
1d98e93be9 Notifications: Update colors for dark mode, also tone down colors when no notifications present 2024-04-08 19:15:16 -06:00
Mike Dilger
ed26c4a81f Remove old indexes and their usage (except in old migrations) 2024-04-06 10:13:07 +13:00
Mike Dilger
1eef6c40d6 Use new find_events_by_filter, retire old find functions 2024-04-06 10:13:07 +13:00
Mike Dilger
b5a2f12f3b Add stats of new indexes on help page 2024-04-06 10:13:07 +13:00
Mike Dilger
59e6c44fbb update nostr-types 2024-04-05 09:28:05 +13:00
Mike Dilger
ff53e3bee9 Reapply "Give the post icon some opacity so we can see what is in the post behind it, and move to top if feed reversed"
This reverts commit 831887fb4e.
2024-04-04 11:07:55 +13:00
Mike Dilger
43724ed281 Reapply "Option to render feed with newest at bottom"
This reverts commit b51e65a7c6.
2024-04-04 11:07:55 +13:00
Mike Dilger
4391701973 Bump version to 0.11-unstable 2024-04-04 11:07:55 +13:00
Mike Dilger
19b952ab53 Cargo clippy and fmt 2024-04-04 11:07:22 +13:00
Mike Dilger
d02a3b642d Merge commit '4136ca58e1f0e3d90db4c7a2b56e98aa432d2812' into unstable 2024-04-04 10:41:29 +13:00
Daniele Tonon
4136ca58e1 Increase right padding and fix top bar 2024-04-03 11:53:34 +02:00
Mike Dilger
408337be12 spelling 2024-04-03 11:52:20 +13:00
Mike Dilger
baa79bd2b8 Merge branch 'unstable' into pending-notifications 2024-04-03 11:52:12 +13:00
Bu5hm4nn
b82e139013 Add right margin to the feed to make space for the scroll bar 2024-03-29 21:39:48 -06:00
Bu5hm4nn
b43033b0ba Fix #701: bug handling kind:6 reposts without embedded note, when the e-tag is not the first tag. 2024-03-29 20:56:58 -06:00
Bu5hm4nn
7795f194e6 Notifications: Add Filter combo box 2024-03-29 18:36:12 -06:00
Bu5hm4nn
d6fe9ce796 Notifications: Make sure 'Remember' switch values are persisted when new pending data comes in 2024-03-29 18:10:47 -06:00
Bu5hm4nn
85f9220531 Make notifications fit in min app size 2024-03-29 13:10:24 -06:00
Bu5hm4nn
00371cdd8b cleanup warning 2024-03-28 22:50:19 -06:00
Bu5hm4nn
5b0d07daaa Merge commit 'cfd0a06a9a0dba726fe46a09adc125a63d2efac2' into feature/pending-notifications
# Conflicts:
#	gossip-bin/src/ui/notifications/mod.rs
2024-03-28 22:48:11 -06:00
Bu5hm4nn
0f65c328c2 Pending Notifications: Implement "icon summary" and replace menu item with it 2024-03-28 22:36:33 -06:00
Bu5hm4nn
b60358357e Add standardized colors to Theme 2024-03-28 21:07:14 -06:00
Bu5hm4nn
233d970596 Merge remote-tracking branch 'dilger/unstable' into feature/pending-notifications
# Conflicts:
#	gossip-bin/src/ui/widgets/mod.rs
2024-03-28 20:24:34 -06:00
Mike Dilger
cfd0a06a9a Allow point-release updates of chrono 2024-03-29 13:59:13 +13:00
Mike Dilger
f9acdcefaa Name fields in PendingItem variants 2024-03-29 13:58:49 +13:00
Mike Dilger
780d3ddf60 clippy fixes 2024-03-29 13:34:13 +13:00
Mike Dilger
dc333b3d90 cargo fmt 2024-03-29 12:51:33 +13:00
Mike Dilger
9051d6f113 logging fixes 2024-03-29 11:55:03 +13:00
Bu5hm4nn
5c707bd5a3 Cleanup old commented code 2024-03-28 16:16:38 -06:00
Mike Dilger
871f29fe54 Update nostr-types 2024-03-29 09:58:58 +13:00