Commit Graph

1111 Commits

Author SHA1 Message Date
Bu5hm4nn
634d391327 cargo clippy 2023-05-22 11:19:16 -06:00
Bu5hm4nn
ba43cda5f6 Restore "show hidden" button on "Known relays" page 2023-05-22 09:20:55 -06:00
Bu5hm4nn
2b452b3f57 Optimize away some uses of response.clone() 2023-05-22 09:20:25 -06:00
Bu5hm4nn
5b2822f60c Relay entry modal dialog complete 2023-05-22 09:19:42 -06:00
Bu5hm4nn
bf4eb5f5b9 Demonstrate modal dialog 2023-05-21 12:41:38 -06:00
Bu5hm4nn
1ac5d25653 RelayEntry: Hide usage bit display when they are all zero 2023-05-20 16:24:19 -06:00
Bu5hm4nn
2c7636ff5d RelayEntry: define constants for stat columns 2023-05-20 16:17:18 -06:00
Bu5hm4nn
afb74f2bf9 RelayEntry: Connect usage bits with + in list view 2023-05-20 13:19:15 -06:00
Bu5hm4nn
150edf25d0 RelayEntry: Change usage bit style to individual bits in list view 2023-05-20 12:56:34 -06:00
Bu5hm4nn
f357278df0 RelayEntry: Hover darker for "Close" button 2023-05-20 12:56:04 -06:00
Bu5hm4nn
475a79afa2 Revert changing button spacing 2023-05-20 10:51:07 -06:00
Bu5hm4nn
fd02a6896d Keep RelayEntry light 2023-05-19 16:50:34 -06:00
Bu5hm4nn
9f9fcb7f2f - use custom underline
- use color priorities (as per dtonon)
- refine ui spacing
2023-05-19 16:27:50 -06:00
Bu5hm4nn
32edd074db Add page "My Relays" 2023-05-19 14:48:51 -06:00
Bu5hm4nn
ecfe410294 - Handle case of edited relay disappearing from list
- Cleanup some unused code
2023-05-19 14:11:40 -06:00
Bu5hm4nn
7b382eae09 Implement "Force disconnect" button (and abstract draw_link_at()) 2023-05-19 13:42:14 -06:00
Bu5hm4nn
285d05f346 Use "advertise" switch for now (share publicly should be covered by "inbox" and "outbox" settings) 2023-05-19 12:41:49 -06:00
Bu5hm4nn
6a82b486e2 RelayEntry: Link "inbox" and "outbox" to read and write switches 2023-05-19 11:52:02 -06:00
Bu5hm4nn
693ab6ae84 Increase default theme extreme_bg_color to white 2023-05-19 11:15:22 -06:00
Bu5hm4nn
d59dbe47e9 RelayEntry: Add remaining usage switches 2023-05-19 11:14:56 -06:00
Bu5hm4nn
47b31ed2bb NIP11 short info complete, added a lot of constants to aid in tweaking 2023-05-19 10:12:56 -06:00
Bu5hm4nn
15884a3d23 Start on NIP11 layout in Relay edit view 2023-05-18 23:46:09 -06:00
Bu5hm4nn
f5acc8034c Merge branch 'dilger/nip11' into feature/relay-list-widget 2023-05-18 22:24:19 -06:00
Bu5hm4nn
e4f2ed1ee9 Start building relay usage options, cargo fmt 2023-05-18 22:23:13 -06:00
Bu5hm4nn
ae28ab2733 Fix egui id conflicts, add usage bits fields 2023-05-18 17:36:00 -06:00
Mike Dilger
39b1fbf3dd Minions to save NIP-11 data 2023-05-19 09:02:48 +12:00
Mike Dilger
3926a0eec1 DbRelay code for schema 35 2023-05-19 09:02:48 +12:00
Mike Dilger
7a79b39b90 SCHEMA35: relay.nip11 and relay.last_attempt_nip11 2023-05-19 08:24:14 +12:00
Bu5hm4nn
6c5b0b0c66 Cache RelayEntry objects 2023-05-18 13:41:32 -06:00
Bu5hm4nn
053f55f85d - Properly disable other relay entries when editing
- disable filters and sorting on edit
- don't lock scrolling on edit
2023-05-18 09:47:09 -06:00
Bu5hm4nn
4283cbbe3e Implement 'modal' edit interaction 2023-05-17 23:16:06 -06:00
Bu5hm4nn
0382c3d8f1 Load "option" SVG symbol for RelayItem widget 2023-05-17 16:56:30 -06:00
Bu5hm4nn
ea7c1f91eb Move location of "Following" to no. 2 2023-05-17 13:25:18 -06:00
Bu5hm4nn
1ba6904036 Implement relay filtering and sorting, use accent color in RelayEntry 2023-05-17 13:05:57 -06:00
Bu5hm4nn
395edd80b6 Add search field for relay views, improve structure, cargo fmt 2023-05-16 22:46:07 -06:00
Bu5hm4nn
1a672a3b6e Rename Relay pages, move widgets to src/ui/widgets folder 2023-05-16 16:37:55 -06:00
Bu5hm4nn
e493917af8 Add new view to Live relay page 2023-05-16 16:29:17 -06:00
Bu5hm4nn
d8e41d7ad0 Implement List view for RelayEntry widget 2023-05-15 22:22:26 -06:00
Mike Dilger
4506bed6d9 Please clippy 2023-05-15 13:44:05 +12:00
Mike Dilger
8ed694dae9 Persist the positions of the switches 2023-05-15 13:41:49 +12:00
Mike Dilger
f38a2973ed bugfix when compiling without side-menu 2023-05-15 13:37:21 +12:00
Bu5hm4nn
85620d10c4 Remove "+" button shadow 2023-05-14 08:43:12 -06:00
Bu5hm4nn
cbf8341000 Merge commit 'dtonon/feature/fix-last-note-visibility' into 'bu5hm4nn/master' 2023-05-14 08:40:42 -06:00
Daniele Tonon
262ad90061 Add some space after the last note to keep it fully visible 2023-05-14 02:15:20 +02:00
Daniele Tonon
82b9b8bd93 Fix main feed/panel margins 2023-05-14 02:14:02 +02:00
Bu5hm4nn
fecdd26c21 Fix shadow artefact in "+" button 2023-05-13 12:53:03 -06:00
Bu5hm4nn
751969f41b Add media buttons to videos as well 2023-05-13 12:52:36 -06:00
Bu5hm4nn
5123a79cb3 cargo fmt 2023-05-13 12:25:08 -06:00
Bu5hm4nn
010bc8982b Merge commit dtonon/feature/fix-hue-rotate-warnings' into 'bu5hm4nn/master' 2023-05-13 12:14:00 -06:00
Bu5hm4nn
b1abd2de26 Rename setting "feed_direction_reverse_chronological" to "posting_area_at_top" 2023-05-13 12:12:00 -06:00