Commit graph

178 commits

Author SHA1 Message Date
navaneeth
3dd9292280 Feature: Minor UI improvements 2021-06-10 07:54:11 +05:30
navaneeth
d95cd5bb3c Feature: Mobile layput for container widget & it's children 2021-06-04 20:21:36 +05:30
navaneeth
1a719ce71e Feature: Highlight selected component 2021-06-04 18:52:22 +05:30
navaneeth
e321500cb5 Minor UI fixes 2021-06-04 09:31:09 +05:30
navaneeth
1135c51518 Feature: New widgets can be dragged to mobile layout 2021-06-03 22:46:36 +05:30
navaneeth
4700063eef Feature: Scale widget width to fit mobile devices 2021-06-03 22:10:54 +05:30
navaneeth
94bede4269 Feature: Switch visibility on devices 2021-06-03 20:36:49 +05:30
navaneeth
03a71a6352 Feature: Mobile layout 🔥🔥🔥 2021-06-03 18:35:01 +05:30
navaneeth
56230c998b Saving a query should not reset widget data 2021-06-03 12:40:54 +05:30
navaneeth
44cf3d7eff Minor UI fixes 2021-06-01 10:25:22 +05:30
navaneeth
ab03d55d50 Remove external svg dependencies 2021-05-31 16:08:18 +05:30
navaneeth
68bf100b75 Fixed the react issue that caused table size reset 2021-05-26 21:14:22 +05:30
navaneeth
feb6b5f082 Fixed layout for query manager 2021-05-24 18:39:00 +05:30
navaneeth
170f4c3798 Fix overlapping borders of query container 2021-05-22 20:19:16 +05:30
navaneeth
f4aac792b7 Refactor query manager to preview queries without editor dep 2021-05-22 18:27:36 +05:30
navaneeth
49aa29fb01 Feature: Query previews 🎉 2021-05-22 16:59:27 +05:30
navaneeth
e322b64206 Feature: Run queries from query manager list 2021-05-22 12:59:44 +05:30
navaneeth
ced5bf2868 Hide inspector tab icons on smaller screens 2021-05-22 11:00:40 +05:30
navaneeth
dca30ace65 Query editor should not close on saving 2021-05-21 11:01:20 +05:30
navaneeth
298fd8b098 Use react bootstrap tooltips to prevent multiple popups 2021-05-20 13:36:43 +05:30
navaneeth
9d4407958f States for editor buttons 2021-05-20 12:54:08 +05:30
navaneeth
c40dd34b32 Changed assets directory to work with firebase 2021-05-20 10:21:36 +05:30
navaneeth
f0ad806157 Change in architecture: query options should be computed on backend 2021-05-18 19:27:54 +05:30
navaneeth
da0b190b21 Child components should be deleted with parent 2021-05-17 11:42:11 +05:30
navaneeth
3c586ae5a8 Do not open inspector on component click 2021-05-17 11:34:25 +05:30
navaneeth
89f4523876 Avoiding unwanted resize initiation 2021-05-17 09:42:52 +05:30
navaneeth
53b25850f3 Inspector should open only when menu handle is clicked 2021-05-17 00:19:05 +05:30
navaneeth
e1d69d8496 Feature: Search widgets using Fuse 2021-05-15 13:29:11 +05:30
navaneeth
e2d9315d9a Changed layout of state inspector 2021-05-15 13:03:10 +05:30
navaneeth
17dac6b3ac Use spinner instead of skeleton for query & source panels 2021-05-14 18:55:59 +05:30
navaneeth
181d792034 Multiple UI bug fixes 2021-05-07 22:10:11 +05:30
navaneeth
c58f01eb52 Fixes for public applications 2021-05-07 15:56:51 +05:30
navaneeth
2787d9efd5 Feature: Public applications 🎉 2021-05-07 13:55:09 +05:30
navaneeth
17031db21c Fix for queries cannot be run without refresh 2021-05-05 14:42:31 +05:30
navaneeth
deee605424 Switch inspector fields to CodeHinter 2021-05-03 21:25:29 +05:30
navaneeth
07ae9efe2e Query editor UI cleanup 2021-05-03 17:49:19 +05:30
navaneeth
1be42dbadd Fix for components on same kind not re-rending on inspector 2021-05-02 19:54:54 +05:30
navaneeth
afc56e80a9 Fix for incorrect value of globals in app currentstate 2021-05-02 12:09:37 +05:30
navaneeth
4923e4aec8 Mark query as not loading if the query fails 2021-05-02 11:53:56 +05:30
navaneeth
0e2b7a47f5 Fix for JSON tree data issues of state inspector 2021-05-01 23:35:44 +05:30
navaneeth
881ba05fd9 Feature: Edit component names 2021-05-01 22:28:34 +05:30
navaneeth
43c61f48e6 UI: Replaced colors, fixed minor bugs 2021-05-01 14:31:15 +05:30
navaneeth
0617dd080d Feature: Zoom levels for editor canvas 🎉 🎉 2021-05-01 01:23:52 +05:30
navaneeth
115cd13fa7 Fix for inconsistent canvas on lower resolution screens 2021-04-30 23:06:42 +05:30
Navaneeth Pk
8b481ae9f4
ESLint fixes (#138)
* ESLint fixes

* Eslinted
2021-04-30 13:40:57 +05:30
navaneeth
2e3e637eb2 Setup prettier, suggested fixes 2021-04-30 12:01:32 +05:30
navaneeth
7a3e87bea0 ESLint config and a few fixes 2021-04-30 11:44:03 +05:30
navaneeth
30b3057643 Set first query as the selected query 2021-04-28 13:09:13 +05:30
navaneeth
5ef1e4af11 Feature: Custom filter function for tables, equals filter 2021-04-27 21:34:20 +05:30
navaneeth
c8d45dc754 Skeletons for canvas and panels 2021-04-27 17:37:36 +05:30
navaneeth
817c09e69b Fir for table component crash when the data is not resolved to array 2021-04-27 15:26:15 +05:30
navaneeth
25fed89c61 Run configured queries on page laod in editor 2021-04-27 11:23:04 +05:30
navaneeth
7e7430745c Fixes for inconsistent loadingState, dataUpdates of table 2021-04-27 09:56:02 +05:30
navaneeth
5038f30621 Tooltips for table, minor UI changes 2021-04-27 09:30:56 +05:30
navaneeth
b9d4e0bffb Fix for toggle display not working for left panel 2021-04-27 00:43:26 +05:30
navaneeth
47829046fd Feature: Resizeable left panel 2021-04-27 00:28:23 +05:30
navaneeth
fdf23e439b Fix inconsistent display behavior of tooltips 2021-04-26 23:57:37 +05:30
navaneeth
25c642d626 Show feedback on button while query is running on editor 2021-04-26 23:38:49 +05:30
navaneeth
5624deb3dd Feature: Run queries from query editor, bugfixes 2021-04-26 23:24:41 +05:30
navaneeth
3fa5971851 State inspector based on currentState instead of definition 2021-04-26 19:36:20 +05:30
navaneeth
abd24dd356 Show/hide editor panels 2021-04-26 13:21:04 +05:30
navaneeth
91bf4bc525 Minimize query editor, bug fixes for query manager 2021-04-26 12:43:20 +05:30
navaneeth
ae5d9c64b7 Feature: Components should be able to fire events from editor 2021-04-26 11:02:02 +05:30
navaneeth
65e4184aef Feature: Code builder - autocomplete dynamic variables 2021-04-25 23:38:23 +05:30
navaneeth
758784a256 Display component variables as json, policy fixes 2021-04-25 20:07:16 +05:30
navaneeth
3be1f980f2 Setup react-tooltip, added tooltips for icons 2021-04-25 18:32:44 +05:30
navaneeth
d7528fffb6 Save app name on onBlur event 2021-04-25 14:37:00 +05:30
Navaneeth Pk
54b7c2269a
Feature: Editable tables (#123) 2021-04-24 13:24:36 +05:30
Navaneeth Pk
5cf8bfadfd
Feature: Google sheets as data source (#115) 2021-04-22 12:33:38 +05:30
navaneeth
00c18b63fd Empty states for queries and sources 2021-04-21 19:37:02 +05:30
navaneeth
a3cf5114aa BugFix: Disable drag in viewer mode 2021-04-21 12:22:57 +05:30
navaneeth
efc974aba5 BugFix for component size not being saved 2021-04-21 12:07:22 +05:30
Navaneeth Pk
4ad4a334f4
Feature: Resizeable columns for tables (#113) 2021-04-21 11:37:47 +05:30
Navaneeth Pk
6fa71618ef
BugFix for: Cannot change query on editor (#111) 2021-04-19 22:55:26 +05:30
Navaneeth Pk
87887bc314
reduce width of app name field (#107) 2021-04-19 21:20:34 +05:30
Navaneeth Pk
5763060d51
Feature: Ability to edit data sources (#99) 2021-04-19 17:02:53 +05:30
navaneeth
2f01a36a9e Frontend changes for deploying to firebase 2021-04-16 12:25:40 +05:30
navaneeth
ce3415ccd4 [73] Switch to insert menu after component removal 2021-04-14 19:04:19 +05:30
Tejaswini
849ee3730a [10] search components 2021-04-13 22:25:53 +05:30
Tejaswini
cfbd819de6 [38] Test postgres connection 2021-04-12 23:04:17 +05:30
navaneeth
dc203e70b7 Hightlight current version 2021-04-12 16:13:04 +05:30
navaneeth
14161b537f Deploy app versions 2021-04-12 15:59:53 +05:30
navaneeth
826f17ef96 Create version and save app definition to versions table 2021-04-12 15:47:13 +05:30
navaneeth
7ede5b8256 Display all app versions 2021-04-12 14:52:51 +05:30
navaneeth
f71c1e943e Component to display org users 2021-04-12 10:21:48 +05:30
navaneeth
9c93d4042b [68] Modal to display app users 2021-04-12 09:47:26 +05:30
navaneeth
8511965f9c Minor UI changes 2021-04-11 10:05:11 +05:30
navaneeth
f19f5be230 BugFix: UI breaks on left sidebar 2021-04-10 19:55:32 +05:30
navaneeth
8194a19eb6 Show query variables on sidebar 2021-04-10 19:38:43 +05:30
navaneeth
c748ad231a BugFix: Static ocmponent id on sidebar 2021-04-10 16:55:18 +05:30
navaneeth
65aea71e37 Feature: Show component variables on sidebar 2021-04-10 12:53:51 +05:30
navaneeth
a0e3f876e7 Resizeable feature for all components, minor fixes 2021-04-10 09:19:07 +05:30
navaneeth
977667e9d3 Feature: Executing transformations, trying new logo 2021-04-10 08:02:23 +05:30
navaneeth
020213869e Merge branch 'main' of github.com:ToolJet/ToolJet into main
# Conflicts:
#	frontend/src/Editor/Editor.jsx
#	frontend/src/HomePage/HomePage.jsx
2021-04-10 07:37:44 +05:30
navaneeth
601f9b65dc Feature: UI for transformations 2021-04-10 07:36:17 +05:30
Tejaswini Chile
47e467ec78
Removed react warning (#55) 2021-04-09 21:29:27 +05:30
navaneeth
900302f549 Feature: Resize components using visual editor 2021-04-09 15:09:28 +05:30
navaneeth
6698aca939 Show copy icon for queries only on hover 2021-04-08 16:25:16 +05:30
navaneeth
43618bd03b Minor UI corrections 2021-04-08 16:14:52 +05:30
navaneeth
ad50b339cb OpenAPI editor for stripe - initial version 2021-04-08 11:53:39 +05:30