mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feat: enhance LeftSidebarInspector with InspectorHeader and search functionality * feat: update Debugger component to use onClose and darkMode props, enhance SidebarDebugger with tab functionality and styling * feat: enhance GlobalSettings component with header, refactor layout and styles for better organization * Added Rupak's changes for the leftsidebar * feat: enhance UI components with new panel headers, improved tab functionality, and updated styles for better alignment with design specifications * feat: add transparent background to driver page overlay for improved UI interaction * feat: adjust layout properties for improved header alignment and spacing in container configuration * feat: add placeholder styling for RichTextEditor and update DatepickerInput styles for better UX * feat: remove unnecessary divider from container header and maintain border styling * Refactor: Update headerDividerColor to use cc-weak-border variable for consistency * Fix: Correctly reset unreadErrorCount in debugger state on clearLogs * Add hideSearch prop to InspectorHeader and implement detail view logic in LeftSidebarInspector * Fix: Update default left sidebar width and adjust background colors for consistency |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee@baa070f2cf | ||
| lib | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| .eslintrc.js | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .version | ||
| data-migration-config.ts | ||
| dev-entrypoint.sh | ||
| eslint.config.js | ||
| jest.config.ts | ||
| nest-cli.json | ||
| ormconfig.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.