Commit Graph

73 Commits

Author SHA1 Message Date
Alejandro Gómez
c21df2b420 ui: friendlier req viewer 2025-12-14 00:07:06 +01:00
Alejandro Gómez
26fc2bf7af fix: edit OPEN 2025-12-13 23:20:00 +01:00
Alejandro Gómez
c287cff413 refactor: remove unused commands 2025-12-13 22:58:22 +01:00
Alejandro Gómez
d877e51317 feat: editable commands 2025-12-13 22:53:27 +01:00
Alejandro Gómez
92cb290c4d ui: smol highlight tweaks 2025-12-13 22:26:07 +01:00
Alejandro Gómez
c179c798a6 ui: improve highlight mentions 2025-12-13 22:09:11 +01:00
Alejandro Gómez
fce437fe68 fix: hide embeds in replies 2025-12-13 21:34:03 +01:00
Alejandro Gómez
247630e608 fix: clamp replies 2025-12-13 16:53:04 +01:00
Alejandro Gómez
69dd315a35 fix: clamp lines 2025-12-13 16:51:07 +01:00
Alejandro Gómez
93ee2ae012 feat: chat msgs 2025-12-13 16:37:51 +01:00
Alejandro Gómez
e048e212f1 ux: tweak duration 2025-12-13 16:11:39 +01:00
Alejandro Gómez
9a353b6494 ux: tone down notification duration 2025-12-13 16:08:46 +01:00
Alejandro Gómez
c5fc7503cc fix: no rounded 2025-12-13 15:55:42 +01:00
Alejandro Gómez
8e92a8ebfb feat: filter by arbitrary tag, relay state improvements 2025-12-13 15:49:04 +01:00
Alejandro Gómez
a4d9720358 feat: copy kind 2025-12-13 15:22:48 +01:00
Alejandro Gómez
6568daf944 wip: relay pool view and auth 2025-12-13 15:06:05 +01:00
Alejandro Gómez
53c07fb4a8 perf: virtualize req viewer 2025-12-12 22:49:39 +01:00
Alejandro Gómez
54cff0af9b feat: simplify kind viewer 2025-12-12 22:31:47 +01:00
Alejandro Gómez
32160480e2 feat: kind links 2025-12-12 22:22:28 +01:00
Alejandro Gómez
e595ddc7a9 ai: editable command list docs 2025-12-12 21:49:58 +01:00
Alejandro Gómez
9665347eb9 feat: support topics in kind 3 2025-12-12 16:33:05 +01:00
Alejandro Gómez
6a6a3a7ffd feat: add hashtags to req title 2025-12-12 15:53:44 +01:00
Alejandro Gómez
2aac7383f3 feat: reposts 2025-12-12 12:12:48 +01:00
Alejandro Gómez
16158e7045 feat: better p and authors titles 2025-12-12 10:12:57 +01:00
Alejandro Gómez
d93bbf1eec feat: show authors in REQ title 2025-12-11 23:17:00 +01:00
Alejandro Gómez
287c56d5a1 feat: window title tooltips with raw cmd 2025-12-11 23:14:05 +01:00
Alejandro Gómez
e1dfd6f884 copy: singular names for kinds 2025-12-11 23:06:32 +01:00
Alejandro Gómez
ad17658ef3 fix: contrast 2025-12-11 23:00:06 +01:00
Alejandro Gómez
08db0eff5a feat: dynamic titles, event footer 2025-12-11 22:50:09 +01:00
Alejandro Gómez
b7fbaf5e46 feat: copy bech32 2025-12-11 21:54:02 +01:00
Alejandro Gómez
701a98bd49 ai: event render system analysis 2025-12-11 18:11:59 +01:00
Alejandro Gómez
942a72ecca fix: bad import 2025-12-11 17:04:52 +01:00
Alejandro Gómez
54ee43bdaf feat: comma-separated flags to REQ 2025-12-11 16:57:40 +01:00
Alejandro Gómez
78082ca6db dev: add todo 2025-12-11 16:37:47 +01:00
Alejandro Gómez
961738343a feat: render all relay lists 2025-12-11 16:31:52 +01:00
Alejandro Gómez
eaaa3d9da9 feat: more comprehensive kind descriptions 2025-12-11 16:21:33 +01:00
Alejandro Gómez
80e206c1f2 feat: p2p orders kind 2025-12-11 16:06:21 +01:00
Alejandro Gómez
c7732238cd fix: multiple check after copying 2025-12-11 15:40:23 +01:00
Alejandro Gómez
d6964cb315 chore: TODO cleanup 2025-12-11 15:40:14 +01:00
Alejandro Gómez
9829783634 style: add dotted underline on hover for bookmark URLs 2025-12-11 13:27:49 +01:00
Alejandro Gómez
4eedd31578 style: use muted color for bookmark URLs 2025-12-11 13:27:17 +01:00
Alejandro Gómez
a209aba2cd refactor: remove trailing slash from bookmark URL display 2025-12-11 13:25:08 +01:00
Alejandro Gómez
3b4fbac8bd refactor: dynamically derive supported kinds from renderer registry 2025-12-11 13:21:00 +01:00
Alejandro Gómez
01581332e2 feat: add Web Bookmarks (kind 39701) to KINDS viewer 2025-12-11 13:19:53 +01:00
Alejandro Gómez
194a1b4e9c style: improve bookmark renderer styling
- Add flex-shrink-0 to icon to prevent squishing on long URLs
- Remove muted color from description for better readability
2025-12-11 13:15:59 +01:00
Alejandro Gómez
39573e2b06 refactor: display URLs without scheme for cleaner appearance
Strip https:// and http:// from displayed link text while keeping full URL in href
2025-12-11 13:15:02 +01:00
Alejandro Gómez
ae1a77d18e refactor: improve Kind39701 consistency and URL handling
- Match title style with article renderer (add text-foreground)
- Add https:// prefix when only d tag provided
- Maintain consistency across kind renderers
2025-12-11 13:13:50 +01:00
Alejandro Gómez
ee54695fee feat: implement NIP-B0 web bookmarks renderer (kind 39701)
- Update icon from Globe to Bookmark in kind definitions
- Create Kind39701Renderer with title, URL (from d/u tag), and description
- Register renderer in kind registry
- Extract URL from d tag (identifier) or optional u tag
- Display with RichText formatting support
2025-12-11 13:11:09 +01:00
Alejandro Gómez
38f5461b54 chore: setup eslint and prettier with code formatting 2025-12-11 13:00:25 +01:00
Alejandro Gómez
189da9d141 fix: uppercase NIP identifiers in command parser 2025-12-11 12:56:01 +01:00