mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* Basic wrapper around Datetime picker component * Cell Edit Menu for Datetime Picker * Reverted Old Changes * Added Datetime picker for Add/Edit Row * Added datetime picker for create/edit column * Added datetime picker for create/edit table * Added datetime picker for create/edit table * Disabled PK, FK, Unique and made some fixes * Migration script added * Internal table configuration update changes * Updating internal table configuration based on timezone select * Time display pill & support for changing & retrieving timezone from the frontend added * Time bug partially resolved * Time bug solved * Minor Bugs Solved * fix : datepicker closed when we select date from outside month which is not current month's date * Minor Design Fixes * Css & Comment Fixes * Removed console.logs * Fixed app import failing * Changed datatype name and label * Css Fixes and added clear button * Minor fix * Fixed create table breaking on null values --------- Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com> |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee | ||
| 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 | ||
| 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.