Andrew Kingston
2a1d002d7f
Fix client error SVG
2024-12-11 11:05:11 +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
9924ad20e0
lint
2024-09-02 08:58:28 +01:00
Martin McKeaveney
8e40e98b6a
merge
2024-08-28 16:54:51 +01:00
Andrew Kingston
919c4d95c5
Fix issue with side panel position
2024-08-14 15:24:48 +01:00
Andrew Kingston
f99ae6b96e
Ensure modals are rendered in the correct DOM position
2024-08-14 10:26:44 +01:00
Martin McKeaveney
ac62a9a5a8
authenticated iframe PoC
2024-08-06 18:46:23 +01:00
Andrew Kingston
0ba00a5117
Move most grid specific logic into a dedicated file to avoid polluting rest of the codebase
2024-08-02 16:13:49 +01:00
Andrew Kingston
de9b80e23d
Multiple style improvements and pixel layout fixes
2024-07-31 15:03:29 +01:00
Conor Webb
e2343073f0
Remove unused variable
2024-07-16 13:05:41 +01:00
Conor Webb
6eeffb43ef
Add logic to prevent sidepanel and modals from closing when onload actions are active.
2024-07-16 12:59:43 +01: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
92f9501d26
Add function to close side panel based on the browser's history. ( #13944 )
...
* Add function to close side panel based on the browser's history.
* Switched to hashchange, removed from SidePanel, added to ClientApp.svelte
* Removed unused onMount, fixed lint issue
* Removed unnecessary if statement.
2024-06-17 07:21:26 +00:00
Andrew Kingston
a7f54eebdb
Remove all traces of flatpickr
2024-04-26 16:25:41 +01:00
Andrew Kingston
2ffa523ace
Restore render blocker around client apps until data is ready
2024-04-17 16:26:18 +01: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
b6eab42c18
Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc
2024-03-14 16:24:16 +00:00
Andrew Kingston
b3cf3fa636
Improve how snippets are handled in client apps
2024-03-14 16:16:24 +00:00
Sam Rose
fcd7ee10f1
Create app user facing maintenance page.
2024-03-14 09:57:00 +00:00
Adria Navarro
2a3e83e53d
Fix linting issues
2023-09-07 09:46:30 +01:00
Martin McKeaveney
35d349de9e
self host banner
2023-08-09 18:00:44 +01:00
Gerard Burns
808e0d1ef2
Linting improvements ( #11119 )
2023-07-05 18:00:50 +01:00
Dean
fd8400bee5
PR feedback and removed some comments
2023-06-23 11:56:59 +01:00
Dean
2304032423
Added embed state, behaviours and event tracking to client app. UI/UX Refactoring
2023-06-16 12:30:08 +01:00
Andrew Kingston
3439ac6aaf
Improve background colour usage with preview modal
2023-06-09 11:03:49 +01:00
Andrew Kingston
b3e23562f0
Update in builder preview to be a full screen overlay rather than opening in a new tab
2023-06-08 15:12:50 +01:00
Andrew Kingston
7afd716e91
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-04-20 15:24:25 +01:00
Andrew Kingston
9025e18f15
Misc fixes ( #10345 )
...
* Fix some issues with component and screen settings layout
* Fix issue with component setting labels when multi-line
* Remove early termination of form validation when encountering an errored field
* Update free logo badge to be a sticky footer
* Close side panels when clicking on links
2023-04-19 14:21:11 +01:00
Andrew Kingston
d7820b05d8
Fix HMR for custom plugins which was broken due to signed minio links
2023-04-19 10:41:23 +01:00
Andrew Kingston
f2b12bcf45
Component error state improvements ( #10136 )
...
* Tidy logic for creating initial component instances
* Add initial implementation of enriching empty settings
* Fix regression that prevented custom placeholders from working (#9994 )
* Tidy up
* Add automatic naming of form fields when added
* Update missing required setting placeholder
* Improve error states and add ability to automatically wrap a component in a required parent type
* Fix crash in column editor and rename component placeholder to error state
* Select the parent component after adding it when wrapping a component with a missing ancestor
* Fix blocks and make fields require forms
* Improve empty component placeholder
* Lint
2023-03-28 21:11:33 +01:00
Rory Powell
786039055e
File authentication using presigned URLs ( #8883 )
...
* file auth wip
* Private plugin bucket wip
* Add etag to logo request, fix circular dependency
* Resolve cyclic dependency
* Ensure browser doesn't cache custom component
* Global file fixes
* File fixes / remove permaUrl
* Add ctx local storage
* Enable presigned url to work from any host
* Test fix
* Self hosting w/ S3 + other fixes
* Fix for serving dev app in multi tenant
* Fix backup restore and import attachment url processing, never store attachment urls
* Test fixes
* Unit tests WIP
* Replace file path with base64 encoded private key
* Multi tenancy tests for files
* Environment files fixes
* Post-merge build and test fixes
* Add debug conditional to all jest logging and revert/fix prod minio proxy_pass
* Re-add default '/' minio route :(
* Rename iconFile -> iconFileName
* Add cloudfront vars to k8s templates
* Remove public bucket policy
* Remove duplicated test
2022-12-15 11:35:22 +00:00
Andrew Kingston
c111f02e70
Improve client grid DND event handling
2022-10-24 09:38:07 +01:00
Andrew Kingston
1abdc12681
Remove log
2022-10-04 16:33:27 +01:00
Andrew Kingston
69988aabc3
Always use the raw server plugin JS URL
2022-10-04 16:27:15 +01:00
Andrew Kingston
c986fb164e
Use raw server jsUrl when rendering plugins
2022-10-04 15:01:18 +01:00
Andrew Kingston
4c8f52adbe
Use CDN when fetching plugins in cloud
2022-09-27 15:56:51 +01:00
Andrew Kingston
2c87d6e340
Initial work on websockets
2022-08-19 11:09:20 +01:00
Andrew Kingston
32025ef76d
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-17 16:13:27 +01:00
Andrew Kingston
3caae00d38
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-08-17 14:20:34 +01:00
Andrew Kingston
f0d17b2039
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-11 17:05:58 +01:00
Andrew Kingston
3b3d48196e
Transparently hot reload app preview when inserting a custom component bundle and reload relevant components
2022-08-11 17:05:42 +01:00
Andrew Kingston
eab1b93c24
Update client library to full handle custom components
2022-08-10 15:34:00 +01:00
Andrew Kingston
3745cf6b46
Add PoC of using a custom component inside client library
2022-08-10 12:04:58 +01:00
Rory Powell
500e697974
Trigger served events on ping endpoint
2022-08-10 11:01:54 +01:00
Andrew Kingston
8758f6b49a
Add support for custom themes in client apps
2022-07-29 13:33:04 +01:00
Andrew Kingston
ec6e17748a
Merge branch 'master' of github.com:Budibase/budibase into nord-theme
2022-07-26 11:46:28 +01:00
Andrew Kingston
b10bbd7e2f
Ensure devtools are never shown in the app preview
2022-07-11 13:13:39 +01:00
Andrew Kingston
b9494e52b6
Fix indentation
2022-06-21 09:52:51 +01:00
Andrew Kingston
7eddb3b369
Add data binding for query params
2022-06-21 09:39:25 +01:00