Commit Graph

168 Commits

Author SHA1 Message Date
Ricardo Arturo Cabral Mejia
12041956b0
feat: add mention menu to publish & replies 2022-01-30 02:12:52 +00:00
Ricardo Arturo Cabral Mejia
550d356bd3
feat: add createMentionsProvider mixin 2022-01-30 02:12:19 +00:00
Ricardo Arturo Cabral Mejia
8df90b1fc2
feat: add namedProfiles getter 2022-01-30 02:11:46 +00:00
Ricardo Arturo Cabral Mejia
1549959f0a
chore: remove useless code 2022-01-30 02:11:12 +00:00
Ricardo Arturo Cabral Mejia
885fc2acf4
chore: move shorten to helpers 2022-01-30 02:10:29 +00:00
Ricardo Arturo Cabral Mejia
e6f5ada114
chore: add tributejs css to bundle 2022-01-30 02:09:24 +00:00
Ricardo Arturo Cabral Mejia
844fe7adf0
chore: install tributejs 2022-01-30 02:09:08 +00:00
f8f476148c same for reply actions. 2022-01-28 11:30:21 -03:00
4b8c4ecc5e go to event page right after publishing.
addresses https://t.me/nostr_protocol/13711
2022-01-27 16:47:09 -03:00
e116175e68 variable typo that was breaking everything. 2022-01-26 22:50:50 -03:00
62fb985920 show messages tab on window.nostr.nip04. 2022-01-26 17:47:32 -03:00
fc982421ea use <Name /> in more places so the verified badge is on them too. 2022-01-25 21:21:10 -03:00
6e6f674665 fix profile cache LRU bug. now many more profiles should be shown. 2022-01-25 21:20:49 -03:00
20ada3f802 make so it is possible to use DMs from the nos2x extension. 2022-01-25 20:13:56 -03:00
294e534e5f fix processMentions import. 2022-01-24 20:26:30 -03:00
fc96d2da64 move mentions helper functions to helpers.js 2022-01-24 10:11:02 -03:00
a69459d3b2
Merge pull request #19 from Cameri/feature/add-bip-08-support 2022-01-24 10:05:25 -03:00
Ricardo Arturo Cabral Mejia
85aba57772
feat: parse mentions when posting 2022-01-24 03:13:31 +00:00
Ricardo Arturo Cabral Mejia
a5c5bb66c1
feat: interpolate mentions in posts & events 2022-01-24 03:12:36 +00:00
Ricardo Arturo Cabral Mejia
23f6763441
feat: add interpolateMentions to helperMixin 2022-01-24 03:09:18 +00:00
4517456bac
Merge pull request #17 from Cameri/feature/add-dockerfile 2022-01-22 14:48:41 -03:00
Ricardo Arturo Cabral Mejia
78ae699342
docs: add docker build & run steps 2022-01-22 17:03:42 +00:00
Ricardo Arturo Cabral Mejia
c7b626bef0
feat: add Dockerfile 2022-01-22 16:54:39 +00:00
Ricardo Arturo Cabral Mejia
0d27561348
chore: ignore node_modules folder in docker build 2022-01-22 16:50:49 +00:00
Ricardo Arturo Cabral Mejia
0677e8c7e0 feat: allow ctrl+enter to post & reply 2022-01-22 10:34:02 -03:00
91644f7684 add server recommendations. 2022-01-21 05:26:03 -03:00
013474e0a8
Merge pull request #12 from Cameri/feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:06:08 -03:00
642aed40a1
Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -03:00
Ricardo Arturo Cabral Mejia
d758907545 feat: add syntax highlighting for MD 2022-01-21 05:03:19 -03:00
Ricardo Arturo Cabral Mejia
2f659d1378
feat: add markdown task lists support 2022-01-21 01:48:12 +00:00
Ricardo Arturo Cabral Mejia
15899ab43c
chore: add markdown deflist, subscript, superscript 2022-01-21 01:24:46 +00:00
Ricardo Arturo Cabral Mejia
fd09b3aaba style: fint lix 2022-01-20 10:11:44 -03:00
Ricardo Arturo Cabral Mejía
79d4846d98
add Tor relay support (#10) 2022-01-20 05:53:50 -03:00
90871b21df formatting quibbles. 2022-01-18 16:59:44 -03:00
a0e99b67a5 make threads great again.
now if there are branches in the thread the previous posts are duplicated in a new thread so the line is straight.
2022-01-18 16:07:57 -03:00
e15f56a768 nip05 support. 2022-01-18 14:12:42 -03:00
3f59115b7b hardcode expensive-relay in read-only mode. 2022-01-17 16:19:41 -03:00
b7ebcfe9af list relays an event is not published to and offer a button to publish them there. 2022-01-16 22:36:06 -03:00
e8cbefe75d some small tweaks. 2022-01-16 22:03:47 -03:00
68ff01c64b initial set of relays made somewhat random. 2022-01-16 21:45:33 -03:00
664a030f39 say something -> what's happening 2022-01-16 17:39:53 -03:00
b56157ec77
add video of a branle dance. 2022-01-15 18:12:24 -03:00
e92eb2f79f configurable colors, dark mode, name and icon. 2022-01-14 22:25:32 -03:00
1cbab9a36e finished window.nostr integration. 2022-01-14 20:10:59 -03:00
8087f1b534 actually do not set any pubkeys at all by default and guard against rendering the main route. 2022-01-14 09:26:05 -03:00
0064b46105 default 00... pubkey with more than 15 characters.
fixes https://github.com/fiatjaf/branle/issues/2.
2022-01-14 09:21:22 -03:00
161941a9c5 allow signing manually with an external key. 2022-01-12 22:35:12 -03:00
46ab2566b0 add "seen on relays" context popup on chat messages. 2022-01-12 20:41:51 -03:00
f42deeaef4 fix slow chat and locked publishing in general. 2022-01-12 17:45:10 -03:00
0d01d8400e add "seen on relays" view to events page. 2022-01-12 16:06:11 -03:00