Commit Graph

487 Commits

Author SHA1 Message Date
balzack
67f905ddd4 fixing login with reset token 2022-12-28 15:31:54 -08:00
balzack
b973de5620 trimming login for autocomplete issues 2022-12-28 15:25:34 -08:00
balzack
067abfea0d updated mobile app to stagger load conversations 2022-12-28 14:55:54 -08:00
balzack
8e8539c210 fixing push notification id for sealed topics 2022-12-21 21:47:55 -08:00
Roland Osborne
8245717ba4 using single conversation hook instance 2022-12-21 13:25:28 -08:00
Roland Osborne
896a2bc691 Merge branch 'e2e' of https://github.com/balzack/databag into e2e 2022-12-21 10:59:31 -08:00
Roland Osborne
4bda553e32 fix for missing default logo in android 2022-12-21 10:59:23 -08:00
balzack
c31ef5c703 resetting locked state between channels 2022-12-20 23:15:56 -08:00
Roland Osborne
5fa4729251 adding push notifications for sealed data 2022-12-20 17:06:57 -08:00
Roland Osborne
b17781539f added forget seal option to mobile app 2022-12-20 17:00:20 -08:00
Roland Osborne
7f46c4f523 Merge branch 'main' into e2e 2022-12-20 15:09:28 -08:00
balzack
81ededf1bb added notice for long delay 2022-12-20 12:08:04 -08:00
Roland Osborne
4485de7731 Merge branch 'e2e' of https://github.com/balzack/databag into e2e 2022-12-20 11:22:53 -08:00
Roland Osborne
e5855ef188 switching back to jsencrypt for key generation as rsa-native keys dont appear portable, even without keychain object 2022-12-20 11:22:40 -08:00
Pierre Balzack
c5d2296f4b
Update useCreate.hook.js 2022-12-19 22:57:05 -08:00
balzack
ea9bad3a48 fixing bad param for android 2022-12-19 21:37:40 -08:00
Roland Osborne
1b3c606c5b fix delay on loading message 2022-12-19 15:22:22 -08:00
Roland Osborne
c99d4b7895 switched rsa implementation in mobile app 2022-12-19 10:53:56 -08:00
balzack
be43f6829a switching to alternate rsa implementation 2022-12-19 09:11:09 -08:00
balzack
29f58ebf7e unsealing channel summary in mobile app 2022-12-17 13:19:07 -08:00
Roland Osborne
0e4dd01690 support updating sealed message in mobile app 2022-12-16 15:19:16 -08:00
balzack
b43a26b240 unsealing topic messages in mobile app 2022-12-15 23:41:51 -08:00
balzack
6ee1ebef14 support updating sealed channels subjects in mobile app 2022-12-14 17:12:57 -08:00
Roland Osborne
d7cd2bd018 unsealing channel detail in mobile app 2022-12-14 15:07:45 -08:00
balzack
fd086e2333 unsealing channel subject in mobile app 2022-12-13 23:22:20 -08:00
balzack
356ec4dc45 fix issue where contacts channel not showing of first load 2022-12-13 21:55:14 -08:00
Roland Osborne
7559c39bca preparing mobile app for unsealed channel data 2022-12-13 15:23:38 -08:00
balzack
5cf74e9793 creating sealed subject in mobile app 2022-12-12 22:15:56 -08:00
Roland Osborne
89b7e2b950 render seal option only if sealkey set 2022-12-12 14:31:54 -08:00
Roland Osborne
9ed93b07d1 adding additional channel type for sealed topics 2022-12-12 13:56:53 -08:00
Roland Osborne
aace6edeaf filter contacts for new sealed topics 2022-12-12 13:22:32 -08:00
Roland Osborne
5f4b04adc6 support e2e key handling in mobile 2022-12-08 14:54:07 -08:00
balzack
4a8c2f1776 adding e2e key management in mobile app 2022-12-07 23:27:27 -08:00
Roland Osborne
32e2479793 Merge branch 'main' into e2e 2022-12-07 10:30:42 -08:00
Roland Osborne
1b932aa656 adding sealing key support to mobile 2022-12-07 10:22:16 -08:00
balzack
f0dc16db8e apply keepawake only when audio or video loaded 2022-12-01 23:11:53 -08:00
Roland Osborne
1d33e39a78 render app version in admin screen 2022-11-28 12:08:00 -08:00
Roland Osborne
fc5415eb3f reconnect without delay on first try 2022-11-28 11:39:09 -08:00
balzack
1814f97c38 setting logout activity indicator 2022-11-18 18:24:45 -08:00
balzack
8ec7c11ce5 fixing create workflow 2022-11-16 13:51:45 -08:00
balzack
f991db4e30 clear remote channels from disconnecting contacts 2022-11-16 09:50:42 -08:00
balzack
17eb18ce6a request push permission on all login paths 2022-11-15 13:30:14 -08:00
balzack
2b6b18337a fixing registered notification names 2022-11-14 22:20:31 -08:00
balzack
98b6888755 updating notifications 2022-11-14 21:15:27 -08:00
Roland Osborne
160429671e saving channel push status 2022-11-14 13:30:58 -08:00
Roland Osborne
03f65b72db adding account noification option 2022-11-14 11:37:50 -08:00
Roland Osborne
44801ae6c3 adding endpoint to push contact notifications 2022-11-13 22:18:54 -08:00
balzack
0cadedebe4 fixing mobile global push notification 2022-11-09 21:12:37 -08:00
balzack
ae0ea4724c supporting global notification setting 2022-11-09 20:54:44 -08:00
Roland Osborne
b40008517b clear device token on logout 2022-11-09 14:37:29 -08:00
balzack
a13f1885fb requesting permission for ios notifications 2022-11-09 12:59:49 -08:00
Roland Osborne
a50287c909 adding push notifications for android 2022-11-08 23:33:37 -08:00
balzack
73b6338ff5 passing device token to server 2022-11-08 23:25:55 -08:00
Roland Osborne
fe99038caf testing push notifications in android 2022-11-07 10:36:34 -08:00
balzack
e1107a6e73 testing push notifications in ios 2022-11-07 10:29:19 -08:00
balzack
6b620fa8ed cleanup for profile screen 2022-11-02 09:55:39 -07:00
Roland Osborne
c6d996ab04 adding empty conversation indicator 2022-11-01 13:53:33 -07:00
balzack
ad6f631488 fixing ipad registry header 2022-10-31 21:15:50 -07:00
Roland Osborne
54071f0af0 Merge branch 'main' of https://github.com/balzack/databag into main 2022-10-31 20:35:44 -07:00
Roland Osborne
a72fd2d74c adding missing screens dependency 2022-10-31 20:35:12 -07:00
Roland Osborne
0785a3f501 app base image 2022-10-31 16:00:16 -07:00
Roland Osborne
8164cd3e73 updating android splash 2022-10-31 15:16:08 -07:00
balzack
e8b59de604 customizing ios splash screen 2022-10-31 14:34:40 -07:00
Roland Osborne
b9e30bec5e pushing up add button 2022-10-31 13:03:05 -07:00
Roland Osborne
0305e336d2 testing keyboard avoiding view 2022-10-31 12:33:31 -07:00
Roland Osborne
2548707fcb testing keyboard avoiding view 2022-10-31 12:12:24 -07:00
balzack
16c8b7dd71 add reporting of users and content required by android 2022-10-31 00:32:27 -07:00
balzack
ccf84790b0 fixing layout issues in iPad 2022-10-30 17:22:05 -07:00
balzack
ec07246b5f adding new topic button to drawer view 2022-10-29 14:27:22 -07:00
balzack
07aef2c952 adding ipad icons 2022-10-29 14:07:43 -07:00
balzack
fea84225ab fixing layout for profile 2022-10-28 22:35:25 -07:00
Roland Osborne
558a67a16d fixed clipping of icon 2022-10-28 13:29:15 -07:00
Roland Osborne
a5c39ea1e7 adding extra confirmation on profile delete 2022-10-28 13:04:57 -07:00
Roland Osborne
493621e7ed added status message to registry screen 2022-10-28 12:31:54 -07:00
Roland Osborne
8484b4212e updated sort icon 2022-10-28 10:03:57 -07:00
Roland Osborne
5ce0c4ad75 fixed missing icon 2022-10-27 12:56:18 -07:00
Roland Osborne
3bfb367fa3 Merge branch 'main' of https://github.com/balzack/databag 2022-10-27 09:36:29 -07:00
Roland Osborne
95c489b95a enabling only specified media types 2022-10-27 09:36:21 -07:00
balzack
b66d5eaf08 supporting delete self 2022-10-26 22:00:25 -07:00
Roland Osborne
d582198596 Merge branch 'main' of https://github.com/balzack/databag 2022-10-26 15:15:52 -07:00
Roland Osborne
65a0929141 fixed crash on missing declaration 2022-10-26 15:15:46 -07:00
Roland Osborne
f88d69509b updating android icon 2022-10-25 20:48:57 -07:00
Roland Osborne
e11e0fc4c4 setting android icon 2022-10-25 15:47:21 -07:00
balzack
38e7acf5ea added missing file 2022-10-25 08:58:12 -07:00
balzack
43bf6d0d04 support resyncing of contacts 2022-10-25 00:06:39 -07:00
Roland Osborne
d4227f3558 support manual conversation resync 2022-10-24 15:01:11 -07:00
Roland Osborne
ca4d03f448 setting default accounts 2022-10-24 13:57:58 -07:00
Roland Osborne
358ef7cfb0 first run record name cleanup 2022-10-24 13:46:40 -07:00
Roland Osborne
2c3d5d4d3d show first run splash 2022-10-24 13:11:28 -07:00
Roland Osborne
af66ac7283 added filter param to account listing 2022-10-24 11:07:28 -07:00
balzack
889e6b4cc7 fixing layout error 2022-10-24 00:16:32 -07:00
balzack
f41b4fccba added placeholders when creating account 2022-10-24 00:11:01 -07:00
balzack
0d4db25f2c avoid layout change from tabbed 2022-10-23 23:37:14 -07:00
balzack
97cfaaa38a syncing contact profile 2022-10-22 23:57:44 -07:00
balzack
8140742dcf fix contact notification issue when switching accounts 2022-10-22 23:00:37 -07:00
balzack
1e6143ac07 updating layout for ios 2022-10-22 22:40:40 -07:00
balzack
9f7fecdf9f restricting upload frequency 2022-10-22 10:57:59 -07:00
balzack
0f4fbda445 render upload status 2022-10-21 23:01:28 -07:00
balzack
b2798163d0 setting placeholder color on login 2022-10-21 21:22:18 -07:00
Roland Osborne
23e1c2aa9c fixed crash on empty message 2022-10-21 10:41:19 -07:00
Roland Osborne
a045156b64 fixed padding for audio asset label 2022-10-20 15:12:27 -07:00
Roland Osborne
bd0d6e07d8 added conversation loading indicator 2022-10-20 15:09:10 -07:00
balzack
0451e9e60d fixing imageAsset render 2022-10-20 10:15:38 -07:00
Roland Osborne
8f8c2f30ae fixing account reset flow 2022-10-20 10:08:00 -07:00
balzack
7ddd875e73 styling statusbar 2022-10-19 21:26:13 -07:00
balzack
801336d05b setting status bar style 2022-10-19 21:17:52 -07:00
Roland Osborne
7799064039 using keepawake hook 2022-10-19 14:49:28 -07:00
Roland Osborne
8c01f67b5d prevent sleep while in topic 2022-10-19 14:17:20 -07:00
Roland Osborne
9e5f1b5c6a avoid react version of touchableopacity 2022-10-19 11:31:10 -07:00
Roland Osborne
83869c7e5e fixing disconnected indicator 2022-10-19 11:15:01 -07:00
Roland Osborne
fc53b9e7c9 completed relocation of modal edit 2022-10-19 10:36:36 -07:00
Roland Osborne
5053907fa6 testing edit message in a new location 2022-10-19 10:04:37 -07:00
balzack
19de5195a0 adjusting bottom conversation pad 2022-10-18 23:46:35 -07:00
balzack
f003075b51 more android debug 2022-10-18 23:36:05 -07:00
balzack
aa38f3f2f4 debugging android modal 2022-10-18 23:27:07 -07:00
balzack
de5325e83d fixed loading on android 2022-10-18 22:58:48 -07:00
balzack
55957aeacb improved asset rendering 2022-10-18 22:38:01 -07:00
Roland Osborne
92a967210d added missing files 2022-10-18 14:56:18 -07:00
Roland Osborne
a86556c993 support for unblocking messages 2022-10-18 14:52:13 -07:00
Roland Osborne
8771eba2ed support blocking topics 2022-10-18 13:40:14 -07:00
Roland Osborne
6db15568f8 support topic message update 2022-10-18 11:13:45 -07:00
Roland Osborne
0eb48691ad fixing card channel delete message 2022-10-18 09:56:00 -07:00
balzack
267a54e782 supporting message delete 2022-10-17 23:22:06 -07:00
balzack
3ce3711bd4 topic focus options clipping in android 2022-10-17 22:33:57 -07:00
Roland Osborne
fb6d2e3e7a rendering topic options 2022-10-17 15:08:24 -07:00
Roland Osborne
0591ed6170 updating carousel dismiss mechanism 2022-10-17 13:11:24 -07:00
Roland Osborne
9c8d76226b delaying disconnected alert 2022-10-17 12:11:32 -07:00
Roland Osborne
04a533835f fixing carousel dismiss for android 2022-10-17 12:10:29 -07:00
balzack
72b8970067 fixing carousel dismiss 2022-10-17 00:30:38 -07:00
balzack
5e6077ce47 setting topic focused state 2022-10-17 00:10:36 -07:00
balzack
8655e339fe fixing clipped carousel 2022-10-16 23:35:53 -07:00
balzack
4cb3161ae7 changing topic status icon 2022-10-16 15:14:46 -07:00
balzack
e238bff778 using profile revision for logo 2022-10-16 14:38:26 -07:00
balzack
04d520748b debugging logo flicker 2022-10-16 14:26:55 -07:00
balzack
3107e409b5 optimizing logo re-render 2022-10-15 10:02:43 -07:00
balzack
66813dc601 caching selected at higher level 2022-10-14 23:43:36 -07:00
balzack
ff21017f32 fixed alert on request cancel 2022-10-14 22:10:46 -07:00
balzack
8515558ac6 setting card active state in drawer view 2022-10-14 21:38:34 -07:00
Roland Osborne
8848152a5d rendering contact request status 2022-10-14 15:15:45 -07:00
Roland Osborne
b2ce79a290 render disconnected indicator 2022-10-14 14:01:07 -07:00
Roland Osborne
532fe0b647 completed admin dashboard 2022-10-14 12:56:03 -07:00
balzack
62f4bda0f5 saving config 2022-10-13 23:20:51 -07:00
Roland Osborne
e76e11c807 adding admin dashboard modals 2022-10-13 15:21:40 -07:00
Roland Osborne
9c24064c4e preparing admin dashboard modals 2022-10-13 11:22:14 -07:00
balzack
4cc6d7fce5 rendering dashboard 2022-10-13 00:03:10 -07:00
Roland Osborne
50c965e794 adding admin page 2022-10-12 12:24:29 -07:00
Roland Osborne
f012b582ed sorting contacts 2022-10-12 09:42:26 -07:00
balzack
c279408d0a support topic creation 2022-10-11 23:22:11 -07:00
Roland Osborne
fc6898fe68 support topic creation 2022-10-11 15:19:58 -07:00
Roland Osborne
fe850ea2e2 padding member list 2022-10-11 14:04:34 -07:00
Roland Osborne
0e09d981ca fixed accepting connection from unsaved 2022-10-11 14:00:22 -07:00
Roland Osborne
96b9596fdd enable keyboard avoid on ios only 2022-10-11 12:46:40 -07:00
Roland Osborne
edcffa6a67 support blocking and unblocking topics 2022-10-11 12:18:08 -07:00
balzack
445b364365 minor cleanup 2022-10-10 22:44:22 -07:00
balzack
3cf037775e updating membership 2022-10-10 22:05:15 -07:00
Roland Osborne
40eb654f82 not increasing reconnect backoff 2022-10-10 12:03:03 -07:00
balzack
f95265e688 support removing channel 2022-10-09 23:55:08 -07:00
balzack
1c05a8487c suppot updates to topic subject 2022-10-09 23:26:32 -07:00
balzack
f959af678f rendering member list 2022-10-09 21:39:33 -07:00
Roland Osborne
9a070dd8a4 added details members 2022-10-09 17:58:52 -07:00
balzack
ef26adca46 rendering topic settings 2022-10-08 21:55:56 -07:00
balzack
82ae09cbf4 configuring xcode project for appstore 2022-10-08 10:50:24 -07:00
balzack
79a3f8a4ef configuring xcode project for appstore 2022-10-08 10:49:50 -07:00
Roland Osborne
f916589d17 customizing keyboard avoiding by platform 2022-10-07 12:32:27 -07:00
Roland Osborne
9462738d14 android not happy with bluronsubmit 2022-10-07 12:15:10 -07:00
Roland Osborne
e2097a892e improved handling of virtual keyboard 2022-10-07 12:01:14 -07:00
balzack
05a68c9a1e removing unused packages 2022-10-07 00:29:01 -07:00
balzack
131d880d0e switching out color picker 2022-10-07 00:21:38 -07:00
balzack
f6935f891c fixing upload content type 2022-10-06 23:55:58 -07:00
balzack
33d9b618bd debugging on android 2022-10-06 23:22:33 -07:00
balzack
f7d06e1644 rendering formatted text 2022-10-06 23:09:56 -07:00
balzack
446b974aed support uploading assets 2022-10-06 22:52:28 -07:00
Roland Osborne
2bdd2c4a68 support adding basic messages 2022-10-06 15:34:29 -07:00
Roland Osborne
c471a76914 show controls only after loading 2022-10-06 13:33:34 -07:00
Roland Osborne
295d7ee8a7 using expo video 2022-10-06 13:24:50 -07:00
Roland Osborne
8826c82d03 more android debug 2022-10-06 13:11:31 -07:00
Roland Osborne
83b9afebc5 testing android video 2022-10-06 12:55:12 -07:00
balzack
1b18d5bc8a adding audio playback support 2022-10-06 00:23:18 -07:00
balzack
bae8ce9405 playing video back in carousel 2022-10-05 23:18:59 -07:00
balzack
6124dfd76b dismiss carousel with swipe 2022-10-05 16:51:28 -07:00
Roland Osborne
633ca9248e rendering asset carousel 2022-10-05 15:11:29 -07:00
Roland Osborne
2cc2419bf9 styling timestamp 2022-10-05 11:53:36 -07:00
Roland Osborne
77df544ad4 using alternate touchableopacity due to leaking callback warning 2022-10-05 11:36:35 -07:00
Roland Osborne
eb32ba9571 rendering audio assets 2022-10-05 11:05:36 -07:00
Roland Osborne
86f3d155bb adding video thumb rendering 2022-10-05 09:56:57 -07:00
balzack
132816bfe9 render image asset 2022-10-05 00:09:57 -07:00
balzack
a7c97de50e unlatching as platform specific 2022-10-04 22:06:44 -07:00
balzack
fddcaa97be more android testing 2022-10-04 21:18:51 -07:00
balzack
914bafcfde testing android scrollTo 2022-10-04 21:14:10 -07:00
balzack
31a70500af testing android scroll events 2022-10-04 21:08:11 -07:00
balzack
7441f46dc7 avoid latch during momentum 2022-10-04 20:45:53 -07:00
balzack
01d82d1097 fixing nav for profile and cards in home screen mode 2022-10-04 17:54:18 -07:00
balzack
8a17592dcf fix timestamp rendering 2022-10-04 16:36:38 -07:00
Roland Osborne
12b4c15c25 added missing component 2022-10-04 15:08:38 -07:00
Roland Osborne
ae10a3c03c rendering topics 2022-10-04 15:02:40 -07:00
Roland Osborne
aaf40cd571 support thread latching 2022-10-04 14:00:49 -07:00
Roland Osborne
8988a63634 connecting remove audio topic asset 2022-10-04 12:09:05 -07:00
Roland Osborne
720e242c79 set read marker 2022-10-04 11:52:22 -07:00
balzack
db7eff8a51 fixing reference error 2022-10-04 07:09:42 -07:00
balzack
3da3cfe719 rendering first frame for android 2022-10-03 22:04:19 -07:00
balzack
6b4edbaf9f supporting font config on new topic 2022-10-03 21:50:20 -07:00
balzack
b46d2672e7 adding audio file support 2022-10-03 14:18:47 -07:00
balzack
769ce6805f adding video and image to add topic carousel 2022-10-01 13:18:37 -07:00
balzack
b6b18aaaaa preparing assets for message 2022-10-01 00:32:25 -07:00
balzack
647e7d8b28 adding buttons to new topic 2022-09-30 19:58:08 -07:00
Roland Osborne
5941aa7ff3 adding support for new topics 2022-09-30 15:08:51 -07:00
Roland Osborne
fd4422aa25 testing latch 2022-09-30 14:13:08 -07:00
Roland Osborne
0e26559aa0 testing flatlist latch 2022-09-30 14:00:51 -07:00
balzack
9dce08ff64 rendering topics 2022-09-29 23:19:15 -07:00
balzack
0251b648ef syncing topics from server 2022-09-29 22:34:31 -07:00
Roland Osborne
40a29e17c3 removing delta methods from store 2022-09-29 16:00:48 -07:00
Roland Osborne
ad781e6c81 more syncing of topics 2022-09-29 15:21:18 -07:00
Roland Osborne
c6485d5b47 preparing to sync topics 2022-09-29 11:31:55 -07:00
balzack
a65c8c1ccd adding topic store methods 2022-09-28 23:30:22 -07:00
Roland Osborne
41d97c7a46 adding close button to conversation 2022-09-28 15:27:08 -07:00
Roland Osborne
13a7081361 fixing styles on drawers 2022-09-28 15:21:02 -07:00
Roland Osborne
0f8a90fb85 adding conversation context 2022-09-28 15:09:10 -07:00
Roland Osborne
0f60c385ad rendering conversation header 2022-09-28 12:41:00 -07:00
Roland Osborne
1f70aee040 cleaning up session 2022-09-28 10:51:01 -07:00
balzack
2dd42e3f97 styling screen header 2022-09-27 22:57:30 -07:00
Roland Osborne
1d2b807922 adding screen headers 2022-09-27 22:30:47 -07:00
Roland Osborne
a112ff5bc9 using navigation headers 2022-09-27 12:21:40 -07:00
balzack
ec3f6ac303 connecting conversation screen 2022-09-26 23:12:42 -07:00
Roland Osborne
a765bf5c98 updated contact status indicator 2022-09-26 15:13:30 -07:00
Roland Osborne
87da47a00d supporting blocking contacts 2022-09-26 14:39:01 -07:00
Roland Osborne
d3782750ea adding contact controls 2022-09-26 12:14:06 -07:00
balzack
7e72e68f5a adding contact buttons 2022-09-26 10:11:45 -07:00
balzack
559c5f7d27 adding close button to contact screen 2022-09-24 23:15:58 -07:00
balzack
7f0f9240e1 rendring contact screen 2022-09-24 22:56:41 -07:00
balzack
dc114c545b connecting contact screen/drawer 2022-09-24 17:44:08 -07:00
balzack
822d333401 rendering registry 2022-09-23 23:31:46 -07:00
Roland Osborne
6d316d563e fixing layout on cards drawer 2022-09-23 15:37:22 -07:00
Roland Osborne
b1000be241 adding registry screen 2022-09-23 15:15:11 -07:00
Roland Osborne
eedf006c4d adding registry screen 2022-09-23 15:15:04 -07:00
Roland Osborne
8566526a86 styling placeholder 2022-09-23 14:38:27 -07:00
Roland Osborne
f578c68eaa matching filter control height 2022-09-23 11:14:55 -07:00
Roland Osborne
55debaba7c rendering card items 2022-09-23 11:09:51 -07:00
balzack
911744daa4 starting card drawer 2022-09-23 00:56:31 -07:00
Roland Osborne
4591759c2c adding debounce and validation to login update 2022-09-22 12:23:54 -07:00
balzack
ef644eb677 adding modals to update profile 2022-09-21 22:52:33 -07:00
Roland Osborne
a51a92beb3 support profile image update 2022-09-21 15:13:43 -07:00
Roland Osborne
16a358dd86 rendering profile screen 2022-09-21 14:06:30 -07:00
Roland Osborne
ed10c5b32e making channel screen responsive 2022-09-21 11:12:46 -07:00
balzack
529dcf9422 fix websocket failure to reconnect 2022-09-20 21:08:44 -07:00
Roland Osborne
b4b6e11907 fix error on first load 2022-09-20 15:19:12 -07:00
Roland Osborne
c615d73fbf fixing card channel sync 2022-09-20 14:57:58 -07:00
Roland Osborne
433781c5fa adding channel read indicator 2022-09-20 13:17:20 -07:00
Roland Osborne
61cb4fc903 fix flickering in channel list 2022-09-20 12:05:32 -07:00
Roland Osborne
398e118c45 rendering subject and message 2022-09-20 10:57:57 -07:00
balzack
8b09d214b7 syncing channels 2022-09-20 00:50:53 -07:00