enso/app/ide-desktop/lib/dashboard
somebody1234 ce1ef7df03
Make UI for authentication flow match the rest of the dashboard (#8211)
- Changes all authentication screens to look similar to the rest of the dashboard
- Greatly simplifies HTML structure

# Important Notes
- This is being added before the official design is ready, *but* it should be useful anyway, because it greatly simplifies the HTML, which should make it easier to implement the new design
- The auth screens have a larger border-radius than all other elements in the app. This is intentional, to make them look like they continue naturally from the fully rounded submit buttons.
- Basic testing done:
- Logging in should still work
- Signing up should still work
- Setting username should still work
- Changing password should still work
- Forgot password should still work
- Password reset should still work
2023-11-09 10:48:41 +00:00
..
mock/authentication/src/authentication Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
src Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
test/authentication/src Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
test-component/authentication/src Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
test-e2e Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
.gitignore Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
bundle.ts Rename tsx files without JSX to ts files (#8085) 2023-11-03 00:39:08 +00:00
esbuild-config.ts [gui2] Component demos (#7945) 2023-10-29 19:02:07 +00:00
log-screenshot-diffs.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
package.json Sentry React integration (#8086) 2023-11-03 00:38:30 +00:00
playwright-component.config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright-e2e.config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
playwright.config.ts Dashboard tests (#7656) 2023-10-11 10:24:33 +00:00
tailwind.config.ts Make UI for authentication flow match the rest of the dashboard (#8211) 2023-11-09 10:48:41 +00:00
test-server.ts Rename tsx files without JSX to ts files (#8085) 2023-11-03 00:39:08 +00:00
tsconfig.json [Gui2] Opening projects and language server connection (#7813) 2023-09-22 03:43:25 +00:00
watch.ts Rename tsx files without JSX to ts files (#8085) 2023-11-03 00:39:08 +00:00