mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-19 06:58:27 +00:00
* feat: Exposes modal properties as CSAs * Move CSA's to additional actions * Adds additional actions and Data Modal.jsx * Code cleanup * feat: Exposes modal properties as CSAs * Move CSA's to additional actions * Adds additional actions and Data Modal.jsx * Code cleanup * Fix: Sets modal position within canvas viewport * feat: Adds fullscreen size options for modals * Hides height property if fullscreen * feat: Adds fullscreen size options for modals * feat: Adds header and footer for modal #11595 * Fixes canvas width issue for header * fixes error with csa * Adds migrations for modal * Bug fixes for component movement across slots * Fix resizing of modal trigger * Set modal on body click * Prevent modal drop event on modal backdrop * Fixes canvas getting cut on full screen * Review fixes - Reorders inspector - Removes border - Moves header/footer height to props from styles - Close button hover - fxeditor to same line * Adds modal as ModalV2 * Fixes widgets going out of modal canvas * Fixes fullscreen canvas height issues * Fix changes breaking old modal behaviour * Review fixes * Adding memo for header and footer * Refactors dragEnd on canvas grid * Delete server/migrations/1734422351569-UpdateModalHeaderTitle.ts * Fixes edge cases |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee@615fba88c5 | ||
| lib | ||
| 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 | ||
| text | ||
| try-entrypoint.sh | ||
| 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.