Commit Graph

2345 Commits

Author SHA1 Message Date
Mike Dilger
3b1223a106 [breaking] update nostr-types for TagV2, EventV2, and others 2023-11-18 08:42:41 +13:00
Mike Dilger
f22c74741a Update for nostr-types [some code is not yet right] 2023-11-18 07:47:19 +13:00
Mike Dilger
fa1e283199 [breaking] update nostr-types: EventReference and rework of replies() and mentions() 2023-11-18 07:35:44 +13:00
Mike Dilger
eb407b731c Merge remote-tracking branch 'bushmann/feature/tagging' into unstable 2023-11-17 10:35:56 +13:00
Mike Dilger
d51f4852e1 cargo fmt 2023-11-16 09:31:22 +13:00
Mike Dilger
afc2973036 Remove SQLite3 code 2023-11-15 10:57:33 +13:00
Mike Dilger
ba052c5c42 Updates regarding Event.is_replaceable() 2023-11-15 10:30:32 +13:00
Mike Dilger
3df4d9fba8 update nostr-types 2023-11-15 10:29:58 +13:00
Mike Dilger
e44d4db7cb storage: Simplify to Storage::get_replaceable_event() which handles paramters 2023-11-15 04:22:46 +13:00
Mike Dilger
39c1afa40a command: improve print_followed 2023-11-10 10:28:25 +13:00
Mike Dilger
705299cdfd Minor parameter change 2023-11-10 10:20:50 +13:00
Mike Dilger
46688aec0f Bugfix in search for naddr 2023-11-10 10:13:01 +13:00
Mike Dilger
54881fb3a9 COMMENT about part that isn't quite correct 2023-11-10 08:55:32 +13:00
Mike Dilger
bd8c988ec0 Rendering of GenericReposts 2023-11-10 08:51:28 +13:00
Mike Dilger
f7a2338fcf Render subject or title, not just subject 2023-11-10 08:37:55 +13:00
Mike Dilger
44409023e4 update nostr-types 2023-11-10 08:36:35 +13:00
Mike Dilger
27900ff6d7 Fix reposting kinds other than kind=1, including adding 'a' tag for replaceable events 2023-11-10 08:04:54 +13:00
Mike Dilger
a6bee2857f ui: quote: if event is replaceable, quote an naddr rather than an nevent 2023-11-10 07:39:16 +13:00
Mike Dilger
0ce9092541 Note menu: offer "naddr" instead of "nevent" if note is replaceable 2023-11-10 06:51:58 +13:00
Mike Dilger
3aa77bde36 Rollback misguided effective_kind() work 2023-11-09 09:57:22 +13:00
Mike Dilger
9c43682a87 Update nostr-types (removing effective_kind(), GenericRepost fix) 2023-11-09 09:56:03 +13:00
Mike Dilger
8737c15e91 Render links to parameterized-replaceable-events nicer 2023-11-09 09:55:24 +13:00
Mike Dilger
626769194e cargo clippy 2023-11-07 19:13:09 +13:00
Michael Dilger
fa62827a58
Merge pull request #567 from RandyMcMillan/patch-3
README.md:fix LICENSE.txt link
2023-11-07 13:16:58 +13:00
@RandyMcMillan
51201f4ddb
Update README.md 2023-11-04 14:59:31 -04:00
Bu5hm4nn
f884aee2d0 Tagging: Support tagging same person multiple times 2023-11-03 13:06:20 -06:00
Bu5hm4nn
ed4a1d61e6 Tagging: Only run tagging regex when text changes 2023-11-03 10:58:10 -06:00
Bu5hm4nn
28786598a6 Tagging: Always search for full word under cursor that starts with an '@' 2023-11-02 22:20:14 -06:00
Bu5hm4nn
bb30c41573 cargo fmt 2023-11-02 22:11:38 -06:00
Bu5hm4nn
ce4b4c72df cargo clippy 2023-11-02 21:13:55 -06:00
Bu5hm4nn
6a2ab87f49 Tagging: Always show followed accounts first in tagging search results 2023-11-02 21:10:02 -06:00
Bu5hm4nn
f775ed92f1 Avatars: Unify drawing of avatars across gossip to include following status indicator 2023-11-02 20:33:24 -06:00
Daniele Tonon
c29fa5681f Remove @ prefix from tagged users 2023-11-02 18:10:57 +01:00
Bu5hm4nn
85f3f6ed88 macOS: Adjust Inconsolata y_offset only for macOS 2023-11-01 12:23:21 -06:00
Bu5hm4nn
4b144e039f Tagging: Make raw preview show in same textedit (no more popup) 2023-11-01 12:22:43 -06:00
Bu5hm4nn
15b53cb969 Tagging: fix missing 'nostr:' prefix for tagging, use highlighting in raw preview 2023-11-01 11:30:41 -06:00
Bu5hm4nn
6f82944ebe Tagging: Add option to view 'raw' note. Pass raw note to Overlord for sending. 2023-10-31 15:40:22 -06:00
Bu5hm4nn
3f8e49921f Tagging: Fix removing hovers 2023-10-30 19:51:55 -06:00
Bu5hm4nn
3f7f4fe8f8 cargo clippy 2023-10-30 19:38:12 -06:00
Bu5hm4nn
621577da51 Tagging: Cache hover positions for tagging tooltips, clean up and re-structure tagging code 2023-10-30 19:30:41 -06:00
Bu5hm4nn
debc559696 Tagging: Show mini-profile on hover, add context menu to remove tags 2023-10-28 16:13:11 -06:00
Bu5hm4nn
bff7f36c5b Tagging: Fix crash when not iterating replacements in order 2023-10-27 17:22:24 -06:00
Bu5hm4nn
cadaa89d15 Tagging: Move cursor to end of replacement 2023-10-27 17:22:04 -06:00
Bu5hm4nn
9042143baa Merge remote-tracking branch 'dilger/unstable' into feature/tagging 2023-10-27 16:20:52 -06:00
bu5hm4nn
db5144647f
Tag replacements for nice readability (#3)
* Tagging: Start work on displaying the username and 'hiding' the nurl

* Tagging: Keep a list of replacements in the background (WIP)

* Tagging: Make tag-placeholder free text (no more @)

* Tagging: Cleanup unnecessary changes

* Tagging: Remove unnecessary changes
2023-10-27 16:19:40 -06:00
Mike Dilger
cdcd23f072 Fix display after setting relay manually 2023-10-28 09:42:42 +13:00
Mike Dilger
adc16199d8 Merge remote-tracking branch 'ok300/ok300-fix-partialeq' into unstable 2023-10-27 07:47:48 +13:00
ok300
c5d2024111 Fix Clippy warning about non-canonical PartialOrd 2023-10-26 09:08:19 +02:00
Bu5hm4nn
3b5fb1679d Tagging: Replace tag search anywhere in text (to support adding tags after writing text) 2023-10-25 15:51:51 -06:00
Bu5hm4nn
51baa10607 cargo clippy 2023-10-25 15:42:36 -06:00