Commit Graph

11 Commits

Author SHA1 Message Date
Roland Osborne
3b7de54be8 Revert "Typescript (#92)"
This reverts commit 71c65efa20.
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
7f41ce6566 added contact component test for webapp 2023-01-24 11:45:01 -08:00
Roland Osborne
bdb77871cd refactor of channel view in webapp 2023-01-17 23:42:22 -08:00
balzack
132d7cc003 added web account context test 2023-01-12 06:01:32 -08:00
Roland Osborne
afca60e76c extending conversation webapp context test 2023-01-11 10:13:40 -08:00
balzack
fc4fd2d59a extending conversation test 2023-01-10 22:49:02 -08:00
balzack
af3cd6d28e cleanup conversation test 2023-01-10 22:10:05 -08:00
Roland Osborne
b6c10078a6 extending conversation test 2023-01-10 15:35:57 -08:00
Roland Osborne
6d3735e434 updating conversation test 2023-01-10 13:16:13 -08:00
balzack
0296e6c441 preparing conversation context webapp test 2023-01-09 23:16:11 -08:00