Commit graph

1251 commits

Author SHA1 Message Date
navaneeth
46cb7fd64a Discarding changes should also refresh table data 2021-09-01 22:13:13 +05:30
navaneeth
8951f89792 Compare with default value of string cells before update 2021-09-01 21:40:45 +05:30
navaneeth
f395541b0f Table cells of default type should be editable 2021-09-01 21:33:17 +05:30
navaneeth
4f0c08126c Popover pin should be darker when pinned 2021-09-01 21:29:18 +05:30
Arpit
b140e72f11
Feature: pinned popovers for Debugger and Inspector (#651)
* pinned popover for debugger

* pinned popover

* inspector pinned icon aligned
2021-09-01 21:22:47 +05:30
Arpit
341ab2cae5
Fix for dashboard scroll issue (#668) 2021-09-01 21:07:24 +05:30
Gandharv
4b0c9e95c1
Redesigned widget sidebar (#655)
* design: change widget sidebar design

t # with '#' will be ignored, and an empty message aborts the commit.

* add empty text if search invalid

* fix: the expand query button getting cut

* make css changes

* small rgb fix

* add bg color

* feat: add integration section

* update categories

* add text, datepicker to common list

* remove space from title

* fix canvas alignment

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-09-01 18:41:17 +05:30
Arpit
3d260f3d4b
Datepicker widget format (#663)
* bug fixed: datepicker widget format

* tab alignment && whitespace
2021-09-01 17:51:52 +05:30
Arpit
cc737393ff
Set default value for radio buttons (#665) 2021-09-01 17:49:59 +05:30
Gandharv
e7a254022b
change text i/p outline to gray-400 (#667) 2021-09-01 17:46:38 +05:30
navaneeth
d6525b6bf7 Use accessor instead of headers for matching cell data 2021-09-01 15:49:36 +05:30
Navaneeth Pk
dd3dc82f01
Table should refresh data if properties of a cell changes (#661)
* fix

* fix
2021-09-01 13:06:14 +05:30
Gandharv
a8c9845aa0
Remove overflow from table widget (#660) 2021-09-01 13:00:09 +05:30
navaneeth
b724b56eb0 Merge branch 'develop' of github.com:ToolJet/ToolJet into develop 2021-09-01 11:04:53 +05:30
navaneeth
5601d9e5e0 Update widget icons 2021-09-01 11:04:34 +05:30
Gandharv
633e8c9e88
fix datepicker styles (#658) 2021-09-01 10:25:59 +05:30
navaneeth
8a462c1fd1 Vertically align cell contents 2021-09-01 10:13:14 +05:30
navaneeth
f0b181df89 Style fixes for widgets 2021-09-01 09:43:00 +05:30
navaneeth
26a6d97461 Merge branch 'develop' of github.com:ToolJet/ToolJet into develop 2021-09-01 09:42:22 +05:30
navaneeth
1118d9ca77 [docs] cleanup star rating reference 2021-09-01 09:42:04 +05:30
navaneeth
a6adeb8130 [docs] Use markdown instead of html for line breaks 2021-09-01 09:41:48 +05:30
Sherfin Shamsudeen
93bb91aca7
Fix for sizes of table action columns (#657) 2021-09-01 08:25:46 +05:30
Akshay
6703244857
Fixes map marker (#648) 2021-08-31 22:06:31 +05:30
Gandharv
1bfc6602fc textfield: firefox scrollbar issue fix (#650)
* textfield: firefox scrollbar issue fix

* cross-button: in widget inspector the cross was misaligned

* replace overflow scroll with auto
2021-08-31 19:40:11 +05:30
navaneeth
fffd11cbb1 Merge branch 'release/v0.7.0' into develop 2021-08-31 18:37:49 +05:30
navaneeth
eb1acd85a6 Bump ToolJet version 2021-08-31 18:37:16 +05:30
Sherfin Shamsudeen
c7393ac66a
Merge pull request #649 from ToolJet/bugfix/action-button-position-change-recompute
Recompute table columns whenever action button position is changed
2021-08-31 17:17:49 +05:30
Sherfin Shamsudeen
755ba99f87 Recompute table columns whenever action button position is changed 2021-08-31 17:03:45 +05:30
Sherfin Shamsudeen
214b99cd10
Feature: display action button on left (#647)
* Add option to set poisition of table action button

* Display table actions on the left if their position is set to left

* Replace 'buttonPosition' with 'position' for table actions

* Use SelectSearch instead of html select

* Display actions column only if actions are present
2021-08-31 16:07:38 +05:30
navaneeth
12d8c4af28 Fix for REST API query previews returning 403 2021-08-30 23:36:05 +05:30
navaneeth
d4127736d6 Move the logic for option serializing to server 2021-08-30 23:15:31 +05:30
navaneeth
0547b2b25b Fix for preview errors if options contains null 2021-08-30 22:51:53 +05:30
navaneeth
347403edbd Set bg color for toggle only when checked 2021-08-30 22:19:12 +05:30
navaneeth
a98eda9f95 Fix for query runs 2021-08-30 21:09:12 +05:30
Sherfin Shamsudeen
61d612ed64
Bugfix/component editing inside container (#641)
* Add support for editing and deleting components inside container

* Dont allow config handle click event to propagate

* Supply removeComponent method for Container component
2021-08-30 18:53:58 +05:30
navaneeth
ce274447f4 Minor style fix for editing version 2021-08-30 18:44:27 +05:30
Arpit
7f9f9cb418
backward compatibility for visibility (#640)
* show or hide widgets

* backward compatibility for visibility
2021-08-30 18:21:09 +05:30
Akshay
82f76e2799
Feature: app version preview & edit (#639)
* add ability to preview and edit versions

* add specs for get app versions

* create new app versions from prev definition

* fixes

* move default slug creation outside typeorm transaction

* set slug as app id when null

* fix app creation response

* fix entities not loading on test env

* add e2e test for version creation scenarios

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-08-30 17:13:27 +05:30
Arpit
d6f5fd17dd
Feature: Show or hide widgets (#638) 2021-08-30 17:13:05 +05:30
Gandharv
365e9e3cb3
Redesigned Rest api query builder 🎉 (#612)
* feat: add rest api new design

* fix page break on create/save query

* remove console.log

* align the i/p fields

* rename files

* remove border from i/p

* remove hover styles

* fix: filter empty headers, url_params, body

* fix when editmode headers empty

* fix the options on preview getting null

* fix navlink color on dark mode

* add color for non active tab in dark mode
2021-08-30 16:55:27 +05:30
Arpit
d1d3eb1421
Feature: clear button debugger (#624)
* debugger

* debugger.2

* empty options

* json styles

* positioning the divider for each queries

* refactored for generic cases

* bug fix: a single log for each datasource

* feature: notification-badge for debugger

* show badge when notification count is greater than 0

* notification badge

* removed

* not req for badge

* clear button: debugger

* json alignment
2021-08-30 16:23:12 +05:30
Gandharv
d619e8adfd
[docs]: widget reference for rating (#636)
* docs: star widget 

* fix puncuation
2021-08-30 14:41:30 +05:30
Chetan Kumar
cd14d77aa0
[docs] add missing database config in .env (#634) 2021-08-30 08:02:23 +05:30
navaneeth
1fdc4a1f23 Stability fixes for REST API query editor 2021-08-29 21:33:40 +05:30
Arpit
a6e2bcec6d
Feature: notification badge-indicator [debugger] (#616)
* debugger

* debugger.2

* empty options

* json styles

* positioning the divider for each queries

* refactored for generic cases

* bug fix: a single log for each datasource

* feature: notification-badge for debugger

* show badge when notification count is greater than 0

* notification badge

* removed

* not req for badge

* resolves

* badge styles

* edge case
2021-08-29 19:46:33 +05:30
navaneeth
c4d087560d Minor style fixes 2021-08-29 12:24:27 +05:30
navaneeth
1e2a6dfef5 BugFix: style consistency for color picker 2021-08-29 12:07:20 +05:30
navaneeth
eb2ebb207e Chore: codehinter for table cell properties 2021-08-29 11:45:57 +05:30
Navaneeth Pk
15e58c0b26
Feature: types for tables (#632) 2021-08-28 21:40:45 +05:30
Navaneeth Pk
21fa8518ab
Feature: customise color property of toggle type cells (#630) 2021-08-28 20:57:10 +05:30