Sam Rose
84d9f6816c
Enable a variety of useful looking lints.
2024-12-09 12:52:21 +00:00
Andrew Kingston
ab0f81824d
Update to use new shared-core location for theme utils
2024-10-24 09:35:55 +01:00
Andrew Kingston
247d57887a
Remove lightest and dark themes, use enums for themes, standardise naming
2024-10-24 09:07:36 +01:00
Martin McKeaveney
1d2d096ab0
PR comments
2024-10-15 10:05:03 +01:00
Andrew Kingston
6f8e669107
Improve new component DND for grids and add mobile support
2024-09-05 14:54:16 +01:00
Andrew Kingston
a755fe7630
Allow quick duplicating via ctrl/cmd + drag
2024-08-14 11:21:59 +01:00
Andrew Kingston
8879188595
Update how screen layout param is handled
2024-08-01 11:40:16 +01:00
Andrew Kingston
f6f0b575d6
Add top level screen layout setting
2024-07-31 16:44:46 +01:00
Andrew Kingston
cb3c667859
Large refactor of grid css variable handling to simplify everything
2024-07-31 10:35:57 +01:00
Andrew Kingston
29ddeab0d4
Update grid layout to include nested flex wrappers for more layout control
2024-07-30 15:20:59 +01:00
Andrew Kingston
bfdbf72b50
Improve responsiveness of indicators
2024-07-29 15:38:24 +01:00
Conor Webb
9a375d6716
Add the option to change the confirm and cancel button texts within the confirmation modals ( #13966 )
...
* Add button parameters to actions
* Add button states to confirmation store
* Set text of buttons if values are exist
* Pass stored values through to the modal
* Add missing duplicate text map
* Fix lint issues
---------
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
2024-06-21 10:57:46 +00:00
Gerard Burns
e88ffea1a4
Modal component ( #13848 )
...
* wip
* wip
* wip
* wip
* wip
* add note for illegalChildren reset behavior
* on close working
* wip
* lint
* wip
* Fix potential remounting loop caused by spreading props and unnecessary component keying
* theme
* user prompt
* dotted border for empty
* PR Feedback
* lint
* fix modal background color
* use bbui modal
* lint
* fix indicator and prevent closing modal in builder
* pr feedback
* pr feedback
* fix fullscreen
---------
Co-authored-by: deanhannigan <deanhannigan@gmail.com>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-06-18 11:18:05 +01:00
Conor Webb
c9fb6e35c8
Enhancement: add ability to set custom auto-dismissal duration for notifications ( #13829 )
...
* Enhancement: add ability to set custom auto-dismissal duration for notifications
* Updated based on feedback.
* Enforce max duration for auto-dismiss to 2 minutes
2024-06-05 12:29:07 +01:00
Andrew Kingston
3d01bd3f08
Merge branch 'master' of github.com:Budibase/budibase into new-table-selected-rows
2024-05-13 13:44:27 +01:00
mikesealey
ad10679115
saving progress based on review reccomendations
2024-04-17 16:27:23 +01:00
Michael Drury
359355b58d
Revert "Revert "adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel""
2024-04-15 13:46:49 +01:00
Michael Drury
4e4dfefede
Revert "adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel"
2024-04-15 13:41:32 +01:00
Michael Drury
d3c9d835d6
Merge branch 'master' into BUDI-8157
2024-04-11 16:07:39 +01:00
mikesealey
3201eb5953
adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel
2024-04-11 12:53:32 +01:00
Andrew Kingston
53bbaac751
Update export data action to work with new table component
2024-04-08 16:17:22 +01:00
Andrew Kingston
6c9127427c
Fix issues with colours in app skeletons
2024-03-26 10:43:56 +00:00
Gerard Burns
d9033b2636
Un-revert Skeleton Loader PR ( #13180 )
...
* wip
* wip
* wip
* client versions init
* wip
* wip
* wip
* wip
* wip
* linting
* remove log
* comment client version script
* lint
* skeleton loader type fix
* fix types
* lint
* fix types again
* fix manifest not being served locally
* remove preinstalled old client version
* add constant for dev client version
* linting
* Dean PR Feedback
* linting
* pr feedback
* wip
* wip
* clientVersions empty array
* delete from git
* empty array again
* fix tests
* pr feedback
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-03-25 16:39:42 +00:00
Andrew Kingston
5acfc3143d
Multiple performance improvements to component selection and hovering
2024-03-20 17:01:23 +00:00
Andrew Kingston
b3cf3fa636
Improve how snippets are handled in client apps
2024-03-14 16:16:24 +00:00
Andrew Kingston
d4a657bbfe
Pass snippets from builder to client when inside the builder preview to ensure new snippets can be evaluated
2024-03-07 08:25:31 +00:00
Andrew Kingston
4d271ccb53
Add real snippet saving and fix snippet evaluation in client apps
2024-03-06 19:07:16 +00:00
Andrew Kingston
84fb0dd9de
Add local state manipulation of snippets
2024-03-06 13:33:00 +00:00
melohagan
f8073c3f5a
FIX: Error when deleting selected rows that have attachment ( #13006 )
...
* Deprecate selectedRowIds
* Delete selected rows table
* Add selectedRows to table block context
* update account-portal
* update account-portal
* Lowercase deprecated
2024-02-13 16:44:21 +00:00
Andrew Kingston
1e033c3618
Remove proxying of context changes up the chain
2024-02-01 14:45:16 +00:00
Martin McKeaveney
475070a495
client and frontend core
2024-01-31 10:53:53 -03:00
deanhannigan
d246adca9c
Revert "Revert "Global bindings""
2024-01-22 11:10:03 +00:00
deanhannigan
b2c790650b
Revert "Global bindings"
2024-01-22 11:03:05 +00:00
deanhannigan
0571e0b405
Merge branch 'master' into global-bindings
2024-01-10 12:35:36 +00:00
Dean
9525b3b9bd
Merge remote-tracking branch 'origin/master' into fix-hover-component-spam
2024-01-10 11:39:10 +00:00
Dean
5d6862b399
Merge remote-tracking branch 'origin/master' into global-bindings
2024-01-05 12:10:12 +00:00
Andrew Kingston
0b07849967
Lint
2023-12-14 15:40:48 +00:00
Andrew Kingston
4aafb1ed9e
Massively improve performance of hovering components
2023-12-14 15:19:23 +00:00
Andrew Kingston
1579fe36c7
Fix multiple issues with resetting state in both builder and client lib when updating multi step form config
2023-12-12 21:00:45 +00:00
Gerard Burns
56cb92aa34
Hover component tree preview ( #12465 )
...
* wip
* wip
* linting
* remove console log
* highlighting a selected component in nav
* PR feeddback
* wip
* pr feedback
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-12-08 09:41:12 +00:00
Michael Drury
ee0da189d2
Merge branch 'master' into global-bindings
2023-10-17 14:13:04 +01:00
Andrew Kingston
6b904dd01a
Remove log
2023-10-02 08:27:28 +01:00
Andrew Kingston
986069d7d7
Fix issue causing client apps to initialise 3 times
2023-10-02 08:19:59 +01:00
mike12345567
e3469ed38d
Fixing dev-tools handling of custom roles and build issue - PR comments.
2023-09-27 16:52:20 +01:00
mike12345567
bb2892cbc2
Getting client library loading in Webstorm debug, as well as adding accessible roles endpoint.
2023-09-27 14:21:25 +01:00
Andrew Kingston
49948df9cd
Support both global and local state simultaneously
2023-09-14 15:31:51 +01:00
Andrew Kingston
1995a2860f
Merge branch 'develop' of github.com:Budibase/budibase into global-bindings
2023-09-12 11:35:54 +01:00
Andrew Kingston
8269ecf237
Update automatic dataprovider hot reloading to support views
2023-08-24 16:20:32 +01:00
Andrew Kingston
a22fc8d208
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-08-24 12:07:23 +01:00
Andrew Kingston
0ef0e58e5e
Fix click on navigation not selecting it
2023-08-23 15:37:13 +01:00