15 Commits

Author SHA1 Message Date
Roland Osborne
3b7de54be8 Revert "Typescript (#92)"
This reverts commit 71c65efa206c6d6f896f4dbcc7a0bfaf74534667.
2024-05-02 15:21:20 -07:00
Lucian I. Last
71c65efa20
Typescript (#92)
* Add ignore dsstore node_modules

* Rename to typescript

rnr -r '(.*)\.js$' '$1.ts' ./src ./test
rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test

* Remove package lock

* Fix extension of tsx at context

* init typescript

* .

* Compiles, moved to vite

* lint new files

* check dashboard

* Add dist to ignore file
2024-04-24 13:26:55 -07:00
Roland Osborne
3629f30029 adding dark mode and translation to thread component 2024-03-02 21:29:18 -08:00
Roland Osborne
696dace1bb adding darkmode to identity component 2024-02-13 22:29:18 -08:00
Roland Osborne
a72389b1a8 hiding x overflow on topic message 2022-10-27 21:24:00 -07:00
Roland Osborne
4fdba26371 removing custom implementation of virtuallist now that i discovered flex-column-reverse (DUH!) 2022-10-27 15:21:46 -07:00
Roland Osborne
95e6af18b2 render upload error 2022-09-01 15:17:52 -07:00
Roland Osborne
918f94ca10 allow for conversation resync 2022-08-30 21:15:13 -07:00
Roland Osborne
28e19034fd adding conversation loading indicator 2022-08-30 12:48:33 -07:00
Roland Osborne
9db4c93602 rendering upload progress 2022-08-24 11:48:28 -07:00
Roland Osborne
0032e03897 adding virtual list from main as starting point 2022-08-23 14:11:18 -07:00
Roland Osborne
cdaf4e03d1 preparing add topic 2022-08-22 15:00:12 -07:00
Roland Osborne
74087e3b7c fixing overflow on conversation header 2022-08-22 11:38:06 -07:00
Roland Osborne
dfd8f0ca8d displaying converstaion header 2022-08-22 11:04:25 -07:00
Roland Osborne
0c29f66d1a adding conversation and details to session 2022-08-18 15:30:41 -07:00