8 Commits

Author SHA1 Message Date
flexsurfer
b970b723a5
move legacy subs step 1 (#17648) 2023-10-16 15:47:20 +02:00
yqrashawn
0a8993bbf1
refactor: reformat all clojure code with zprint (#14589)
Co-authored-by: refactor-only <auto@status.im>
2022-12-20 22:45:37 +08:00
flexsurfer
c7d5e90882
introduce new project structure (first step) (#14356)
* introduce new project structure
2022-11-14 19:16:55 +01:00
flexsurfer
2266d87ade
subs refactor (#14054) 2022-09-21 16:03:06 +02:00
andrey
17fd6df773
Revert "subs refactor (#14049)"
This reverts commit c4eeda5df0f6d1d747a7d4e95e68c53cdeabc381.
2022-09-21 07:02:45 +02:00
flexsurfer
c4eeda5df0
subs refactor (#14049)
* subs refactor
2022-09-20 20:13:32 +02:00
Andrea Maria Piana
34755500d5
[Fixes: #10471] Parse markdown in chat subheader.
This commit adds parsing of markdown in the chat subheader.

Because of the added complexity performance are impacted but I have
also noticed that on each loading of the chat screen we calculate
alias & identicon through status-go, so that has been changed so that
they are returned from status-go.

Overall performance is now roughly identical, tested loading 150
one-to-one chats.

Another issue that I've spotted is that some `subs` are unnecessarely
recalculated (`active-chats`), when unrelated fields changes. I will
address this in a separate PR that should improve performance.

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-05-25 14:03:24 +02:00
yenda
bf706e8fd2
move tests alongside their cljs counterpart
Signed-off-by: yenda <eric@status.im>
2020-04-30 18:07:17 +02:00