PromucFlow_constructor/app/client/src/selectors
Shrikant Sharat Kandula bb4ca19179
chore: Remove Maps API Key env variable for client (#19486)
Part of #11855.

Instead of getting the Google Maps API Key from runtime env variables,
we get it from the server, as part of the response of
`/api/v1/tenant/current`. This doesn't add a database call, just include
the env variable name in the response, so shouldn't have any performance
impact on the API.

On the client though, the Maps API key won't be available, until at
least the first call to `/tenant/current` is finished.

Also, first big PR in client code. 🙂

Edit: not `/me` anymore, but from `/tenant/current`.

---------

Co-authored-by: Pawan Kumar <pawan.stardust@gmail.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2023-02-07 14:53:15 +05:30
..
actionSelectors.tsx feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
analyticsSelectors.tsx chore: send segment anonymous id (#19122) 2023-01-06 19:39:38 +05:30
apiPaneSelectors.ts chore: Context switching - Api right pane tabs (#17473) 2022-11-25 09:17:00 +05:30
appCollabSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
applicationSelectors.tsx feat: in-app embed settings (#19023) 2022-12-26 10:41:33 +05:30
appSettingsPaneSelectors.tsx fix: Updating page permissions in view mode to solve error message for updating the page (#18946) 2022-12-14 20:32:13 +05:30
appThemingSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
appViewSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
authSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
autoHeightSelectors.ts feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
canvasSelectors.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
crudInfoModalSelectors.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
dataTreeSelectors.ts chore: perf data tree shrink (#18361) 2022-12-02 18:15:11 +05:30
debuggerSelectors.test.ts feat: console log implementation in appsmith (#16286) 2022-09-04 17:28:05 +05:30
debuggerSelectors.tsx chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
editorContextSelectors.ts chore: Revert "feat: move the widget creation CTA off the Entity explorer (#… (#20335) 2023-02-03 14:47:01 +06:00
editorSelectors.tsx chore: Revert "feat: move the widget creation CTA off the Entity explorer (#… (#20335) 2023-02-03 14:47:01 +06:00
entitiesSelector.ts chore: fix js object flaky tests (#20106) 2023-02-01 20:15:25 +05:30
errorSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
explorerSelector.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
focusHistorySelectors.ts feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
formSelectors.ts chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
gitSyncSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
globalSearchSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
helpSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
jsPaneSelectors.ts chore: Fixing broken client build (#17634) 2022-10-18 10:53:18 +05:30
lintingSelectors.ts chore: linting performance improvement (#18101) 2022-11-18 15:53:24 +05:30
mainCanvasSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
multiPaneSelectors.ts feat: Multi Pane IDE: Phase 1 (#19261) 2023-01-09 10:54:41 +05:30
navigationSelectors.ts feat: Command Click for nested properties (#19004) 2022-12-26 10:49:02 +05:30
onboardingSelectors.tsx feat: Handle permission driven views for auto-saving pages and action… (#16950) 2022-12-01 12:00:50 +05:30
pageListSelectors.tsx feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
propertyPaneSelectors.tsx chore: Remove Maps API Key env variable for client (#19486) 2023-02-07 14:53:15 +05:30
queryPaneSelectors.ts chore: Fixing broken client build (#17634) 2022-10-18 10:53:18 +05:30
settingsSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
tableFilterSelectors.tsx chore: Refactor getSelectedWidget selector (#16647) 2022-09-15 05:44:11 +00:00
templatesSelectors.tsx feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
themeSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
tourSelectors.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
ui.tsx feat: [Context Switching] Maintain datasource collapse state (#17616) 2022-12-05 11:28:17 +05:30
usersSelectors.tsx chore: Remove Maps API Key env variable for client (#19486) 2023-02-07 14:53:15 +05:30
websocketSelectors.ts chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
widgetEnhancementSelectors.ts fix: Remove auto-height from list widget's children (#18755) 2022-12-18 01:33:35 +05:30
widgetReflowSelectors.tsx fix: Reflow while resizing does not reflow as expected (#17243) 2022-10-06 12:43:18 +05:30
widgetSelectors.test.tsx fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30
widgetSelectors.ts fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30