Commit Graph

3785 Commits

Author SHA1 Message Date
Mike Dilger
23543bf76a cargo fmt 2024-08-08 11:19:00 +12:00
Mike Dilger
9ddd657287 global feed use configured global relays 2024-08-08 11:18:31 +12:00
Mike Dilger
af1950ca4d Configure global feed relays 2024-08-08 11:15:40 +12:00
Mike Dilger
de051785a4 Don't log about scrapes 2024-08-08 11:15:27 +12:00
Mike Dilger
52d51c72c6 GLOBAL FEED with issues:
1. We hardcoded wss://relay.damus.io/.  We need now mostly UI/UX setup for users to pick,
   possibly storage of relays to use for global feeds.
2. We are getting 2024-07-24T02:48:12.543807Z
   WARN gossip-lib/src/storage/mod.rs:1573: KINDS SCRAPE OF STORAGE
   so we should revisit if this matters (over the short limited events that we use)
2024-08-08 11:14:04 +12:00
Mike Dilger
9f68e3816d Fix last 2024-08-08 09:50:59 +12:00
Mike Dilger
9465be0e18 Inbox feed - fix indirect logic 2024-08-08 09:50:59 +12:00
Mike Dilger
53b72c0b44 optimize: avoid a copy of found events 2024-08-08 09:50:59 +12:00
Bu5hm4nn
a4b8c83a08 Reactions: Restore look and use buttons for grid layout effect 2024-08-07 15:46:32 +02:00
Bu5hm4nn
8a157ce2e6 Add commandline option "theme" to switch to dark or light mode before starting gossip 2024-08-07 14:35:47 +02:00
Mike Dilger
9a3a3214b6 Merge branch 'egui-upgrade' into unstable 2024-08-07 08:27:40 +12:00
Mike Dilger
b055687533 FIX get all pubkey outboxes 2024-08-07 08:19:35 +12:00
Mike Dilger
eef9bb6030 Updates for nostr-types 2024-08-07 08:11:37 +12:00
Mike Dilger
bf63e4d643 update nostr-types 2024-08-07 08:04:15 +12:00
Mike Dilger
eba18c6ffa Merge branch 'unstable' into egui-upgrade 2024-08-07 07:07:38 +12:00
Mike Dilger
2f534df785 Reapply "React with emoji from emoji picker (menu_button isn't ideal, but functional for now)"
This reverts commit c6493c7bbb.
2024-08-07 07:06:30 +12:00
Mike Dilger
94fca195ce Reapply "Show reaction count alongside like count"
This reverts commit 752f06b5e1.
2024-08-07 07:06:23 +12:00
Mike Dilger
752f06b5e1 Revert "Show reaction count alongside like count"
This reverts commit 835734b394.
2024-08-07 07:05:51 +12:00
Mike Dilger
c6493c7bbb Revert "React with emoji from emoji picker (menu_button isn't ideal, but functional for now)"
This reverts commit ef052d2ae6.
2024-08-07 07:05:44 +12:00
Mike Dilger
52263fe824 patch panic 2024-08-07 07:04:46 +12:00
Bu5hm4nn
46e9c6d5a2 Fix subtraction overflow panic in relays module 2024-08-06 15:20:18 +02:00
Bu5hm4nn
43af8aff0b egui upgrade: Upgrade to patch for wrapping issues 2024-08-06 15:10:25 +02:00
Mike Dilger
22cffad748 Reapply "egui upgrade: Fix modal dialogs not closing"
This reverts commit a26f52ab5a.
2024-08-06 12:29:43 +12:00
Mike Dilger
9efea2f0c7 Reapply "egui upgrade: Relay entry "Close" button needs to use correct wrap mode"
This reverts commit 4d9e3f5884.
2024-08-06 12:29:38 +12:00
Mike Dilger
955c730dd5 Reapply "egui ugprade: Apply more patches and fix list interaction (again)"
This reverts commit 2f0818d346.
2024-08-06 12:29:32 +12:00
Mike Dilger
ab32fcd27f Reapply "egui upgrade: Fix some debug_assert panics related to the use of "Area" (always add a .with() when using auto-id's for containers)"
This reverts commit 419fffa0f0.
2024-08-06 12:29:27 +12:00
Mike Dilger
e0d4682ff2 Reapply "egui upgrade: Fix hover detection for "viewed" notes"
This reverts commit 2898fb6258.
2024-08-06 12:29:21 +12:00
Mike Dilger
d7762c811c Reapply "egui upgrade: Fix Textedit frame size"
This reverts commit 2c92bb6df4.
2024-08-06 12:29:16 +12:00
Mike Dilger
78082ae23d Reapply "egui: Fix warnings"
This reverts commit 7fdf284624.
2024-08-06 12:29:09 +12:00
Mike Dilger
995ef382cd Reapply "egui: Fix debug_assert when Area ui.set_max_size was not finite"
This reverts commit 867a3c9bdb.
2024-08-06 12:29:04 +12:00
Mike Dilger
186ea69c0a Reapply "egui: Upgrade to egui v 0.28.1 and make it compile"
This reverts commit b21b22eebf.
2024-08-06 12:28:59 +12:00
Mike Dilger
a981ec1bdb Revert "fix Cargo.lock re: egui upgrade revert"
This reverts commit fd2197c942.
2024-08-06 12:28:53 +12:00
Mike Dilger
fd2197c942 fix Cargo.lock re: egui upgrade revert 2024-08-06 12:25:28 +12:00
Mike Dilger
b21b22eebf Revert "egui: Upgrade to egui v 0.28.1 and make it compile"
This reverts commit d7e11fd226.
2024-08-06 12:24:19 +12:00
Mike Dilger
867a3c9bdb Revert "egui: Fix debug_assert when Area ui.set_max_size was not finite"
This reverts commit c699aedb91.
2024-08-06 12:22:53 +12:00
Mike Dilger
7fdf284624 Revert "egui: Fix warnings"
This reverts commit 76d4f904c9.
2024-08-06 12:22:48 +12:00
Mike Dilger
2c92bb6df4 Revert "egui upgrade: Fix Textedit frame size"
This reverts commit d514e3f7e9.
2024-08-06 12:22:38 +12:00
Mike Dilger
2898fb6258 Revert "egui upgrade: Fix hover detection for "viewed" notes"
This reverts commit 6806d56f7f.
2024-08-06 12:22:32 +12:00
Mike Dilger
419fffa0f0 Revert "egui upgrade: Fix some debug_assert panics related to the use of "Area" (always add a .with() when using auto-id's for containers)"
This reverts commit 157c1b6b31.
2024-08-06 12:22:26 +12:00
Mike Dilger
2f0818d346 Revert "egui ugprade: Apply more patches and fix list interaction (again)"
This reverts commit 9490cfe1bf.
2024-08-06 12:21:33 +12:00
Mike Dilger
4d9e3f5884 Revert "egui upgrade: Relay entry "Close" button needs to use correct wrap mode"
This reverts commit 26143b0ad6.
2024-08-06 12:19:24 +12:00
Mike Dilger
a26f52ab5a Revert "egui upgrade: Fix modal dialogs not closing"
This reverts commit 42bb661d5d.
2024-08-06 12:18:40 +12:00
Mike Dilger
ef052d2ae6 React with emoji from emoji picker (menu_button isn't ideal, but functional for now) 2024-08-06 11:53:52 +12:00
Mike Dilger
835734b394 Show reaction count alongside like count 2024-08-06 11:06:37 +12:00
Mike Dilger
620e852ac2 Use tofu placeholder to express custom reactions that we don't support (instead of ':') 2024-08-06 10:53:08 +12:00
Mike Dilger
ff008e0143 command: reaction_stats 2024-08-06 10:44:22 +12:00
Mike Dilger
465d4099c3 Prepare to allow users to react with emojis (but not enabled in the UI yet) 2024-08-06 10:17:53 +12:00
Mike Dilger
c29c2865fb Update emoji picker with the most commonly used emojis 2024-08-06 10:14:31 +12:00
Michael Dilger
4536b7c681
Merge pull request #824 from dtonon/textedit-styles
Textedit styles
2024-08-04 20:41:19 +00:00
Mike Dilger
b1dde7e44f overlord: modify manager calls 2024-08-05 07:27:19 +12:00