Commit graph

5329 commits

Author SHA1 Message Date
Ganesh-P03
1d7f36e39d
Fix: Changed labels to sentence case for Password Input Component (#7878)
* Successfully changed into Sentence case in file widgetConfig.js

* Update widgetConfig.js: Changed sentence case of only Password Input Component
2023-10-30 09:06:25 +05:30
Dipendra Shrestha
528a68f78b
Update text component labels to sentence case (#7861)
- closes #7740
2023-10-30 09:05:31 +05:30
Harshit Vashisht
b7031d4ce9
Fix issue #7738 (#7978) 2023-10-30 09:05:03 +05:30
Janmejay Chatterjee
d8b7f4150f
[HF23-AB]Enter to Delete | Closes #7711 (#7850)
* Enter to Delete | Closes #7711

* Added Callback function to handle delete button

* Wrapped handleDeleteConfirm in a callback function

* Used React.useCallback() instead of useCallback()

Fixed function typo
2023-10-30 09:04:34 +05:30
Adish M
b24a229f2b
Merge pull request #8038 from ToolJet/improvement/cypress-workflow
Adding release label to Trigger all the cypress worflows
2023-10-27 10:20:07 +05:30
Adish M
316fcf7bcf correction in condition 2023-10-27 10:05:35 +05:30
Adish M
88d2f697e1 correction in label condition 2023-10-27 10:01:37 +05:30
Adish M
b110e565a5 renaming label 2023-10-27 09:59:47 +05:30
Adish M
aadf19fbfc Adding release label to Trigger all the cypress worflows 2023-10-27 09:53:40 +05:30
Adish M
6b5433fc42
Merge pull request #7945 from alienishi/develop
docs: corrected grammatical errors in README.md
2023-10-27 09:41:07 +05:30
Adish M
24b6d6f529
Merge pull request #8030 from ToolJet/docs-net-docs
changes for netlify
2023-10-26 15:04:56 +05:30
Adish M
20163338d0 changes for netlify 2023-10-26 15:03:53 +05:30
Adish M
9cd857faf5
Merge pull request #8029 from ToolJet/docs-net
Reverting the changes for netlify
2023-10-26 14:57:46 +05:30
Adish M
abf82427f2 Reverting the changes for netlify 2023-10-26 14:54:05 +05:30
Adish M
2c687cfc54
Merge pull request #8027 from ToolJet/docs/gtm
[docs] updated preset from ga_mid to gtm
2023-10-26 14:38:42 +05:30
Adish M
69fbbff30c adding regions back 2023-10-26 14:37:51 +05:30
Shubhendra
4da6aca224 updated preset from ga_mid to gtm 2023-10-26 03:42:05 +05:30
Kavin Venkatachalam
3e76f5afca
Merge pull request #8018 from ToolJet/main
Merge Main back to Develop (v2.22.1)
2023-10-25 16:47:52 +05:30
Manish Kushare
71a3820fbc
Avoided infinite loop in server side sorting in the table component (#8015)
* avoided infinite loop in server side sorting

* bump version
2023-10-25 16:23:55 +05:30
Adish M
5404e63de8
Merge pull request #7999 from ToolJet/docs/ecsnew
[docs] ecs and azure container doc updates
2023-10-25 14:57:04 +05:30
Shubhendra Singh Chauhan
e48a9e9133
Update deploy.template.yaml 2023-10-25 14:56:04 +05:30
Shubhendra Singh Chauhan
82f942949d
Merge branch 'develop' into docs/ecsnew 2023-10-25 14:45:09 +05:30
Shubhendra
f35758edc3 changes in ecs, ec2, and do doc 2023-10-25 14:43:28 +05:30
Shubhendra
d2efd1cf8b updated DO setup doc, changes in ecs and azure container doc 2023-10-25 14:12:17 +05:30
Shubhendra
8b0abc22ad [docs]ecs and azure container doc updates 2023-10-23 02:26:11 +05:30
Aditya Aryaman Das
4b70f92a41
Updated README.md 2023-10-21 23:30:35 +05:30
Aditya Aryaman Das
fc60b423e5
Merge branch 'ToolJet:develop' into develop 2023-10-21 23:27:40 +05:30
TJ
098922efec
fix: label text from Textarea to Text Area (#7763)
Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2023-10-20 15:11:17 +05:30
M!l!nd
1f766b8c13
Changed the labels of Icon component in sentence case (#7804)
* Changed labels of Icon component in sentence case

* Update en.json

* Update widgetConfig.js
2023-10-20 15:06:03 +05:30
Vidit Agrawal
0bf141e4ca
#Fixes 7789 Changed the labels to sentence case (#7838)
#Fixes 7789 Changed the labels to sentence case
2023-10-20 15:05:53 +05:30
Samir Alibabic
ceb8ce46f1
fix: Change labels to sentence case for Statistics component #7784 (#7868) 2023-10-20 15:05:34 +05:30
Shahriar Shatil
a2ab6453e0
Change labels to sentence case for Circular Progress Bar component (#7837) 2023-10-20 15:04:46 +05:30
Shruti Angane
7a6b1f0e44
fix:Changed the label of text editor component to sentence case (#7894) 2023-10-20 15:00:59 +05:30
Rojin Raju
ce901a1594
fixed labels to sentence case for radio component (#7870) 2023-10-20 14:59:59 +05:30
Saikiran Patil
b26564f533
Change labels to sentence case for Text Input Component (#7842) 2023-10-20 14:59:33 +05:30
Steve Aldrin
bb7e06e52a
Update- Changed labels to sentence case for Container Component (#7961)
Change the following labels to sentence case for Container Component:

Loading state
Background color
Border radius
2023-10-20 14:58:40 +05:30
Sanket Pol
0a1ea1c1bd
change labels to sentence case for Modal Component (#7853) 2023-10-20 14:58:05 +05:30
Parvesh Saini
a036dffb64
update: labels changed to sentence case for Button component (#7860) 2023-10-20 14:57:40 +05:30
Dev Sanghvi
ea146145eb
[HF23-AB] Update widgetConfig.js (#7944)
* Update widgetConfig.js

* A final commit
2023-10-20 14:55:03 +05:30
HeetVekariya
0069a9a681
fix: Changed widget to component (#7823) 2023-10-20 14:54:04 +05:30
Gourav
cb7266ad34
Updated docs of oracle (#7693)
* removed NOTE statement

i have removed the NOTE statement

* Update oracledb.md

* Updated docs/versioned_docs/version-2.19.0

* Updated docs/docs
2023-10-20 14:52:43 +05:30
neha-gunta
333ad96167
update n8n docs (#7703) 2023-10-20 14:51:21 +05:30
Aniruddha Gawali
468b3d9c7e
Update the Baserow Docs (#7612)
* Update baserow.md

* Update baserow.md

* Update baserow.md of docs v2.19.0

* Update baserow.md of docs v2.18.0

* Update baserow.md

* Update baserow.md

* Update baserow.md
2023-10-20 14:50:50 +05:30
Sruti
efd5b1209e
Update azureblob.md (#7615)
* Update azureblob.md

- Replaced 'global datasource' with 'data source' or 'data sources' in the doc.
- Made all the headings in the doc to Title Case.

* Update azureblob.md

Changes made in version-2.18.0 :

- Replaced 'global datasource' with 'data source' or 'data sources' in the doc.
- Made all the headings in the doc to Title Case.

* Update azureblob.md

Changes made in version-2.19.0 :

- Replaced 'global datasource' with 'data source' or 'data sources' in the doc.
- Made all the headings in the doc to Title Case.
2023-10-20 14:48:42 +05:30
Jannik Schmidtke
173ab4bf78
docs-updated (#7592)
* docs-updated

* added version-2.18.0
2023-10-20 14:48:20 +05:30
Omkar mote
febe377ad4
update the document with an requirement and also version will be updated (#7892) 2023-10-20 14:47:31 +05:30
Chetan Padhen
c359b2405b
[HF23-AB] Updated descriptions(tooltips) for kanban board, color picker and tree select components (#7555)
* Update widgetConfig.js

Related To Issue #7527

* Update en.json

Realted to issue #7527

* Update widgetConfig.js

* Update widgetConfig.js

reverting  changes, the displayName value should not be altered. It should be back to 'Kanban' and keep  changes in the description value.
2023-10-20 14:46:52 +05:30
Jobayer Ahmed
ae5ec15cad
Refactored the descriptions(tooltips) for the timeline, SVG image, HTML viewer, and vertical divider components. (#7531) 2023-10-20 14:46:14 +05:30
vedant
89e962fdf2
Updated desciptions-calendar-iframe-Code-Editor-Tabs (#7567) 2023-10-20 14:42:41 +05:30
Amruta24818
b53f8a1d2e
Fixes #7520 Refactor/update description dropdown multiselect map (#7536)
* fixes #7520 Updating descriptions for dropdown, multiselect, map

* Update .version file
2023-10-20 14:40:33 +05:30