-
- Downloads
feat(integration): Integrated backend and frontend through websocket
Added a main webpage to web/app with a navbar to control login/logout and add/select/remove a database to be queried. Restructured the main dashboard to use tailwindcss. Ported the websockets and broker implementation to V1 and tied all components (schema, querybuilder, and visualizer) together. Solves #21
parent
750078ed
No related branches found
No related tags found
Showing
- README.md 27 additions, 26 deletionsREADME.md
- apps/docs/package.json 1 addition, 6 deletionsapps/docs/package.json
- apps/web/.env 2 additions, 0 deletionsapps/web/.env
- apps/web/.env.production 2 additions, 0 deletionsapps/web/.env.production
- apps/web/.eslintrc.json 1 addition, 1 deletionapps/web/.eslintrc.json
- apps/web/node.d.ts 6 additions, 0 deletionsapps/web/node.d.ts
- apps/web/package.json 3 additions, 0 deletionsapps/web/package.json
- apps/web/postcss.config.js 6 additions, 0 deletionsapps/web/postcss.config.js
- apps/web/src/app/app.tsx 133 additions, 80 deletionsapps/web/src/app/app.tsx
- apps/web/src/app/panels/Visualization.tsx 47 additions, 0 deletionsapps/web/src/app/panels/Visualization.tsx
- apps/web/src/components/login/loginScreen.tsx 10 additions, 6 deletionsapps/web/src/components/login/loginScreen.tsx
- apps/web/src/components/navbar/AddDatabaseForm/add-database-form.module.scss 7 additions, 2 deletions...ents/navbar/AddDatabaseForm/add-database-form.module.scss
- apps/web/src/components/navbar/AddDatabaseForm/index.tsx 3 additions, 1 deletionapps/web/src/components/navbar/AddDatabaseForm/index.tsx
- apps/web/src/components/navbar/navbar.module.scss 1 addition, 1 deletionapps/web/src/components/navbar/navbar.module.scss
- apps/web/src/components/navbar/navbar.tsx 85 additions, 46 deletionsapps/web/src/components/navbar/navbar.tsx
- apps/web/src/components/panels/panel.tsx 8 additions, 8 deletionsapps/web/src/components/panels/panel.tsx
- apps/web/src/environments/variables.ts 1 addition, 0 deletionsapps/web/src/environments/variables.ts
- apps/web/src/main.tsx 1 addition, 0 deletionsapps/web/src/main.tsx
- apps/web/src/styles.css 3 additions, 0 deletionsapps/web/src/styles.css
- apps/web/tailwind.config.js 8 additions, 0 deletionsapps/web/tailwind.config.js
Loading
Please register or sign in to comment