Commit graph

2671 commits

Author SHA1 Message Date
Arpit
59f0db5d03
fixes leftsidebar inspector crash for n depth nodes with actions (#3206) 2022-06-08 20:40:14 +05:30
Kiran Ashok
5664803194
Feature :: event firing on tab selection in Tabs widget (#3193)
* tabs event

* completed event firing on selection tab

* pr changes :: renaming event

* updated event
2022-06-08 12:20:51 +05:30
Kavin Venkatachalam
5280e9d6e7
Move & Resize portal (#3224) 2022-06-08 12:18:47 +05:30
Akshay Sasidharan
86ea2ceb52 Merge branch 'main' into develop 2022-06-08 11:22:19 +05:30
Ankush263
cb62a493b3
Fixes typo in README.md (#3220) 2022-06-08 09:34:03 +05:30
Akshay
b3a3be6be7
Chore: Heroku pr deploys (#3207)
* add heroku deployment action

* fix spell error

* change deploy action
2022-06-07 16:30:12 +05:30
Shubhendra Singh Chauhan
977bd59dc7
Added command to Try ToolJet locally using Docker (#3208) 2022-06-07 07:46:25 +05:30
Midhun G S
910cbfe230
Relabelling Git and workspace (#3216) 2022-06-07 07:38:26 +05:30
Shubhendra Singh Chauhan
a3b618f21d
[docs] changed searchbar position to left (#3189) 2022-06-06 06:58:28 +05:30
Kiran Ashok
c49d752b5a
Fix for app breaking when deleting a datasource and then trying to add DynamoDB / Elastic search (#3195) 2022-06-06 06:58:04 +05:30
Shubhendra Singh Chauhan
4d166c7f48
[docs] rename docker local to try tooljet locally (#3201) 2022-06-06 06:57:30 +05:30
aiman-rizvi
18e17a0dec
Fixed dead link in Introduction docs (#3203) 2022-06-06 06:56:26 +05:30
Michael Adebambo
03c177edc2
[docs] fixed typos in Heroku deployment docs (#3196) 2022-06-03 18:33:12 +05:30
Shubhendra Singh Chauhan
1a6e4e4ba7
[docs[ fixed typos in try ToolJet (#3198) 2022-06-03 18:31:40 +05:30
Kavin Venkatachalam
e6d43d21eb
[Feature]: Inline style support for custom component (#3076)
* Inline style support for custom component

* Added skipResolve check
2022-06-03 17:47:43 +05:30
Akshay Sasidharan
3af96b0845 fix version on redirect sso page 2022-06-02 15:47:46 +05:30
Akshay Sasidharan
eca176571b bump to v1.16.0 2022-06-02 15:25:13 +05:30
Midhun G S
fadf025365
[BUG] Account level security issue (#3150)
* bug fixes

* changes

* changes for single workspace support

* added guards for signup route

* test cases fixes

* Workspace invite and user onboarding flow changes (#3190)

* invite user flow changes

* review comments

* cleanup

* testcase fix
2022-06-02 15:20:51 +05:30
Kiran Ashok
8545689a3b
bugfix removing transformation for runjs (#3185) 2022-06-02 14:56:26 +05:30
Manish Kushare
675e87157b
added default prop in checkbox widget (#3063)
* added default prop in checkbox widget

* removed unwanted code

* changing defaultValue prop display name to Default Status

* added value key in exposedVariables prop

* Fixed :  the issue where checkbox is getting filled instead of checked

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-06-02 13:08:47 +05:30
Kavin Venkatachalam
1552f834d6
[Feature]: Copy text from CodeHinter preview (#3155)
* Copy text from CodeHinter preview

* Updated copy text logic
2022-06-02 12:57:20 +05:30
Gandharv
5dbe795d73
feat: add user avatar (#2920)
* feat: add user avatar

* update: @nest/platform-express from 8.0.0 to 8.4.4

* add avatar_id in login response

* add user avatar upload in frontend

* align cross divider with layout icons'

* generate nest model - extensions

* cleanup

* fix tests

* reduce the avatar size on homepage

* fix review comments

* import Express

* add blob to csp
2022-06-02 12:19:49 +05:30
Kavin Venkatachalam
ed43ca844a
[Feature]: Added universal props for widgets with Tooltip (#3096)
* Added universal props for widget

* Fixed lint issues

* Updated export name

* Fixed lint errors

* Updated genral variable name

* Updated file name in doc
2022-06-02 11:51:52 +05:30
Midhun G S
88925fcb35
Added Variables field for graphql plugin (#3093) 2022-06-02 09:58:20 +05:30
Aaron
75723ac58c
Changed widget-button-label (theme.scss) text color to be visible in dark mode (#3188) 2022-06-02 07:05:24 +05:30
Akshay
9db1aee6f7
update routes for nginx conf and event gateway for being proxied (#3183) 2022-06-01 18:23:41 +05:30
Manish Kushare
3e0b4dabab
fixed : FX button misaligned with the corresponding text (#3118) 2022-06-01 18:04:31 +05:30
Muhsin Shah C P
28bac00491
[bugfix] Now the app exit modal will not show if there isn't anything to save (#3167)
* Now, the exit app pop up modal will only show if there are any changes to save

* Resolved a bug

* Refactored the code
2022-06-01 17:44:59 +05:30
Kiran Ashok
336b099db7
Bugfix :: Canvas background made programmable and fix for alpha not working (#2807)
* fixing alpha not changing issue

* fixing possible undefined isues

* including codehinter for canvas bg colour updation

* updating styles

* codehinter with gloabla value access

* updating colour bug

* updating fx styles

* light mode updates

* fixing light bg bugs

* cleanup

* fixing flickering

* dynamic background changing using fx :: fix

* removing all logs and fixing state not updating correctly issue

* fixing layout

* updates useeffect trigger

* live typing component , bugfix

* viewer testing

* fixing issue in preview mode

* colour preview issue fix
2022-06-01 16:48:12 +05:30
Kiran Ashok
9b557d11b9
Feature :: Button group widget (#2977)
* button group initial

* updates

* updating value logic

* updating all selection and normal styles

* bugfixes and icon change

* cleanup

* fixing button width

* changing non dynamic styles to theme

* updating padding

* PR changes :: updating with same margin for label

* pr changes :: updating default bg colour for selected

* exposing selected items

* fixing alignment to column

* fixing issue with default active

* updating transition

* initial selected element

* initial selection

* updating with documentation

* intermediate update fixing labels

* fixing multiple edge cases

* cleanup

* updating label

* fixing pending pr issues :: changing default selected as array

* multislection toggle fix

* fixing label padding
2022-06-01 13:50:02 +05:30
Ajith KV
cb678190d7
Cypress test for the profile settings page (#3083)
* Added cypress test for profile settings page

* Updated common selectors

* Updated common text

* Added functions for random names

* Added data-cy attributes for components

* Added verification for the input value

* Added password field validation

* Added common utils file

* Added wait

* Updated login error toast
2022-06-01 13:42:53 +05:30
Manish Kushare
cacce68713
Added default table type prop to table-bordererd in component.js (#3161)
* added default table type prop to table-bordererd in component.js

* shifted back  to previous logic
2022-06-01 06:36:34 +05:30
Kavin Venkatachalam
fcf5ee4093
Fixed text overlapping issue of Googlesheets operations (#3169) 2022-06-01 06:32:02 +05:30
Sherfin Shamsudeen
7c27188699 Bump minor version 2022-05-31 21:58:22 +05:30
Sherfin Shamsudeen
c13f7c20d8 Merge branch 'main' into develop 2022-05-31 21:54:41 +05:30
Sherfin Shamsudeen
997fc93d8b Bump patch version 2022-05-31 21:54:10 +05:30
Muhsin Shah C P
7c6ccccf08
Disabled the feature (#3177) 2022-05-31 21:52:21 +05:30
Akshay
7bebbf78ae
Docs: Update docs for try tooljet setup (#3176)
* add docs for try tooljet with docker

* update sidebar
2022-05-31 18:46:48 +05:30
Akshay
a13a2d4d63
Chore: ToolJet setup to try locally (#3158)
* add dockerfile for try tooljet setup

* update npm scripts and logged messages

* refactor npm scripts for dist folder scripts

* update usages of db setup and seed

* setup script to init db and boot app

* fix dockerfile

* update dockerfile

* user production.Dockerfile as base image

* fix script

* fix script exit

* fix lint
2022-05-31 18:42:36 +05:30
Shubhendra Singh Chauhan
5fdc7daaca
[docs] updated docker formatting (#3173) 2022-05-31 14:51:41 +05:30
Kiran Ashok
5854a5880f
[docs] SAP HANA link broken (#3172)
* sap hana link broken

* added saphana in lexicographic order

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-05-31 14:49:09 +05:30
Manish Kushare
a65eb3ecd5
Hotfixed : Favicon icon not displayed in preview and launch page (#3154) 2022-05-30 14:44:10 +05:30
Kavin Venkatachalam
7a419796e3
PDF url null check added (#3142) 2022-05-30 14:06:10 +05:30
Kiran Ashok
f64df9162d
SSO & multi workspace helper page (#3091)
* sso page

* updating with sso id , changing

* updates

* dynamic url  build based on enable/disable or workspace and sso

* removing logs

* removing logs

* removing private route

* pr updates :: making route public , content update

* fixing issues

* upadting few content

* removing logs

* bugcheck

* typo fix

* ui updates

* id fix

* link fix

* updated with suggested pr change

* updated with pr suggestion

* style update

* updates content

* updates

* style removal ::

* updated some styles

* typo fix

* style fix
2022-05-30 10:47:13 +05:30
Kiran Ashok
4922e0d4bb
[docs] Multi workspace docs (#3087)
* udpating docs for multiworkspace

* updates

* cleanup

* typo updates

* updates

* renaming to Multi-Workspace

* reviewed and updated multi-workspace doc

* updated a point in when enabled

* mapped sso and general settings under user authentication

* mapped password login in sidebar

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-05-30 10:46:56 +05:30
Anja Schmidt
b594cc3496
[docs] Remove SVG Icons Next to Navlinks and Add Styling to Navlinks (#3138)
* Remove SVG icons next to navlinks and add styling to navlinks

* Revert Changes to Unrelated Files

* Revert "Revert Changes to Unrelated Files"

This reverts commit 073feb46b1.

* Revert "Remove SVG icons next to navlinks and add styling to navlinks"

This reverts commit 63ee554c28.

* Change Navlink styling
2022-05-28 06:46:25 +05:30
shivangT
88ad1a5eaa
[Docs] Responsive video container for widgets and data source (#3145)
* Responsive video container for widgets and data source

* removed wrapper divs

Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-05-28 06:45:40 +05:30
Kavin Venkatachalam
30a4dc9949
Fixed widgets sticking to cursor (#3143) 2022-05-28 06:44:50 +05:30
Shubhendra Singh Chauhan
8a30380b6e
[docs] removed algolia's code block from index.html (#3146) 2022-05-28 06:44:13 +05:30
Shubhendra Singh Chauhan
29c293eb12
[docs] integrated algolia-docsearch (#3134)
* added algolia-docsearch

* removed algolia public api key

* renamed env var for algolia api key

* removed line breaks
2022-05-27 16:03:05 +05:30