208 Commits

Author SHA1 Message Date
6bb6fa9859 Update src/components/Notes/NoteSubmit.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m1s
2025-02-14 22:48:58 +00:00
en
717b2a3dfe refactor(popup): show replies for kind 1 in popup 2025-02-14 20:38:28 +01:00
en
84d5400872 fix(feed): event links 2025-02-14 19:16:24 +01:00
en
9b74713e0b fix(event): quote repost add nostr: 2025-02-14 17:51:53 +01:00
en
6b6d8c004b fix(event): close popup after publish 2025-02-14 17:40:49 +01:00
en
efaec1fea5 fix(event): reset form after publish 2025-02-14 17:39:49 +01:00
en
30602d2e55 fix(event): add client tags, handle loading on note submission 2025-02-14 17:29:06 +01:00
en
b58b38e703 feat(feed): add quote repost popup 2025-02-14 13:50:22 +01:00
en
a763c917a6 refactor(notes): rename to include popup 2025-02-14 13:16:19 +01:00
en
7c3bf7d76a feat(notes): notes feed, render, preview, submit 2025-02-14 13:15:10 +01:00
en
74880acadd feat(comment): show sticky hide full button on top 2025-02-14 13:11:53 +01:00
en
ed42f481e6 feat(comments): accept note from feed in commentspopup 2025-02-14 13:05:59 +01:00
en
2545e74aa6 feat(profile): add minimal profile link component 2025-02-14 13:04:44 +01:00
en
89d7131f7d feat(alert): expand alert popup func 2025-02-14 13:00:59 +01:00
ffcdcc45ad Merge branch 'staging' into issues/221-popup-feed 2025-02-10 09:59:54 +00:00
en
b5f7800294 fix(feed): use portals for profile section popups
Fix #221
2025-02-10 10:57:34 +01:00
1db15d695f Update src/components/CategoryAutocomplete.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m9s
2025-02-09 00:20:40 +00:00
274fe515cd Update src/components/CategoryAutocomplete.tsx
Some checks failed
Release to Staging / build_and_release (push) Failing after 24s
2025-02-09 00:15:41 +00:00
en
31d9a2b258 feat(feed): mods feed 2025-02-04 17:23:11 +01:00
en
04d2807c23 feat(feed): base layout 2025-02-04 14:00:21 +01:00
en
a8361c2d7e fix(search): sync search states on navigation
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m7s
2025-02-04 13:14:47 +01:00
en
ccc5de0006 fix(search): apply games search autocomplete in mod-submit
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m7s
2025-02-04 11:52:34 +01:00
en
4430d1780e fix(profile): fetch parallel on visiting user profile 2025-02-03 17:38:11 +01:00
en
44d7f57f0a fix(nsfw): close will trigger as if clicking no 2025-01-30 19:08:54 +01:00
en
c1b4dac5a3 feat(zaps): show profile image on qr if available 2025-01-30 18:21:55 +01:00
en
9287822c64 fix(zaps): zap split UX
Closes #140
2025-01-30 18:01:37 +01:00
en
1226c60917 refactor(comments): move style from react to css 2025-01-30 14:42:12 +01:00
en
bf18d61f1f fix(comments): publish and discovery interaction, add discovery to popup 2025-01-30 14:20:44 +01:00
en
a92d1da7ad fix(comments): move depth calc, parent and root fetch to hook, main post leads to root, add small spinners 2025-01-30 11:12:03 +01:00
en
9b9e97b40e fix(comments): comment out repost button 2025-01-30 09:44:17 +01:00
en
b03fa6e55d fix(comments): show new line in content p 2025-01-30 09:40:12 +01:00
en
905b3ee5e4 feat(comments): add popup, types, and utils, split components 2025-01-29 21:24:44 +01:00
en
97b44a55f2 feat(reply): publish new reply with ndkevent, fetch kind 1 and 1111 2025-01-29 21:24:44 +01:00
en
670b981b05 fix(zap): add timeout and hide loading when done 2025-01-27 14:24:48 +01:00
en
b41676e4a9 fix(pubkey): handle error thrown by canceling pubkey fetch 2025-01-27 13:20:44 +01:00
en
5a6327fb73 feat(mod): add permissions and details
Close #112
2025-01-22 17:47:38 +01:00
99d7dbe89d Update src/components/ModForm.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 50s
2025-01-21 20:40:40 +00:00
enes
787231ce0d fix(download): reset on new fields
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
2025-01-21 17:36:50 +01:00
enes
d75e3508ea feat(download): add download details popup 2025-01-21 17:19:35 +01:00
enes
4bec281ea0 feat(download): add media url 2025-01-21 16:27:03 +01:00
enes
3f141ed58b feat(download): add title and remove show more links 2025-01-21 15:47:05 +01:00
enes
e5dd28c23c feat(filter): add only moderation filter to mods
Closes #188
2025-01-21 11:54:23 +01:00
enes
f335640ec5 feat(download): add malware scan notice
Closes #164
2025-01-16 18:16:36 +01:00
enes
cdf23c7fac feat(mutelist): add post warnings to blog/mod
+ fix: block/unblock string
2025-01-16 12:56:46 +01:00
enes
177d2fb2ac fix(zap): hide split button if author has no ln address
All checks were successful
Release to Staging / build_and_release (push) Successful in 59s
Fixes #183
2025-01-16 11:15:17 +01:00
enes
0f2af47087 fix(profile): check for empty strings for ln
Closes #183
2025-01-15 19:10:48 +01:00
enes
9931f4ec0d feat(mods): editor error handling 2025-01-15 17:05:35 +01:00
enes
094b7349b3 feat(editor): add diffsourcePlugin 2025-01-15 17:05:12 +01:00
enes
ce27515bfe feat: spinner with timer 2025-01-14 17:48:15 +01:00
enes
5d479102d4 feat: mod submission try again 2025-01-14 17:23:47 +01:00