72 Commits

Author SHA1 Message Date
Barbara Gomes
5d2aad68d2
style: pending post, promote, demote (#293) 2023-03-27 17:17:59 +02:00
Vojtech Simetka
6d08c97648
fix: post image sizes (#291) 2023-03-27 17:05:53 +02:00
Vojtech Simetka
fc853d4e04
feat: add dicebear avatars to chat (#290) 2023-03-27 15:36:39 +02:00
Vojtech Simetka
a812bc582a
feat: finalize voting mechanism (#289) 2023-03-27 14:11:07 +02:00
Vojtech Simetka
63c25fd9da
feat: prevent posting when minimal persona reputation is not met (#283) 2023-03-26 22:31:39 +02:00
Vojtech Simetka
ffffc0e38e
feat: delete draft persona (#282) 2023-03-26 22:06:21 +02:00
Vojtech Simetka
da0c1f0543
feat: enable editing and deleting seed posts (#281) 2023-03-26 21:25:12 +02:00
Vojtech Simetka
eee67ccffd
fix: erase draft persona after publishing (#280) 2023-03-26 19:29:34 +02:00
Barbara Gomes
2c6b128723
feat: rework persona creation flow and add min reputation (#262)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-25 01:18:16 +01:00
Barbara Gomes
25455d14f1
style: chat and post hovers and spacing (#274) 2023-03-24 19:40:26 +01:00
Vojtech Simetka
5500ececb4
chore: update deps and clean up unused code (#273) 2023-03-24 12:20:29 +01:00
Vojtech Simetka
4a347a80cd
chore: add knip and remove unused dependencies and files (#271) 2023-03-23 22:08:59 +01:00
Vojtech Simetka
533a568939
chore: use pnpm instead of npm (#227) 2023-03-23 18:52:01 +01:00
Barbara Gomes
a49efd4866
style: resize post images (#261)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-23 17:20:59 +01:00
Vojtech Simetka
d0082f1bb6
feat: localhost adapter (#268) 2023-03-23 13:28:42 +01:00
Barbara Gomes
9c7f359aa5
style: fix header on account/profile page (#263)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-18 23:50:48 +01:00
Barbara Gomes
3db6379a9b
style: add dropdown menus to chat headers (#260)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-16 18:52:01 +01:00
Barbara Gomes
2b06356298
style: add padding to bottom of grid (#259) 2023-03-16 18:22:24 +01:00
Barbara Gomes
1c970e4a0e
style: add danger style to message banner (#258)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-15 20:56:12 +01:00
Barbara Gomes
2b3f8873d2
style: replace anon with user (#257) 2023-03-15 18:11:21 +01:00
Barbara Gomes
46662e88d9
style: replace hrs with divider component (#256) 2023-03-15 15:15:13 +01:00
Barbara Gomes
658b51343b
style: dropdown (#254)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-15 14:15:28 +01:00
Barbara Gomes
311f7e5423
style: divider component (#255) 2023-03-14 22:01:30 +01:00
Barbara Gomes
0394752b21
style: active chat (#253)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-14 21:36:06 +01:00
Vojtech Simetka
40613b656d
refactor: abstract localstorage storing and retrieving (#252) 2023-03-13 21:12:39 +01:00
Vojtech Simetka
c6611f2854
refactor: extract draft persona actions to adapter (#251) 2023-03-13 20:39:12 +01:00
Vojtech Simetka
47181895b4
feat: locally persistent add and remove favorite Persona (#250) 2023-03-13 19:51:21 +01:00
Vojtech Simetka
73eaeeba12
feat: add pictures to posts (#245) 2023-03-10 23:12:34 +01:00
Vojtech Simetka
0dba430838
fix: add participants count to persona (#244) 2023-03-10 19:23:52 +01:00
Barbara Gomes
a1f1507c77
feat: add dropdown and section title component (#177)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-03-10 16:32:52 +01:00
Barbara Gomes
8b998ab80c
style: chats page (#241) 2023-03-10 11:23:14 +01:00
Vojtech Simetka
ad03bd3469
fix: add single page app rewrite for vercel (#240) 2023-03-08 23:18:03 +01:00
Vojtech Simetka
3f6ebb90c7
feat: start new chat and /chats all routes (#235) 2023-03-08 23:00:15 +01:00
Vojtech Simetka
8a952af3f5
feat: post message to existing or draft persona (#229) 2023-03-05 21:15:39 +01:00
Barbara Gomes
b32ab38593
style: tweaks to pages and components on persona creation flow (#228) 2023-03-02 11:35:56 +01:00
Barbara Gomes
777e1f18f9
style: persona flow (#225)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-02-28 15:30:53 +01:00
Barbara Gomes
a01a6044ed
style: update button to match new design (#211) 2023-02-21 10:51:19 +01:00
Barbara Gomes
25a95ab317
style: fix scroll shadow in dark mode (#210) 2023-02-21 10:43:52 +01:00
Vojtech Simetka
73ca7d72d8
feat: textarea resizes as text is added/removed (#209)
Co-authored-by: Barbara Gomes <barbara@barbaragomes.com>
2023-02-17 15:11:49 +01:00
Vojtech Simetka
9d939b78a5
feat: create or edit draft persona (#169) 2023-02-16 23:13:40 +01:00
Barbara Gomes
830068c1f5
style: bottom align grid (#206) 2023-02-16 22:17:22 +01:00
Barbara Gomes
2c7cfa2272
style: create persona form - name, pitch, description (#200) 2023-02-16 13:40:24 +01:00
Barbara Gomes
b3119e2df6
style: update homepage and grid (#168) 2023-02-11 14:58:58 +01:00
Vojtech Simetka
8685123326
chore: rename outlet to kurate (#158) 2023-02-09 17:19:04 +01:00
Vojtech Simetka
b7771f1ae5
fix: add action to create persona and remove unused css selectors (#157) 2023-02-09 16:31:53 +01:00
Barbara Gomes
98686ad0b8
style: personas (#156)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-02-09 15:07:25 +01:00
Vojtech Simetka
9855038cac
feat: added personas while still maintaining the ability to post (#154) 2023-02-09 14:10:34 +01:00
Vojtech Simetka
650a9112c9
feat: add loading state when fetching messages from waku (#148) 2023-02-05 09:39:50 +01:00
Philippe Schommers
be277a5d20
feat: handle messages on Waku instead of on-chain (#141)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-02-05 16:01:32 +08:00
Barbara Gomes
b1712d26c6
style: add breakpoints to masonry grid (#139)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-02-05 14:56:59 +08:00