ToolJet/frontend/src/Editor/Components
Kavin Venkatachalam 7f702c1d6b
[Feature]: Added Localisation (#3746)
* Added localisation

* Closed modal after language selection

* updated transaltaion setup

* Updated language tooltip

* Added fallback language support

* Adding english library resource for translation (#3844)

* Adding English dictionary for the widget lists in the inspector

* added leftSideBar object in en.json and implemented it for leftSidebar icon text

* renamed leftSideBar to leftSidebar and added resources for tip in the left side bar

* added english translation resources for leftsidebar debugger

* added english language resources for the global settings

* added english language resources for data sources in left sidebar

* added english language resources for the share button and share modal in the editor

* added english language resources for release button, manageOrgUsers, appVersionManager

* added english language resources for Queries and Please select a widget to inspect in the editor

* added english language resources for data source list , data source manager, and query manager(partially)

* added english language resources for queryManager, transformation, preview

* added english language resources for dark mode toggle in the headers inside homepage

* added fallback message for dark mode toggle

* added resources for language change in the headers inside homepage

* added resources for notification center in the header inside homepage

* added resources for organization and manage users components in header inside homepage

* added resources in manageGroupPermission

* added resources for manageGroupPermissionsResources component

* added resources for manageSSO and generalSettings components

* added resources for google sso

* added resources for github sso

* added resources for environment variables in manageSSO

* added resources for profile and setting page

* added resources for app card and app card menu

* added resources for folder section and app list in homepage

* added resources for header section in the homepage

* added resources for pagination in homepage

* added resources for modals in the homepage

* added resources for blank page

* added resources for login page

* added resources for forgot password page

* added resources for sign up page

* added resources for onBoarding component

* added resources for reset password page

* deleted duplicate key for readDocumentation

* deleted duplicate key for cancel in en.json and added translation for cancel at few places

* removing duplicate copy of save key in en.json

* added translation for CommentActions.jsx components

* deleted duplicate copy of search key in en.json and added resources for create and search queries , select keys

* fix typo errors

* fixed typo errors

* shorten the key for loginAndSignUpAndForgotPassword to loginSignupPage in en.json file and related files

* shorten the key noLoginMethodsEnabledForThisWorkspace to noLoginMethodsEnabled

* shorten the key pleaseCheckYourEmailForConfirmationLink to emailConfirmLink

* shorten the key dontHaveAccountYet to dontHaveAccount

* shorten keys from loginSignupPage key in en.json

* shorten keys of shareModal nested object in en.json

* shorten the key in appVersionManager nested object

* shorten the keys for queryManager nested object in the en.json

* delete duplicate copy of environmentVar and shorten manageEnvironmentVariables,environmentVariables

* shorten keys in the organization nested object

* shorten keys in the homePage nested object in en.json file

* added inspector and eventManager empty object

* added resources to RedirectSSO component

* added resources for OAuth2

* added resources for TemplateCard.jsx

* added resources for TemplateLibraryModal.jsx

* added resources for ConfirmationPage.jsx

* added resources for ConfirmationPage component

* removed translation in App.jsx file

* added resources for Slack.jsx

* added resources for GoogleSheets.jsx

* added resources for CodeBuilder.jsx

* added resources for CommentBody and CommentFooter

* added resources for TestConnection component

* added resources for AllignButton.jsx

* added resources for Openapi and Stripe components

* added resources for ErrorBoundary

* added resources for Viewer.jsx

* Translation for widgets, table

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>

* Commented Language selection

* Fixed typos

* Updated fr.json file

Co-authored-by: Manish Kushare <kushare.manish9@gmail.com>
2022-09-14 13:34:49 +05:30
..
CustomComponent [Feature]: Custom Component Widget (#2960) 2022-05-10 15:09:09 +05:30
KanbanBoard Reverse proxy using base tag (#3889) 2022-08-27 21:58:24 +05:30
Map [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
QrScanner Fix QR scanner firing event without QR (#2436) 2022-03-08 09:41:29 +05:30
StarRating Fixes inconsistent styles for widgets in darkmode (#2252) 2022-02-14 19:11:39 +05:30
Table [Feature]: Added Localisation (#3746) 2022-09-14 13:34:49 +05:30
Button.jsx Cypress test for button widget happy path (#3776) 2022-09-05 14:06:45 +05:30
ButtonGroup.jsx Bug fixed : Button Group widget is not consistent with the dark theme (#3950) 2022-09-12 09:54:41 +05:30
Calendar.jsx [ Bugfix ] :: calendar preview is broken when events are added as a result of any query (#3928) 2022-09-06 08:28:28 +05:30
CalendarPopover.jsx handle calendar popover close onclick outside (#1667) 2021-12-29 15:00:44 +05:30
Chart.jsx [Feature] Plotly JSON: Added layout support to the chart widget (#2732) 2022-04-08 19:45:18 +05:30
Checkbox.jsx Component specific action for :: checkbox widget (#3505) 2022-07-18 18:47:38 +05:30
CirularProgressbar.jsx Feature: Circular progressbar (#1887) 2022-01-22 09:32:37 +05:30
CodeEditor.jsx Border radius style for input widgets (#1972) 2022-01-29 07:06:08 +05:30
ColorPicker.jsx Added component specific 'setColor' action to Color Picker (#3480) 2022-07-12 16:59:18 +05:30
Container.jsx Bug fix : Container widget background color is not consistent with the dark theme (#3866) 2022-09-12 14:34:24 +05:30
Datepicker.jsx [Hotfix] Not able to select date with Datepicker widget (#3886) 2022-08-30 14:16:39 +05:30
DaterangePicker.jsx Bug fixed : Date range picker, input element is not visisble in the dark theme (#3879) 2022-08-29 07:52:17 +05:30
Divider.jsx [improvement] Widget components #1475 - divider widget (#1491) 2021-12-14 16:46:27 +05:30
DraftEditor.jsx Reverse proxy using base tag (#3889) 2022-08-27 21:58:24 +05:30
DropDown.jsx fixes: dropdown menu overlaps inside nested listview (#3671) 2022-07-27 09:59:45 +05:30
FilePicker.jsx Bug fixed : dark theme issues (#4009) 2022-09-12 14:17:04 +05:30
Html.jsx added HTML-CSS widget (#2938) 2022-06-16 17:58:11 +05:30
IFrame.jsx Hotfix/iframe new api (#1557) 2021-12-10 12:52:41 +05:30
Image.jsx [Enhancement]: Reset Image Rotation & Zoom when the URL is updated (#3840) 2022-08-25 02:48:12 +05:30
Listview.jsx Expose actions of list view children only once (#3518) 2022-07-07 18:25:22 +05:30
Modal.jsx [Feature]: Cut & Paste Widgets (#3773) 2022-08-25 02:56:08 +05:30
Multiselect.jsx Bug fixed : dark theme issues (#4009) 2022-09-12 14:17:04 +05:30
NumberInput.jsx fixes Number widget: min and max value updates inside listview (#3571) 2022-07-12 15:56:03 +05:30
Pagination.jsx Bug fixed : Pagination widget is not consistent with the dark theme (#3946) 2022-09-12 12:09:00 +05:30
PasswordInput.jsx [Bugfix] fixes app freeze, when password widget drops inside a listview (#4018) 2022-09-12 12:34:27 +05:30
PDF.jsx Merge branch 'main' into develop 2022-08-27 22:20:29 +05:30
RadioButton.jsx Bug fixed : radio button is not consistent with the dark theme (#3929) 2022-09-12 09:35:42 +05:30
RangeSlider.jsx Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
RichTextEditor.jsx [improvement] Widget components #1475 - text editor widget (#1481) 2021-12-14 16:48:42 +05:30
Spinner.jsx Bugfix/statistics widget style change not reflecting in dark mode , visibilty option not working (#1940) 2022-01-27 14:36:43 +05:30
Statistics.jsx Reverse proxy using base tag (#3889) 2022-08-27 21:58:24 +05:30
Steps.jsx Bug fixed : dark theme issues (#4009) 2022-09-12 14:17:04 +05:30
SvgImage.jsx [ Feature ] :: svg widget (#2806) 2022-04-18 19:08:50 +05:30
Tabs.jsx [Hotfix]: Render Only Active Tab Toggle (#3980) 2022-09-08 16:22:01 +05:30
Tags.jsx Tags widget (#1659) 2022-01-15 10:41:27 +05:30
Text.jsx Enhancement : added all the css prop for the text in the styles section of the Text Widget (#3392) 2022-08-17 14:52:20 +05:30
TextArea.jsx Fixed textarea initialization bug (#3833) 2022-08-25 03:15:30 +05:30
TextInput.jsx bug fixed : Text input widget is not consistent with the dark theme (#3990) 2022-09-12 13:32:58 +05:30
Timeline.jsx Made timeline scrollable on shrinking the height or width (#3013) 2022-05-09 18:55:31 +05:30
Timer.jsx Exposed variable of timer is set to default value after reset (#2950) 2022-05-04 08:11:27 +05:30
Toggle.jsx bug fixed : toggle switch is not consistent with the dark theme (#3925) 2022-09-12 13:00:38 +05:30
TreeSelect.jsx Bug fixed : Tree Select widget is not consistent with the dark theme (#3948) 2022-09-12 12:12:18 +05:30
verticalDivider.jsx New widget: vertical divider (#2971) 2022-05-05 20:03:12 +05:30