enso/app/ide-desktop/lib
somebody1234 a7dba72b84
Rename tsx files without JSX to ts files (#8085)
This makes it clearer which files contain React components, and which do not.

# Important Notes
The main things that should be tested to confirm that this did not break anything is the two files containing Tailwind classes:
- Shortcuts ("delete" in context menu should still be red. `text-delete` is used elsewhere though, so this should not be broken either way)
- Indentation of directory contents (multiple levels)
Many of the others should more or less be self-testing:
- `index.tsx` -> `index.ts` would break the entire app if not handled properly
- `hooks.tsx` contains `useNavigate` which would break routing if absent, and `useToastAndLog` which would break most  toast notifications.
- `http.tsx` contains the HTTP client which would break all backend requests
- `useRefresh.tsx` would... break login and logout if it was broken I guess
2023-11-03 00:39:08 +00:00
..
assets [gui2] Component demos (#7945) 2023-10-29 19:02:07 +00:00
client Use the new notarization tool from Apple (#8192) 2023-11-01 20:58:28 +01:00
common Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
content [gui2] Component demos (#7945) 2023-10-29 19:02:07 +00:00
content-config [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
dashboard Rename tsx files without JSX to ts files (#8085) 2023-11-03 00:39:08 +00:00
esbuild-plugin-copy-directories [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
icons Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
types Use the new notarization tool from Apple (#8192) 2023-11-01 20:58:28 +01:00