* 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>
* 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
* 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>
* 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>
* 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
* 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>
* 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
* Add query params option to Go-to-app action
This commit adds support for setting query params for the
go-to-app action. When the new app is launched, the passed in
object will be sent as search query params.
* Allow user to enter URL params in multiple input boxes
* Abstract goto-app action logic to a separate container
* Supply necessary newline
* Set 'type' of 'app' property of go-to-app action to 'text'
* List only those apps that has proper slugs for goto-app action
* Modify goto-app action config panel to support Event Manager
* Use EventManager instead of EventSelector for table action config
* Add data migration to make old apps support multiple event handlers
* Fix UpdateDefinitionsForTableActionEvent migration
This commit ensures that the migration recreates onClick event properly
* Fix bug that caused an 'onBulkUpdate' event to be created during migration
* Remove EventSelector
* Add margin above `remove handler` button on Table actions inspector panel
* feat: add left sidebar new ui ❇️
* new: add svg spring motion dark mode icons
* - add tooltip
- reduce icon size to 20px h&w
- fix indentation
* remove logs
* fix: typo
* fix: on click of arrow the ref was not captured, react repo has reference to this issue at : https://github.com/facebook/react/issues/20325
* css fixes
* color changes for moon icon
* revert css'
* fix back button not working due to incorrect clean up function
* feat: add use-router hook component
* - make sun svg have a white circle inside
- fix the alignment of darkmode toggle on homepage
* fix: pkg lock after fresh install with 7.20.x
* Send invitation tokens with the response to GET:organizations/users
* Add column in users table displaying 'copy invitation' button
This commit also makes the app generate corresponding invitation
URL and copies it to the clipboard.
* Add 'Copy invitation' button next to user's 'invited' status
This commit adds an icon button next to the 'invited' label
of users who are invited. Clicking on the button will copy the
corresponding invitation URL to clipboard, and will also
display a notification that says 'Invitation URL copied to clipboard'
* Remoce unnecessary import of Button
* Remove unnecessary empty line
* Remove unnecessary skeletal line
* Supply a newline at the end of theme.scss
* Show 'Copy invitation' button only for admins
* Send invitation token to front-end only if an admin is logged in
* Show 'copy invitation' button only if invitation token is available
* Dark mode part 1
* Dark mode part 2
* Dark mode part 3
* Dark mode part 4
* Dark mode part 5
* Dark mode part 6
* Dark mode part 7
* Dark mode part 7
* Dark mode part 8
* set light mode as default
* Dark mode part 9
* Dark mode part 10
* Dark mode part 11
* add migration to create slug for apps
* update migration file to include default slug population
* update schemafile
* add capability to get app by slug
* add capability to frontend to set and fetch app by slug
* remove unrelated changes from lint
* respond default 204 itself when success else render error
* make input field to show error when slug taken
* wip: show error message
* Cleanup
* add new route to fetch app by slug
* add slug to show json jbuilder
* update react components to fetch app by both id and slug
* fix launch link not being set
Co-authored-by: navaneeth <navaneethpk@outlook.com>