204 Commits

Author SHA1 Message Date
Alexis Pentori
bd3c9bc26b
hardhat.config: update sepolia url
Signed-off-by: Alexis Pentori <alexis@status.im>
2023-11-23 17:02:36 +01:00
Alexis Pentori
1d4cdab26b
hardhat: adding configuration for test network
Signed-off-by: Alexis Pentori <alexis@status.im>
2023-11-15 15:00:57 +01:00
Alexis Pentori
b37bbe1393
deployment: adding docker image and workflow to build them
Signed-off-by: Alexis Pentori <alexis@status.im>
2023-11-15 14:59:46 +01:00
Vojtech Simetka
054bcae77d
feat: local deployment steps (#413) 2023-05-11 15:25:53 +02:00
tsukino
99e970a826 fix: get zkitter client asynchronously (#414) 2023-05-04 14:22:21 +02:00
Vojtech Simetka
a792e567f1
feat: add zkitter in god mode (#405)
Co-authored-by: tsukino <87639218+0xtsukino@users.noreply.github.com>
2023-05-02 22:23:07 +02:00
Barbara Gomes
c07c0191ae
feat: create loading component and add to screens (#410) 2023-04-19 13:54:24 +02:00
Barbara Gomes
7fd64b3204
fix: stop all words from breaking (#409) 2023-04-19 13:38:34 +02:00
Barbara Gomes
a6816a5bfd
style: add word-break to html (#407) 2023-04-17 15:29:10 +02:00
Vojtech Simetka
7c660ea15c
feat: display loading state and correctly wait for the content when opening persona, posts or chats (#403) 2023-04-05 18:57:17 +02:00
Barbara Gomes
b719aeac73
style: fix message banner bg transparency (#402) 2023-04-05 14:40:31 +02:00
Vojtech Simetka
f531e4e26e
feat: add sort personas by reputation (#401) 2023-04-05 14:37:05 +02:00
Vojtech Simetka
38b15a9ee0
feat: store favorite and draft personas in firebase (#399) 2023-04-05 13:53:27 +02:00
Vojtech Simetka
7e7e07cf49
fix: local draft persona persistance (#398) 2023-04-05 12:14:09 +02:00
Vojtech Simetka
ef107f1f41
feat: disable navigation on first an last image (#397) 2023-04-05 07:41:48 +02:00
Vojtech Simetka
f118cedc35
fix: banner on pending posts when not connected (#394) 2023-04-04 23:15:44 +02:00
Vojtech Simetka
005e3d918c
refactor: strenghten firebase data types (#390) 2023-04-04 22:29:42 +02:00
Vojtech Simetka
4acdff71fe
fix(firebase): submit post (#389) 2023-04-04 18:29:56 +02:00
Vojtech Simetka
10137cf1e3
fix: chat in firebase (#386) 2023-04-04 17:45:01 +02:00
Vojtech Simetka
7dd6c59b4a
feat: show full address in profile (#384) 2023-04-04 17:34:43 +02:00
Vojtech Simetka
c6375b04c7
chore: start with firebase adapter by default (#383) 2023-04-04 17:32:09 +02:00
Philippe Schommers
26b27583a4 fix: increase heap size to 4GB for ui build 2023-04-04 16:58:46 +02:00
Philippe Schommers
f5903428e0
feat: add Dockerfile for relayer (#381) 2023-04-04 16:18:02 +02:00
Kiki Pluche
b583e7c4f1
Update README.md 2023-04-04 16:16:53 +02:00
Kiki Pluche
095e0b1ba0
Update README.md 2023-04-04 16:16:31 +02:00
Vojtech Simetka
7a0014c8aa
refactor: remove in-memory adapter (#382) 2023-04-04 16:15:41 +02:00
Philippe Schommers
b0a2fac43d fix: comment out fastify plugins autoload 2023-04-04 15:12:42 +02:00
Philippe Schommers
cd1e98eaf9 fix: remove pnpm-lock from relayer 2023-04-04 15:09:11 +02:00
tsukino
c331111207
feat: implement zkitter adapter and integrate with relayer (#357)
Co-authored-by: Philippe Schommers <philippe@schommers.be>
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-04-04 15:00:12 +02:00
Vojtech Simetka
9043e5b485
feat: handle chain change (#379) 2023-04-04 11:29:33 +02:00
Vojtech Simetka
e1ef4d74b3
feat: logout on metamask account change (#378) 2023-04-04 10:52:00 +02:00
Vojtech Simetka
cdec7fce30
fix: min reputation for new persona (#377) 2023-04-04 10:26:49 +02:00
Vojtech Simetka
4c526865bc
style: fix header animation to not be jumpy (#373)
Co-authored-by: Barbara Gomes <sugarpusher@users.noreply.github.com>
2023-04-04 07:26:21 +02:00
Vojtech Simetka
b9aec149b9
chore: remove dev dashboard button (#376) 2023-04-04 07:25:01 +02:00
Vojtech Simetka
ef65b831f6
fix: potential history back cycle (#375) 2023-04-03 23:00:58 +02:00
Barbara Gomes
48c8e4437a
style: update img gallery controls position (#372)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-04-03 22:57:20 +02:00
Barbara Gomes
bd59f268eb
style: highlight full input row on chat screen (#371)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-04-03 22:55:55 +02:00
Vojtech Simetka
976f75e1a8
fix: staked reputation counter (#374) 2023-04-03 22:49:55 +02:00
Barbara Gomes
628e75c60a
chore: update post action label (#370) 2023-04-03 22:33:40 +02:00
Vojtech Simetka
d81981ebd9
fix: store draft personas and favorites locally (#366) 2023-04-03 19:42:25 +02:00
Barbara Gomes
a6349834e0
feat: add links to LearnMore instances (#363)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2023-04-03 18:16:41 +02:00
Vojtech Simetka
030abc8e54
fix: clicking on post image does not open the post but just shows the image in full screen (#362) 2023-04-03 11:34:12 +02:00
Vojtech Simetka
6c2ef2f9f7
feat: enable sorting and filtering even without being signed in (#361) 2023-04-03 11:31:28 +02:00
Vojtech Simetka
e0b4d297dc
fix(firebase): update epoch counter (#360) 2023-04-03 11:02:37 +02:00
Vojtech Simetka
d9df660102
fix: adapter switch label (#355) 2023-04-03 00:28:28 +02:00
Vojtech Simetka
6bdd4ece58
feat: load chats after logging in (#353) 2023-04-03 00:08:10 +02:00
Vojtech Simetka
f3abf95f86
feat: browse images in fullscreen (#352) 2023-04-02 23:57:37 +02:00
Barbara Gomes
01de584171
style: remove label of button on mobile (#351)
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
resolves #326
2023-04-02 23:11:03 +02:00
Vojtech Simetka
e921d75940
feat: correctly align images in create post and in viewing post (#350) 2023-04-02 22:44:16 +02:00
Barbara Gomes
dbcd9f5d27
style: comment out all instances of dark mode css (#348) 2023-04-02 22:11:42 +02:00