Andrew Kingston
387723f9cf
Update click_outside handler to use a click even rather than mouseup for its second event to allow overriding
2024-05-20 11:05:53 +01:00
Dean
1602e97047
Added updated UX for updating app metadata.
2024-05-14 10:48:20 +01:00
Andrew Kingston
3c5a18c702
Remove logs, add comments to clickoutside util and fix grid right click menu
2024-05-02 19:09:26 +01:00
Andrew Kingston
ff23825241
Refactor clickoutside fix flashing side panel issues, but also fix annoying drag-outside closing actions
2024-05-02 16:46:58 +01:00
Andrew Kingston
a7f54eebdb
Remove all traces of flatpickr
2024-04-26 16:25:41 +01:00
Andrew Kingston
8f058756c3
Rename date picker flag to be more meaningful and ensure action menus never shrink
2024-04-25 16:43:51 +01:00
Andrew Kingston
8ac58fc0e7
Lint
2024-04-25 13:09:08 +01:00
Andrew Kingston
bdb3e3056d
Final updates to position dropdown rewrite with support for wrapping when being responsive to screen width
2024-04-25 12:49:25 +01:00
Andrew Kingston
9c244f6645
Rewrite position dropdown logic to be much smarter
2024-04-25 09:43:33 +01:00
Andrew Kingston
f08562e0e4
Add support for honouring original popover height in position dropdown utility
2024-04-25 09:01:31 +01:00
Andrew Kingston
80cbd70687
Improve clickoutside to handle right clicks properly
2024-04-25 08:46:51 +01:00
Andrew Kingston
68e679bb55
Update click_outside to be more robust
2024-04-12 14:26:41 +01:00
Andrew Kingston
2c27ef8294
Improve position dropdown and update click handlers to ignore new datepicker
2024-04-11 11:20:30 +01:00
Andrew Kingston
24f6761766
Revert clickoutside
2024-04-02 11:02:10 +01:00
Andrew Kingston
d71766b9a4
Revert clickoutside
2024-04-02 11:01:50 +01:00
Andrew Kingston
fd709308cd
Merge branch 'master' of github.com:Budibase/budibase into new-datepicker
2024-04-02 09:52:08 +01:00
Andrew Kingston
7d31536014
Fix issue with click_outside where non-function types could be stored as callbacks
2024-03-21 12:08:24 +00:00
melohagan
e4e6447cf6
Use clickoutside library to stop mouseup closing side panel ( #13193 )
...
* Use clickoutside library to stop mouseup closing side panel
* Revert "Use clickoutside library to stop mouseup closing side panel"
This reverts commit fbe574812e
.
* Use mousedown
* Add allowedType for clickoutside event
* Remove contextmenu listener
---------
Co-authored-by: Martin McKeaveney <martin@budibase.com>
2024-03-20 15:16:19 +00:00
Andrew Kingston
5666a965e0
Fix issue with click_outside and drawers
2024-03-13 13:01:44 +00:00
Andrew Kingston
ce0ad154da
Merge branch 'master' of github.com:Budibase/budibase into cheeks-lab-day-binding-eval
2024-03-11 09:33:46 +00:00
Andrew Kingston
e2fe279842
Exclude drawers from click_outside callbacks, unless registered inside a drawer
2024-02-27 14:30:21 +00:00
Andrew Kingston
1e74fe0cb7
Improve popover positioning, improve drawer styles and performance
2024-02-27 09:24:26 +00:00
Andrew Kingston
602f35537d
Support custom min widths for popovers
2024-02-19 16:28:23 +00:00
Dean
7895292705
Add offset to custom positioning. Reusing existing prop
2024-02-15 16:16:30 +00:00
Andrew Kingston
a880c5e62a
Update outside popover styles
2024-02-02 10:27:23 +00:00
Mel O'Hagan
af9824c2ae
Revert old picker styling from 2.10
2024-01-22 12:35:23 +00:00
Andrew Kingston
b2352157cd
Improve grid integration with new datepicker
2023-11-03 20:27:30 +00:00
Andrew Kingston
4fa4b2944f
Add editable month and year picker to calendar
2023-11-02 17:20:36 +00:00
melohagan
3f1ec54fe9
Relationship picker searching enhancement ( #11639 )
...
* Search for initially set value and add to options
* Only append option if needed
* Handle change
* Open dropdown on search
* Avoid duplicates
* Add client side search
* lint
* Offset popover
* refactor
* Refactor
* refactor
2023-09-06 16:38:11 +01:00
Dean
13f6fed101
UX Enhancements and custom positioning behaviour for the popover
2023-08-25 11:19:28 +01:00
Andrew Kingston
f0e7f481de
Merge branch 'design-section-feature-branch' of github.com:Budibase/budibase into screen-theme-rightpanel
2023-08-23 16:20:55 +01:00
Andrew Kingston
58820cacdb
Fix nullish check in position dropdown logic
2023-07-25 11:53:03 +01:00
Dean
d94fe7c2eb
Moved screen settings/theme into the new rightpanel structure. Refactord the color picker to help with positioning. Removed dead home link
2023-07-20 11:32:48 +01:00
Dean
e8c6185add
Refactoring and some styling updates
2023-05-29 21:19:44 +01:00
Andrew Kingston
5b0ba593b8
Move modal consideration CSS selector up a few levels to underlay to prevent modal close clicks triggering external handlers
2023-05-05 09:18:00 +01:00
Andrew Kingston
e01e91e075
Fix row selection being cleared when exporting rows, and ignore download-js click events in click-outside handler
2023-05-05 09:13:06 +01:00
Andrew Kingston
876522bf1e
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-04-18 10:48:53 +01:00
Gerard Burns
7e5b99aa84
Fix Help Menu ( #10257 )
...
* Fix Help Menu
* PR Feedback
* linting
2023-04-18 10:37:11 +01:00
Andrew Kingston
4d34c8b65b
Restore missing event handler
2023-04-11 17:35:51 +01:00
Andrew Kingston
dbf5bfe83d
Ensure all sheet feature flags work as expected and fix multi row deletion
2023-03-31 12:00:32 +01:00
Andrew Kingston
c4e3667b6c
Merge branch 'develop' of github.com:Budibase/budibase into just-dataspace-things
2023-03-09 17:54:58 +00:00
Andrew Kingston
04fc1be3d2
Add max height to popover when rendering above anchor ( #9945 )
2023-03-08 15:50:15 +00:00
Andrew Kingston
a25af10c0e
Count context menu clicks when considering the click outside handler
2023-03-07 11:54:41 +00:00
Andrew Kingston
659cfd2492
Misc fixes and improvements ( #9503 )
...
* Rewrite position dropdown helper to properly work as a svelte action, improve performance and fix bugs
* Update action button styles
* Update spacing on some onboarding pages and update background gradient
* Prevent special characters in first app name
* Fix type in onboarding tour
* Default first app name and url to having a value
* Update text in first app onboarding file upload
* Fix double mounting of apps page causing issues and templates error
* Fix null app ID when creating your first app using data upload
* Fix app deletion not causing app list to be refreshed
2023-02-02 10:06:41 +00:00
Andrew Kingston
f753116af4
Add configurable dropdown to popovers to allow styling without needing data-cy
2023-02-01 08:28:50 +00:00
Gerard Burns
dd343a5946
New App Onboarding ( #9489 )
...
* New App Onboarding
* Lint
* Move app creation onboarding into its own route
* Fix quiet action button variant
* Fix alt attribute background image flashing
* Update routing logic and redirects to show app creation onboarding
* Navigate to data rather than design upon initial app creation to allow tour to function properly
* Tidy up popover logic and remove tip functionality
* Fix binding popovers
* Lint
* Silence spammy warnings from the builder
* Exclude SVG files from rollup plugin image to fix spectrum icons
* Fix help menu icon colours not working in light themes
* Tweak help menu styles
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-01-31 19:34:32 +00:00
Dean
67ebe422fe
Feedback updates
2023-01-29 21:28:46 +00:00
Dean
2b4d28edb4
Merge remote-tracking branch 'origin/develop' into feature/user-onboarding-overlays
2023-01-27 20:21:33 +00:00
Andrew Kingston
2211becdba
Fix certain types of popover not working inside modals or side panels ( #9424 )
2023-01-27 14:38:31 +00:00
Dean
a9ce6e9cc0
Minor fixes for reactivity issues and some updates
2023-01-23 09:06:21 +00:00