| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-08 | Add basic conversion to POST requeststest-post-reqs | Terry Truong | |
| Using fetch() sent a CORS preflight request, which python's basic server couldn't understand. Using fetch()'s 'no-cors' option seems to just fail. Ended up using Vite's proxy functionality again. CGI script also got unexpected empty command line argument. | |||
| 2022-06-28 | Add getImagePath() to lib.ts | Terry Truong | |
| 2022-06-27 | Enable client directly using server URL, while avoiding CORS restrictions | Terry Truong | |
| 2022-05-22 | Up-propgate images for usage in parents without images | Terry Truong | |
| Also adjust vite config to avoid apparent redundant processing when images are being downloaded. | |||
| 2022-05-04 | Prevent vite from watching image files | Terry Truong | |
| 2022-04-26 | Change data URL path format | Terry Truong | |
| 2022-04-26 | Have tol data in sqlite db, and add server script that accesses it | Terry Truong | |
| Adapt otol-data-converting script to generate otol.db, add server.py script that provides access to that db, and adapt the app to query the server for tol data when needed. | |||
| 2022-03-12 | Make basic conversion to typescript | Terry Truong | |
| 2022-03-03 | Add basic multi-level-tree display | Terry Truong | |
| 2022-03-02 | Initial commit | Terry Truong | |
