mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
* Updated the table UI * made the search bar in sync with current applied theme in the application * updated the UI of the table widget * adjust x axis in the footer * made the search text vertically center * Load text color using new api in Table * Load action buttons data using new api in table * Revert usage of new api for table actions * Use new api to load most properties and styles * Move logic for loading styles and propeties to another file * Table: Move loading of actions to separate file * Move functions to expose data to codehinter to Box.jsx * Table: Get loadingState from new api * Table: Use reducer for storing table column properties * Table: minor refactoring on reducer * Table: Replace the use of internal state variable componentState * Abstract out Filter as a separate component * Move table column definitions to a separate file * Move action column definition to a separate file * Move IndeterminateCheckbox to a separate file * Completely remove any requirement of loading from definition inside loadPropertiesAndStyles * Reduce the use of reducer dispatch calls in Table.jsx * Remove the usage of __TjDoNotResolve__ * Load actions without new API * Update migration to make columnSizes follow default format * Fix migration to restructure table column sizes data * Do not update columnSizes property if incoming value is empty * Remove unnecessary code * Remove unnecessary linting * Remove unnecessary reducer action * Remove unnecessary code * Merge table changeSet data into table details reducer instead of filter reducer * Make compact and spacious cell sizing work for table * Remove custom handling of onRowClicked for Table * Fix issues with table visibility, border radius and disabled state * Resolve the issue with invalid date crashing the table * fixes:widget crash is only for those tables which do not have any actions associated with it yet. (#4078) * Remove unnecessary code Co-authored-by: Manish Kushare <manish.altcampus@gmail.com> Co-authored-by: Arpit <arpitnath42@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.