Commit Graph

2109 Commits

Author SHA1 Message Date
Mike Dilger
8812d48a26 Use event_tag_index to find delegated events in Person feed 2023-10-06 12:22:16 +13:00
Mike Dilger
c70b5cfce2 storage: stable sorting 2023-10-06 12:10:29 +13:00
Mike Dilger
0fc4f1496b Merge branch 'event_tag_index' 2023-10-06 12:10:14 +13:00
Mike Dilger
b9cd5646d7 Switch inbox logic to use event_tag_index 2023-10-06 12:09:53 +13:00
Mike Dilger
33c4c2c9d5 Rebuild event tags index whenever the user's key changes 2023-10-06 11:54:29 +13:00
Mike Dilger
69ff49996b storage: migration to populate event_tag_index 2023-10-06 11:54:29 +13:00
Mike Dilger
b407540539 UI stats on new index 2023-10-06 11:54:29 +13:00
Mike Dilger
a8077afb1d storage: event_tag_index 2023-10-06 11:54:29 +13:00
Michael Dilger
8f308f30ae
Merge pull request #530 from nbenaglia/feature/improve_doc_developers
Improve documentation for developers
2023-10-06 11:43:08 +13:00
nico.benaz
9a2766284f
Update DOCUMENTATION.md 2023-10-06 00:36:18 +02:00
nico.benaz
0daa53fc81
Merge branch 'unstable' into feature/improve_doc_developers 2023-10-06 00:34:18 +02:00
Nicola Benaglia
c4c9476f17 Reference to gossip.png file 2023-10-06 00:33:01 +02:00
Nicola Benaglia
8f0aed85a7 Reference to gossip.png file 2023-10-06 00:32:47 +02:00
Aaron Carlucci
3723d1ab49 Add Wayland app_id to egui eframe NativeOptions and enable Wayland feature for eframe crate 2023-10-06 11:27:27 +13:00
Mike Dilger
67ef7038db add NIP-24 to README 2023-10-06 11:26:38 +13:00
Mike Dilger
8b16d2a16c Clarification in the README 2023-10-06 11:07:23 +13:00
Michael Dilger
7848ceb056
Merge pull request #532 from bu5hm4nn/bug/fix-macos-ffmpeg-linking
Fix macOS linking
2023-10-06 11:07:08 +13:00
Bu5hm4nn
73c2d7d7db Separate build scripts for bin and library to fix macos ffmpeg library linking 2023-10-05 12:11:12 -06:00
Nicola Benaglia
9c9b6f4427 Add file for generating rust doc 2023-10-05 09:03:12 +02:00
Nicola Benaglia
4c0c47d6fe Remove files 2023-10-05 09:01:21 +02:00
Nicola Benaglia
de252a19b9 Improve markdown and convert txt to md 2023-10-05 08:49:14 +02:00
Nicola Benaglia
70fee5b085 Create folder for logo files 2023-10-05 08:38:42 +02:00
Nicola Benaglia
d13c60441b Improve markdown 2023-10-05 08:34:39 +02:00
Nicola Benaglia
9dbf65945d Add telegram channel 2023-10-05 08:32:42 +02:00
Nicola Benaglia
ab0c1ea42d Move doc into folder and improve markdown 2023-10-05 08:17:18 +02:00
Nicola Benaglia
e09b0f1aed Add vscode to ignore 2023-10-05 08:07:05 +02:00
Mike Dilger
abf7f55008 More docs and visibility changes 2023-10-05 17:28:09 +13:00
Mike Dilger
eae1a1ff29 more docs and visibility updates 2023-10-05 16:57:37 +13:00
Mike Dilger
07157e7d48 more documentation 2023-10-05 15:31:52 +13:00
Mike Dilger
c247ae1c7e doc 2023-10-05 15:05:46 +13:00
Mike Dilger
64f47bd446 More docs 2023-10-05 13:56:45 +13:00
Mike Dilger
aa9c7c8330 A number of overlord functions didn't need to be async 2023-10-05 13:30:09 +13:00
Mike Dilger
b96bca7b71 Improving gossip-lib API (moving things, hiding things, documenting things) 2023-10-05 12:56:15 +13:00
Mike Dilger
eba38a0583 When deleting an event, delete from all relays it was seen on (in addition to write relays) 2023-10-05 08:20:24 +13:00
Mike Dilger
e2807b8ff2 Merge branch 'library' into unstable 2023-10-04 14:02:45 +13:00
Mike Dilger
78e5d81b48 [MAJOR] Move the UI into gossip-bin 2023-10-04 13:59:18 +13:00
Mike Dilger
55aa891532 Move commands into gossip-bin 2023-10-04 13:59:18 +13:00
Mike Dilger
6ec3cf58b5 make clippy happy with default impls 2023-10-04 13:59:18 +13:00
Mike Dilger
9dd731962f [MAJOR] Restructure as a workspace with two projects: gossip-lib and gossip-bin 2023-10-04 13:59:15 +13:00
Mike Dilger
e623cad42e [MAJOR] Reform as a library with a minimal binary 2023-10-04 13:59:11 +13:00
Mike Dilger
7f0c5b70fd cargo format 2023-10-04 13:23:29 +13:00
Mike Dilger
7b8227e2ca getting rid of egui extras... 2023-10-04 13:20:08 +13:00
Mike Dilger
fde1e0ff1f Move egui-related image handling into UI; handle SVG conversion in main code 2023-10-04 12:42:37 +13:00
Mike Dilger
8a4eef3a77 Rework UI Theme tangle a bit, to ease splitting gossip into a library and binary 2023-10-04 10:59:10 +13:00
Mike Dilger
b2334b2f83 Merge branch 'wizard' into unstable 2023-10-04 09:21:41 +13:00
Mike Dilger
33327d0f2f Wizard work 2023-10-04 09:21:29 +13:00
Mike Dilger
1773fea6fa wizard: combine import private key pages 2023-10-04 09:21:29 +13:00
Mike Dilger
9f5c852903 Color the main-path wizard choices in the accent color 2023-10-04 09:21:29 +13:00
Mike Dilger
863dcbb488 Onboarding Wizard 2023-10-04 09:21:29 +13:00
Mike Dilger
87567ddb94 storage: write_wizard_complete, read_wizard_complete 2023-10-04 09:21:29 +13:00