mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
* init * fixes: config-handler clickEvents * fixes: position attributes for open state modal config handler * modal body scrollable * adds loadingState * adds onOpen and onClose events for modal * adds visibility property * open general and layout Options by default * adds styling options for modal header and body * adds style options for show button and conditional rendering of button styles * refactor conditional rendering styles * clean up * fixes typos * remove footer * modal size * handles dark theme * update naming convention for modal: trigger button * modal size:updates * updates modal close icon * adds comments for conditionally rendering style options * only vertical scrolling inside modals * clean up * custom UI for widget config handle for modal * backfil * resolves: event should not fire on mount * modal improvements doc * hide modal on clicking outside for viewer mode * Remove unnecessary modification of modal property schema Co-authored-by: Shubhendra <withshubh@gmail.com> Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com> |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .version | ||
| data-migration-config.ts | ||
| entrypoint.sh | ||
| 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.