enso/app/ide-desktop/lib/dashboard
somebody1234 135b9fc41e
Simplify authentication JS module (#6220)
- merge `hooks.useInput` into `Input` component
- inlines and removes `utils.handleEvent`
- splits `components/common.tsx` into individual files

# Important Notes
The goal of this PR is to minimize the number of helper functions we are using.
Switching (back?) to well-known React functions makes it clearer to new contributors what exactly is happening.
⚠️ This PR is *completely optional* and can be closed without merging. It is a relatively minor refactor that does not add any features.
2023-04-13 09:57:28 +00:00
..
src Simplify authentication JS module (#6220) 2023-04-13 09:57:28 +00:00
bundle.ts Convert dashboard to use esbuild (#6034) 2023-03-31 16:19:07 +02:00
esbuild-config.ts Fix ./run gui watch (#6212) 2023-04-11 06:04:27 +00:00
package.json Fix ./run gui watch (#6212) 2023-04-11 06:04:27 +00:00
tailwind.config.ts Convert dashboard to use esbuild (#6034) 2023-03-31 16:19:07 +02:00
tsconfig.json Cognito auth 3/7 - add registration (#5864) 2023-03-17 15:26:59 +00:00
watch.ts Fix ./run gui watch (#6212) 2023-04-11 06:04:27 +00:00