Commit graph

3294 commits

Author SHA1 Message Date
Ashish Kaushal
2fca8b1560
Error Message on User Removal (#4464) 2022-10-17 09:48:20 +05:30
Akarsh Jain
e5ea1c676c
Make environment variable's delete modal's color in dark mode (#4466) 2022-10-17 09:47:36 +05:30
Sherfin Shamsudeen
08c86493f9 Merge branch 'main' into develop 2022-10-14 18:56:29 +05:30
Sherfin Shamsudeen
7189c1e76e Bump hotfix version 2022-10-14 18:55:48 +05:30
Kiran Ashok
f633458f76
hotfix :: sort issue table (#4436) 2022-10-14 18:54:43 +05:30
Ajith KV
9c3ad28013
Add happy path spec for password input widget (#4112)
* Add data-cy for password input widget

* Add spec and constants

* Add review changes

* Modify spec with new utlis functions

* Add review changes
2022-10-14 17:16:09 +05:30
Sherfin Shamsudeen
1f827a1a76 Bump version 2022-10-14 15:20:52 +05:30
Shubhendra Singh Chauhan
aeb2dd49b1
mariadb and improvement docs (#4432) 2022-10-14 15:13:22 +05:30
Sherfin Shamsudeen
a8283831d1 Merge branch 'main' into develop 2022-10-14 15:02:00 +05:30
Sherfin Shamsudeen
6f679777ff Update hotfix version 2022-10-14 15:01:49 +05:30
Kavin Venkatachalam
0d1916d27e
Triggered selection only when it is dragged on main canvas (#4342) 2022-10-14 14:44:40 +05:30
Kiran Ashok
d76a58d6f0
revert :: style change (#4431) 2022-10-14 14:28:55 +05:30
Arpit
2a8d77fc8e
[Bugfix] show or hide pagination footer only if client or server side pagination is enabled (#4430)
* show or hide pagination footer only if client or server side pagination is enabled

* Display pagination only if serverside or client side pagination is turned on

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-10-14 13:50:23 +05:30
Arpit
b36461b161
updates the exposed vars (#4426) 2022-10-14 13:44:50 +05:30
Kiran Ashok
ceed17a0a7
fix :: automatic state reset for hiding columns on data change restricted (#4429) 2022-10-14 13:32:31 +05:30
Arpit
fe0858fa49
[Chore] widget fixes (#4411)
* fixes: button bg color

* fixes: loader color

* container default bg color

* listview bg color

* fixes darkmode fro text widget

* default color for star rating
2022-10-14 13:31:22 +05:30
Muhsin Shah C P
2d777c2d51
[hotfix] Fixed oauth refresh token issue (#4406)
* Fixed refresh token issue

* Added re-auth feature

* Fixed token issue

* fixes

* Added public app check

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-10-14 13:25:32 +05:30
Kiran Ashok
8c4072dbb6
fix :: converting data as per current code implementaion , xl dowload not working (#4424) 2022-10-14 13:16:36 +05:30
Kiran Ashok
4b0d6532bf
fix:: resizer not visible in preview mode (#4427) 2022-10-14 13:10:07 +05:30
Kiran Ashok
dab5f9d97d
Fix :: user group table ui breaking (#4418)
* fix :: user group table breaking ui

* cleanup
2022-10-14 12:52:43 +05:30
Kiran Ashok
80a4df6022
Bugfix :: Table sort not visible (#4408)
* bugfix :: table sort missing fix

* bugfix :: sort triggering issue
2022-10-14 11:28:12 +05:30
abhishekpatil4
0826c32302
Fixed the buttons default text color to #000 (#4361)
* fixed the buttons default text color

* fix

Co-authored-by: arpitnath <arpitnath42@gmail.com>
2022-10-13 20:51:30 +05:30
Arpit
ba178a131a
[Bugfix] fix filter change with select component and scroll options with multiple filters (#4404)
* fixes: selecting colum filter with react-select component

* add scrolling for multiple filters

* handles chaning

* updates: exposed variables
2022-10-13 17:53:11 +05:30
Kiran Ashok
544f6c403f
[ Improvement ] :: Table widget (#4092)
* fix :: resizing columns lead to sorting bugfix

* table width set to 100% always

* fix :: if filter is applied- download filtered data only

* add option to change number of results per page - client side pagination

* style fix

* removing space

* added option to show total records in serverside pagination , disableing navigation buttons

* number type

* name update

* updating position and conditional  adding of new properties

* fix :: name change , only visible on clientside pagination

* fix :: removing scrollbar table

* updated with for borderless table

* fix :: removing scrollbar on 100 % width

* fix :: sort bug

* remove rowsper page on server side pagination

* update fix:: enable next and prev buttons - pagination

* fix :: name change , default set to true for server side pagination buttons

* Have enablePrevButton and enableNextButton fallback to true

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-10-13 17:21:14 +05:30
Kiran Ashok
a7f925d52e
[ Feature ] :: Reorder Table columns using drag and drop (#4327)
* column reordering using dnd

* fix :: drag handler area made as whole header

* setting drag item close to cursor

* removing padding

* style fix :: sort and dragger

* removing width :: making draggable element width same as th row width

* temperory fix :: table drag attachment to cursor
2022-10-13 17:09:45 +05:30
Kiran Ashok
e99fff4508
Enhancements :: Table bugfixes and option for pagination number added (#4083)
* fix :: resizing columns lead to sorting bugfix

* table width set to 100% always

* fix :: if filter is applied- download filtered data only

* add option to change number of results per page - client side pagination

* style fix

* removing space

* number type

* fix :: name change , only visible on clientside pagination

* fix :: removing scrollbar table

* updated with for borderless table

* fix :: removing scrollbar on 100 % width

* fix :: sort bug

* remove rowsper page on server side pagination

* Enhancement :: table events :: onHover (#4104)

* adding over event

* added event to utils

* changed to mouseover

* fix :: limiting multiple hover triggers

* fix case :: when row is hovered and cursor moved out and in to same row , trigger event

* attaching ref to mouseover event

* restricting hover only if hover event is added

* using check for events

* code bugfix

* optimize

* fix :: filter download

* revert :: lock files frontend
2022-10-13 15:16:37 +05:30
Kiran Ashok
5a88464600
Feature :: Table sort disable/enable (#4142)
* feat :: disable sorting

* disable action buttons

* cleanup

* cleanup

* revert :: unwanted changes
2022-10-13 14:32:44 +05:30
Kiran Ashok
f734ba0d3a
[ Feature ] :: Table :: event on discard changes :: (#4158)
* discard changes :: event added

* develop merge
2022-10-13 14:25:47 +05:30
Sherfin Shamsudeen
b98d68ad04 Add optional chaining operator to avoid crash while reading autogenerateColumns property 2022-10-13 14:21:58 +05:30
Kiran Ashok
e0a4e90bf8
Feature :: Table - option to hide columns (#4284)
* feat :: functionality to hide/show columns

* dropdown hide columns

* theme dropdown

* added toggle all option

* fix :: icon import from lib

* revamp :: changing from internal state to bootstrap poopover

* updated with react popover

* Change text from "Toggle All" to "Select All" in table column selector

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-10-13 14:15:40 +05:30
Midhun G S
e6e96817e5
Show user list for all groups other than all users (#4398) 2022-10-13 13:20:26 +05:30
depa panjie purnama
9a6849f270
[localization] translate strings (editor & header) section in Indonesian (#4308)
* add Indonesian localization

* add Indonesian localization for editor section

* add Indonesian localization for header section
2022-10-13 12:14:01 +05:30
Utsav Paul
40535a56ab
[docs] Fix Redirect error (#4395)
* Update docusaurus.config.js

* Update docs/docusaurus.config.js

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2022-10-13 12:13:13 +05:30
Arpit
bdbd98bcd2
fixes: exposes the latest currentData in the table (#4364) 2022-10-13 11:18:20 +05:30
Sherfin Shamsudeen
c1adcc9e2c
Feature/automatic columns generation (Task ID: CU-2vjwn7r) (#4149)
* Remove unnecessary setting of columnSizes in table inpector

* Rough implementation of autogeneration of table columns

* Use custom mapping for autogeneration of table columns

* Use setTimeout to prevent race conditions while storing autogenerated columns

* Autogenerate columns only on new tables

* Do not generate columns that were deleted previously

* Autogenerate columns only in edit mode

* Re-render Inspector whenever app definition is updated

* Refactor table column auto-generation

* Remove unnecessary console.log

* Add Number data type support for table column auto-generation

* Remove unnecessary console.log

* Ensure that column key is stored in deletion history if it is available
2022-10-12 22:26:10 +05:30
Dmitriy Danilov
0e7a4e6b38
Hide Apps tab for Admin (#2634) (#4221)
* Hide Apps tab for Admin

* Made users tab active is apps is not visible

* Add loading for groups, fix format issues

Co-authored-by: Dmytro Danylov <icdmytro.danylov@americanwell.com>
2022-10-12 21:57:12 +05:30
depa panjie purnama
4ac32b69d2
Add Indonesian localization (#4287) 2022-10-12 12:07:28 +05:30
Zunaid Ahmed
06b73288c0
Translated component manager in french (#4371) 2022-10-12 12:02:10 +05:30
John Bampton
33d0d6db9f
[docs] Fix spelling and fix whitespace in Markdown (#4377)
MD019 Multiple spaces after hash on atx style header

MD023 Headers must start at the beginning of the line

MD038 Spaces inside code span elements

https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
2022-10-12 12:01:16 +05:30
Akshay
956916af48
Add docs for ECS (#4370)
* add docs for ECS

* Formatting

* fix spell

* update doc for default user

Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
2022-10-11 16:41:38 +05:30
prateek565
70a90b2443
Added Border color style property to Container widgets (#4202)
* Update Container.jsx

* Update widgetConfig.js

* Update frontend/src/Editor/Components/Container.jsx

small edit

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update frontend/src/Editor/WidgetManager/widgetConfig.js

small edit

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update widgetConfig.js

shifted border color next to border sradius

* Update Container.jsx

small changes

* Update widgetConfig.js

Co-authored-by: Arpit <arpitnath42@gmail.com>
2022-10-11 13:47:15 +05:30
John Bampton
ca5fe39751
all: fix spelling (#4326)
Fixes typos, fixes a file name.

Minor whitespace removal from link
2022-10-11 13:46:40 +05:30
Vishnu R Kumar
e4b5b6ee17
[feature]:: Mariadb plugin (#4090)
* Integrate mariadb plugin

* Add mariadb logo

* Fix typo and add default connection limit - mariadb plugin
2022-10-11 13:13:59 +05:30
Sherfin Shamsudeen
8cf29bd7d2 Merge branch 'main' into develop 2022-10-11 12:07:21 +05:30
Sherfin Shamsudeen
2e52e34dc2 Update hotfix version 2022-10-11 11:41:53 +05:30
Varun
f749652efb
[docs] Fix typos and grammatical errors in adding-widget.md (#4366) 2022-10-11 10:29:47 +05:30
Froosty
082be1b63d
Feature/list view border color (#4300)
* Update widgetConfig.js

* Update Listview.jsx

* Update widgetConfig.js

* Update Listview.jsx

* Update frontend/src/Editor/Components/Listview.jsx

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2022-10-11 09:10:30 +05:30
Vedant Borkar
e647ae3acb
Added border color property to button styles (#4356)
* Update Button.jsx

* Update widgetConfig.js

* Update widgetConfig.js
2022-10-11 09:08:34 +05:30
Mike
92db31232f
[docs] Update architecture.md (#4368) 2022-10-11 09:06:48 +05:30
Arpit
8c4c7249a8
[Improvements] Table: Adds Support for Server side filtering (#4349)
* init

* adds server side filtering ability

* clean up

* fixes: on clearing filters, the event should triggered with latest update

* fixes: handle multi-filters

* debounce the fireEvent
2022-10-11 09:05:40 +05:30