Commit Graph

814 Commits

Author SHA1 Message Date
Bu5hm4nn
d514e3f7e9 egui upgrade: Fix Textedit frame size 2024-07-22 22:24:58 +02:00
Bu5hm4nn
76d4f904c9 egui: Fix warnings 2024-07-22 20:46:49 +02:00
Bu5hm4nn
c699aedb91 egui: Fix debug_assert when Area ui.set_max_size was not finite 2024-07-22 19:23:34 +02:00
Bu5hm4nn
d7e11fd226 egui: Upgrade to egui v 0.28.1 and make it compile 2024-07-22 19:23:23 +02:00
Mike Dilger
71db828407 cargo clippy 2024-07-22 13:46:21 +12:00
Mike Dilger
d92bd6ff26 More reworking relay selection functions: with RelayUsage param 2024-07-22 13:37:01 +12:00
Mike Dilger
60b43e44c7 Start of moving all relay selection functions together 2024-07-22 13:35:43 +12:00
Bu5hm4nn
1db04433fe Note View: Show additional reactions in hover UI 2024-07-20 12:44:50 +02:00
Mike Dilger
dcd932e256 Remove async where it isn't needed/helpful 2024-07-19 06:59:30 +12:00
bu5hm4nn
cf72c39b87
Merge pull request #807 from bu5hm4nn/feature/restyle-dm-notes
I'm merging this into unstable, so that we can continue working from this codebase.
2024-07-18 04:38:41 -06:00
Mike Dilger
804959dfbe 0.12.0-unstable (0.11 has been released) 2024-07-18 13:04:58 +12:00
Mike Dilger
a33df30dbb update nostr-types, RelayUsage 2024-07-17 12:20:10 +12:00
Mike Dilger
ceb438f0fb Update for nostr-types (RelayUsage -> RelayListUsage) 2024-07-17 09:30:57 +12:00
Bu5hm4nn
c616def685 Merge remote-tracking branch 'dilger/unstable' into feature/restyle-dm-notes
# Conflicts:
#	gossip-bin/src/ui/feed/note/mod.rs
2024-07-15 22:49:27 +02:00
Bu5hm4nn
2d8c839f4a Modal Popup: Show QR codes and JSON in modal popups 2024-07-15 22:40:44 +02:00
Bu5hm4nn
358ce35434 Note Actions: Re-Arrange menu order 2024-07-12 13:38:33 +02:00
Bu5hm4nn
33775de0c9 DM Note View: Don't decorate avatar images 2024-07-12 12:28:35 +02:00
Bu5hm4nn
14b746716b DM Chat List: Fix some spacing 2024-07-12 12:16:50 +02:00
Bu5hm4nn
02b8d0becd DM Note View: Show smaller avatar 2024-07-12 12:07:14 +02:00
Bu5hm4nn
1a96741b67 DM Feed: Show mini avatar and buttons at top 2024-07-12 12:06:23 +02:00
Bu5hm4nn
9d477aae7e DM Posting Area: Re-Style to show encryption standard in warning frame 2024-07-12 11:05:12 +02:00
Bu5hm4nn
5f44f36226 DM Note View: Do not show encryption indicator for Giftwrap (considered standard) 2024-07-12 10:23:06 +02:00
Bu5hm4nn
1cfe4db44f DM Chat List: Show avatars on channel entries 2024-07-12 10:22:32 +02:00
Bu5hm4nn
d3f4673217 DM Note View: Hide additional items that appear in nameline 2024-07-12 09:53:41 +02:00
Bu5hm4nn
a049c90869 Note View: Disable footer buttons instead of hiding them when signing key is not available 2024-07-12 09:38:27 +02:00
Bu5hm4nn
8585451857 DM Note View: Fix encryption indicator hover ui 2024-07-11 18:01:59 +02:00
Mike Dilger
33bbf61aeb Revert "Updates for nostr-types, including stripping delegation (NIP-26)"
This reverts commit 1722fb78d8.
2024-07-11 21:45:59 +12:00
Mike Dilger
bf0d37329f Update nostr-types 2024-07-11 21:42:58 +12:00
Mike Dilger
87e43d4330 Update nostr-types (event.replies_to() and 'a' tag marker fixes) 2024-07-11 12:42:00 +12:00
Bu5hm4nn
412c2deeb2 Note View: Clean up footer buttons, move some to Action Menu 2024-07-10 15:44:48 +02:00
Bu5hm4nn
4584f6b22b Note View: Put Bookmark action in SubMenu 2024-07-10 15:07:37 +02:00
Bu5hm4nn
ea36e512be MoreMenu: Add SubMenu feature, move "Copy" actions on notes to sub-menu 2024-07-10 14:04:14 +02:00
Bu5hm4nn
a86c5dfaaa DM Note Rendering: Re-Style DM note rendering by carefully refactoring note-rendering functions 2024-07-09 23:21:21 +02:00
Mike Dilger
f51a2877cd Update nostr-types: Unixtime::now() without .unwrap() 2024-07-09 08:53:20 +12:00
Bu5hm4nn
f4cf662ccf Onboarding Wizard: Add scroll area to "choose relays" page. Fixes #804. 2024-07-06 08:37:40 +02:00
Mike Dilger
16dd6b19e8 Update egui-video which updated ffmpeg-next 2024-07-05 13:48:58 +12:00
Mike Dilger
5f0090ab4f Menu options to add/remove event to/from bookmarks 2024-07-04 11:42:41 +12:00
Mike Dilger
8441aff3f3 Keep 'bookmarked' in NoteData 2024-07-04 11:33:21 +12:00
Mike Dilger
8867cedc64 Bookmarks feed including UI 2024-07-04 10:45:25 +12:00
Mike Dilger
6a87b9c98f cargo fmt 2024-07-04 10:23:22 +12:00
Mike Dilger
e6d2ad7293 Retire 2 settings we no longer use 2024-07-04 10:18:56 +12:00
dtonon
9bacc21327 Add counter template for inbox/chats notifications 2024-07-03 13:18:07 +02:00
Bu5hm4nn
40aa84d627 Remove old commented out code block 2024-07-02 16:40:38 +02:00
Bu5hm4nn
ad0f5c3b78 MoreMenu: Fix disabled entry disabled also the following entry. Fixes #802 2024-07-02 16:39:23 +02:00
Mike Dilger
9c22771e19 Update nostr-types 2024-07-02 15:44:30 +12:00
Michael Dilger
aa704f4e16
Merge pull request #801 from jadijadi/add_plus_icon_opacity
fix: opacity of add_post_icon to 2/3 for better visibility on light mode
2024-07-02 07:56:32 +12:00
Mike Dilger
1a763189a1 command: clear_timeouts 2024-07-02 07:24:11 +12:00
Jadi
b92003f1c8 fix: opacity of add_post_icon to 2/3 for better visibility on light mode
fixes #728
2024-07-01 22:12:44 +03:30
Mike Dilger
c20311f545 Cargo clippy & fmt 2024-07-01 10:18:47 +12:00
Mike Dilger
63bf94c375 Remove dead code in FeedNoteParams, is_first, is_last, has_repost 2024-07-01 10:17:04 +12:00