PromucFlow_constructor/app/client
Hetu Nandu 86b2f2b017
Release (#515)
* Add more options to action settings (#473)

* Update install.sh

* Add few ternjs defs for moment (#508)

* default icon selection issue fixed in stories (#495)

* Feature: Toggle component (#490)

* Toggle component implemented with story

* props fixed

* lighten and darken colors implemented

* removed the unused css properties

* removed the used import in story

* toggle hover state fixed

* storywrapper import updated

* Drag And drop widget (#503)

* Drag And drop widget

* Updated cordinates

* Feature: Tooltip component with story (#498)

* tooltip component implemented with story

* default props fixed

* used constant classes names

* blueprint classname corrected

* Feature: Checkbox component (#475)

* checkbox disabled state added and checked UI fixed

* checkbox imported corrected in story

* checkbox implemented using input and label elements.

* align and isChecked props removed

* used styled component for span

* Feature: Radio group component (#481)

* Radio group component with story implemented

* radio group implemented using native input and label.

* radio component height fixed in story

* disabled name in theme corrected for radio

* align prop removed

* removed duplicate user object (#513)

removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>

* Feature: Table Widget - multi row selection (#507)

* Fix typo (#514)

* Update install.sh

* selectedRowIndexes changed to selectedRowIndices (#516)

Data type of selectedRowIndices changed to array of numbers

* Fixing storybook build (#517)

* Fixes (#522)

- Remove cache fields from settings
- Call the event callback method with success false to fix button widget loading issue

* Add migration to fix incorrect action IDs for onLoad (#519)

* Add migration to fix incorrect action IDs for onLoad

* Remove redundant comments

* Fix migration to work with published onLoad actions as well

* Only update the action ID when correcting onLoad action IDs

* Fix migration name for correcting action IDs

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* Fix migration id for correcting action IDs

* Reformat code

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* deprecated selectedOptionValueArr

* Feature/intercom (#521)

* removed duplicate user object
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

* added analytics to help modal and invite user
unescaped bindings before evaluation to prune newlines

* updated action confirmation text

* added a check to ignore old properties which are no longer dynamic

* fixed test case

* fix tests

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>

* Remove run on page load in api pane (#524)

* Remove run on page load in api pane

* Remove run on page load setting in query pane

* Revert removal of run query on page load

Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: vicky-primathon <67091118+vicky-primathon@users.noreply.github.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
2020-09-10 13:13:17 +05:30
..
.storybook Switching to system fonts (#344) 2020-08-19 03:21:23 +05:30
cypress Release (#515) 2020-09-10 13:13:17 +05:30
docker fixed nginx template for mac 2020-09-03 13:38:04 +05:30
public Completely replace hotjar with smartlook (#447) 2020-08-27 18:24:03 +05:30
src Release (#515) 2020-09-10 13:13:17 +05:30
test/__mocks__ Fix autocomplete for special cases (#31) 2020-07-14 16:00:33 +05:30
typings Merge branch 'release' into feature/acl 2020-06-05 13:39:01 +05:30
.dockerignore Adding conditional variables to gitlab-ci 2020-03-17 13:40:56 +00:00
.editorconfig Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.eslintrc.js no-var-requires disabled rule added 2020-03-20 09:35:54 +05:30
.flowconfig
.gitignore Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
.gitlab-ci.yml Query pane fixes 2020-06-17 10:19:56 +00:00
.huskyrc Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/actions 2019-09-13 17:29:45 +05:30
.lintstagedrc Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
.nvmrc Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.prettierignore Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.prettierrc Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
build.sh Query pane fixes 2020-06-17 10:19:56 +00:00
craco.build.config.js moved sentry plugin to the end so sourcemaps are generated correctly 2020-09-03 01:17:49 +05:30
craco.common.config.js Add @appsmith namespace (#74) 2020-07-10 14:54:06 +05:30
craco.dev.config.js Adding styled component names to dom for local env 2020-06-08 09:00:58 +00:00
cypress.json Adding Github Action workflow to the client code base (#66) 2020-07-16 11:20:46 +05:30
Dockerfile Modifying deploy script to replace nginx configuration at runtime (#106) 2020-07-16 11:47:45 +05:30
Dockerfile-cypress-test Adding Github Action workflow to the client code base (#66) 2020-07-16 11:20:46 +05:30
gitbook-algolia-lambda.js Updated algolia for the order. 2020-05-29 12:42:35 +05:30
jest.config.js Fix embedded datasource path (#2) 2020-07-01 15:31:07 +05:30
netlify.toml Completely replace hotjar with smartlook (#447) 2020-08-27 18:24:03 +05:30
package.json Release (#515) 2020-09-10 13:13:17 +05:30
README.md fix: restructure code and show content based on permission (#261) 2020-08-12 17:11:56 +05:30
README.old.md
start-https.sh Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
tsconfig.json Remove @appsmith alias that causes build errors (#479) 2020-09-01 16:01:39 +05:30
tsconfig.path.json Add @appsmith namespace (#74) 2020-07-10 14:54:06 +05:30
yarn.lock Release (#515) 2020-09-10 13:13:17 +05:30

Dev Dependencies

  • yarn
  • nvm

Dev Setup

  • cd internal-tools-client Change directory to the project directory
  • nvm install Install the version of node and npm required by the project using nvm
  • yarn Install packages and run setup scripts
  • yarn start Start the client locally using this

For more details on how to run this locally, please visit: Notion Doc

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Cypress tests via Github Actions

The cypress tests run via Github actions pull the release Docker image of the server to run as a service locally. This is to ensure that we don't face any network flakiness during tests.