Commit graph

236 commits

Author SHA1 Message Date
Yash Soni
765fdf007a
launch btn css fix (#1308) 2021-10-28 02:44:31 +05:30
akk312000
0192563232
Breadcrumbs not visible in dark mode #1028 (#1313)
* Added email field on profile page

* Fix:Breadcrumbs not visible in dark mode
2021-10-28 02:35:18 +05:30
navaneeth
669bc896fc Merge remote-tracking branch 'origin/main' into develop 2021-10-26 18:34:40 +05:30
Arpit
ed3b166628
select search component fixed: event manager - actions (#1303) 2021-10-26 17:08:52 +05:30
Nishant Samel
89c1f3f02c
Fixes logo alignment issue (#1291) 2021-10-26 10:03:25 +05:30
Rodolfo Nei
d5b062701a
fix widget documentation link to persist the applied theme (#1293) 2021-10-26 10:02:34 +05:30
Gurvir
f10727068e
Removes empty rulesets and commented out code (#1254) 2021-10-25 09:06:30 +05:30
SAI SUMANTH KUMAR
3ec6e2d06a
dropdown to H1 - H6 tags in Text Editor (#1207) 2021-10-24 20:43:55 +05:30
Mohammad Farhan
36d39cb47b
Fixes close button in dark mode (#1187) 2021-10-24 19:49:00 +05:30
Raj Mhatre
a238efe062
fixed edit icon in databse section in dark mode (#1215) 2021-10-24 19:47:36 +05:30
SAI SUMANTH KUMAR
eec6263dda
Fixes the overflow issue of text editor (#1214)
* Update DraftEditor.jsx

* Update theme.scss
2021-10-23 17:50:53 +05:30
Sherfin Shamsudeen
65b5735b74
Feature/resize dropdowns (#1206)
* Resize dropdown height

* Fix for label

* fix

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-10-22 14:42:37 +05:30
Sherfin Shamsudeen
a7502e5f03
Feature/cell types (#1194)
* Add custom spacing for table cells

* Add migration to set every tables cell spacing compact

* Rename cellSpacing to cellSize

* Add documentation for table cellSize
2021-10-22 07:49:51 +05:30
Bhavin Ag
37d3bb4ae9
update theme toggle position to bottom (#1186) 2021-10-21 22:57:31 +05:30
Trevor Bayless
8ccdb3eedb
Update theme so all hr-text classes respond to theme switching (#1168) 2021-10-21 07:48:17 +05:30
Aratrik Pal
25009b3a2a
Email should not be clickable #972 (#1163) 2021-10-20 22:50:29 +05:30
Ksathwik03
82b1237128
Remove border radius of container widget (#1151) 2021-10-19 16:52:51 +05:30
Raj Mhatre
ccb5df757e
fixed edit icon in inspector not visible in dark mode (#1133) 2021-10-18 20:16:44 +05:30
Arpit
78d0ce343b
Bugfix: fix widgets alignment consistency (#1083)
* widgets dimensions updated: follow up PR-#869

* removed unwanted console.log

* toggle widget minor tweaks

* Fixes the padding of dropdown & multi-select dropdown

* Minor corrections

* Fix padding of datepicker and date range picker

* Fix for toggle switch

* fix checkbox and removed duplicate classname in radio widget

* multi-select width update

* fixed widgets styles

* alignment consistency

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-10-16 08:44:29 +05:30
Raj Mhatre
26cba4ece9
fixed dark mode text in groups page (#1099) 2021-10-16 08:41:34 +05:30
Srijit Mondal
ee047f441f
Aligns blue bottom border in query editor (#1033) 2021-10-14 13:44:58 +05:30
Raj Mhatre
7565ea5b20
Fixes section header color in dark mode (#1009) 2021-10-13 23:08:41 +05:30
Mohammad Farhan
99cb7fca78
missing table horizontal scroll fixed (#1017) 2021-10-13 22:31:54 +05:30
Deepanshu Dhruw
a1a4637eb5
updated font-weight of add folder button #956 (#960)
* updated font-weight of add folder btn

* added font-weight:500 css class in theme.scss and updated folder create classes
2021-10-11 08:31:03 +05:30
Sherfin Shamsudeen
258ba5c1da
Use focus pseudoclass instead of focus-within to highlight table-row (#925) 2021-10-07 13:13:53 +05:30
Arpit
22cfe0af89
Follow up PR to #869: update widgets size (#877)
* widgets dimensions updated: follow up PR-#869

* removed unwanted console.log

* toggle widget minor tweaks

* Fixes the padding of dropdown & multi-select dropdown

* Minor corrections

* Fix padding of datepicker and date range picker

* Fix for toggle switch

* fix checkbox and removed duplicate classname in radio widget

* multi-select width update

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-10-07 12:22:02 +05:30
Sherfin Shamsudeen
c2e97af003
Selected row should be highlighted for table widget (#902)
* Add functionality to highlight selected row

* Add migration to set highlightSelectRow to false for existing tables

* Add documentation for highlighting selected row

* Support highlighting selected row for striped table
2021-10-05 19:36:30 +05:30
Maurits Lourens
f1b80e1a07
Make table headers more legible in dark mode (#891) 2021-10-05 07:48:17 +05:30
Navaneeth Pk
5c380d98e8
Multiple minor fixes for table widget (#871) 2021-09-30 08:43:22 +05:30
Viraj Bahulkar
41387a32b9
Fix event handler name not visible in darkmode (#844)
* Fix event handler name not visible in darkmode

* Add filter property for dark and light colors

* Add class next to .theme-dark for darkmode
2021-09-27 19:37:02 +05:30
Gandharv
ec4fc4e582
Fixes striped table when element selected is text/dropdown/multiselect/editable/datepicker (#740)
* fix: striped table when element selected is text

* fix: when column type is dropdown fix ui

* fix: when category-type is multiselect

* fix: make overflow-x scroll so that more radio buttons can fit

* fix: when column is editable fix styles

* add text styles: additional

* fix: datepicker + striped table

* multicursor trick if to switch - witchcraft

* fix: add array check in tags component

* fix: action  buttons

* merge badge and badges case

* change overflow x to initial - temporary

* fix conflict

* add padding left, right

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

Co-authored-by: Sherfin Shamsudeen <sherfin@tooljet.io>

* increase min height from 35 -> 55

Co-authored-by: Sherfin Shamsudeen <sherfin@tooljet.io>
2021-09-27 18:27:06 +05:30
Arpit
5d0ae0ed69
Canvas grid resized when resizing a component and component snaps to the nearest grid. (#792)
* canvas grid resized when resizing a component and component snaps to the new next grid size

* resize grid while dragging and resizing a component in the canvas

* values refactored backward

* Minor changes

* Few more fixes

* remove resizer-selected

* Anotehr change

* Revert "Anotehr change"

This reverts commit 63a3649bff.

* clicking on canvas area, dis-selects the widget and selectedComponent={}

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-09-27 15:18:02 +05:30
Ajinkya Deshmukh
603108014f
Fix for query button size (#814)
* querry button size fix

* lint fixes
2021-09-23 09:52:53 +05:30
Gandharv
f09542180f
add datasource type into individual schema (#762)
* feat: add datasource type into individual schema

* add active class when dark mode

* fix: change type key to source
2021-09-22 10:43:12 +05:30
Akhil G Krishnan
e14577a0db
Minimum text height added for dropdown elements. (#811) 2021-09-21 19:20:40 +05:30
Gandharv
5bb0594973
Enable suggestion box for codehinter (#737)
* enable suggestion box for codehinter

* add heading as type of the preview

* add preview only on focus

* remove box shadow

* add background to widget inspector documentation footer link

* doc footer updats

* add condition where boolean value was not getting printed

* use index as key
2021-09-15 21:10:59 +05:30
Navaneeth Pk
b1638dc0cb
Fix dropdown text height (#749) 2021-09-14 11:57:14 +05:30
Gandharv
dcecde5617
Add bg if the sidebar item is selected: (#730) 2021-09-12 09:54:47 +05:30
navaneeth
980198c4fb Focused widgt should always be in the foreground 2021-09-08 14:24:51 +05:30
Akshay
2d20e262c9
Feature: Data query runs can also run events (#666)
* add capability to add events on data query runs

* UI fixes

* change popover placement to top
2021-09-06 20:10:51 +05:30
Navaneeth Pk
b12cc7f309
Input validation for widgets (#693)
* Validations

* Fix

* Validation for table cells

* fix
2021-09-06 14:20:38 +05:30
navaneeth
6d4ccd607c Theme color fixes for dark mode 2021-09-05 11:34:49 +05:30
navaneeth
696c5358d4 Remove extra margins from dropdowns 2021-09-05 11:02:17 +05:30
navaneeth
ab375398db Correct the dimensions of dropdowns for UI consistency 2021-09-05 10:42:03 +05:30
Gandharv
750d4b1d27
Reduce height of editor header from 56 -> 48px (#686)
* fix: reduce height of header from 56 -> 48px

* fix: tab highlight
2021-09-05 10:28:10 +05:30
Gandharv
bd98fbdeee
fix: query pane margin (#683) 2021-09-03 10:31:01 +05:30
Navaneeth Pk
8041834210
Show map center (#678) 2021-09-02 20:50:42 +05:30
Arpit
67ca8f1461
Feature: disable widgets (#653)
* widgets can be disabled

* removed whitespace

* move to styles definitions

* default values fixed with nullish operator

* proper data attributes

* generic resolver function for widget value

* renamed the style property
2021-09-02 19:41:59 +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