PromucFlow_constructor/app/client/src/widgets
Abhinav Jha 94b28311c6
Use injected configuration from Nginx at runtime instead of build time (#30)
* Use envsubst and nginx templates to generate nginx configs which can substitute environment variables and inject into the index.html file

* Fix path in dockerfile. Add .gitignore and .env.example files. Fix nginx-linux template.

* Add all environment variables. Add prefix to all environment variables. Update scripts to attempt to substitute all environment variables with the prefix

* Setup dockerfile to execute a bash script. use env.example for fetching environment variables in development

* Toggle features based on injected configs. Fix nginx template substitution script.

* Update env.example file

* Remove debug code from start-nginx.sh

* Fix nginx config templates by adding quotes by default. Fix sed regex to include numerals. Toggle social login buttons on Login page based on the config.

* Update rapid api environment variable name. Toggle oauth buttons based on config in SignUp page. Update .env.example to be a union of server and client environment variables

* Adding a Map disabled message on Map widget

* Adding links to Privacy policy and TNC

* Use REACT_APP_ env variables with higher priority over injected config variables for toggling features

* Update netlify.toml by commenting out the build environment variables

* Remove env variables not required by the client

* Remove start-storybook entry from package.json

* Fix netlify.toml. Fallback algolia configs

* Add contexts to netlify.toml for successful deploys. Swith to using APPSMITH_MARKETPLACE_URL as the toggle for RapidAPI feature on the client. Remove comments in nginx config templates. Fix template used in dockerfile.

Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-07-07 15:52:17 +05:30
..
AlertWidget.tsx Action refactor 2020-02-18 10:41:52 +00:00
BaseWidget.tsx Evaluated value popup 2020-06-04 13:49:22 +00:00
ButtonWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
CanvasWidget.tsx 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
ChartWidget.tsx Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
CheckboxWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
ContainerWidget.tsx Fix Modal scroll behaviour. 2020-03-27 10:56:26 +00:00
DatePickerWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
DropdownWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
FilepickerWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
FormButtonWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
FormWidget.tsx Remove console warnings like react hook dependency warnings and unused vars 2020-06-17 19:23:01 +05:30
IconWidget.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
ImageWidget.tsx Fix js toggle issues 2020-03-16 07:59:07 +00:00
InputWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
MapWidget.tsx Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
ModalWidget.tsx Add classnames to modal selector dropdown, modal close button and modal. 2020-04-03 14:06:02 +05:30
RadioGroupWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
RichTextEditorWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
SwitchWidget.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
TableWidget.tsx Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
TabsWidget.tsx Chart validations, Tabs add new tab issue fix 2020-05-29 06:07:56 +00:00
TextWidget.tsx made form data visible at the top level 2020-06-09 17:34:38 +05:30