Andrew Kingston
|
ce18e253ba
|
Remove deprecated props, fix warnings, remove old code
|
2020-11-30 15:05:36 +00:00 |
Andrew Kingston
|
3ee9fee10c
|
Optimise builder preview speed and performance and fix components not updating when changing props
|
2020-11-30 12:11:50 +00:00 |
Andrew Kingston
|
86cfd3db22
|
Fix charts not correctly using data context
|
2020-11-25 18:43:58 +00:00 |
Andrew Kingston
|
9c4b9a2a25
|
Add fade screen transition and fix navigation component casing
|
2020-11-25 18:30:09 +00:00 |
Andrew Kingston
|
907c0fcfda
|
Add button actions, simplify contexts and tidy up
|
2020-11-25 09:50:51 +00:00 |
Andrew Kingston
|
ad5fc0e780
|
Simplify data contexts
|
2020-11-24 11:28:31 +00:00 |
Andrew Kingston
|
920ef90e14
|
Add datepicked data binding and fix mustache rendering for non string values
|
2020-11-24 11:13:26 +00:00 |
Andrew Kingston
|
e62fbf8ef7
|
Add component data binding and simplify context sharing
|
2020-11-24 11:02:10 +00:00 |
Andrew Kingston
|
853f5d8745
|
Add proper hot reloading of app preview when styles change
|
2020-11-24 09:31:54 +00:00 |
Andrew Kingston
|
aa38f1fe57
|
Fix reinstantiating app when builder props change
|
2020-11-23 14:28:02 +00:00 |
Andrew Kingston
|
192959c865
|
Fix builder preview
|
2020-11-23 11:29:24 +00:00 |
Andrew Kingston
|
911fa31fe3
|
Tidy up data binding
|
2020-11-20 10:49:39 +00:00 |
Andrew Kingston
|
32a143cf41
|
Add support for full depth data binding
|
2020-11-20 09:50:10 +00:00 |
Andrew Kingston
|
2cb4cb2ce9
|
Add header to flag whether a request originates from the client
|
2020-11-19 20:04:30 +00:00 |
Andrew Kingston
|
674b89df5d
|
Fetch app definition and routes from the server
|
2020-11-19 18:39:22 +00:00 |
Andrew Kingston
|
71b59d7cca
|
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into component-sdk
|
2020-11-19 17:55:40 +00:00 |
Andrew Kingston
|
70a88589e9
|
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into component-sdk
|
2020-11-19 13:56:51 +00:00 |
Andrew Kingston
|
c1c7c8ede4
|
Fix fetching of relationship data in lists
|
2020-11-19 13:50:20 +00:00 |
Andrew Kingston
|
9ce7817233
|
Fix data binding after file rename
|
2020-11-19 09:31:49 +00:00 |
Andrew Kingston
|
0ff8a9a67b
|
Add data binding enrichment
|
2020-11-19 09:24:58 +00:00 |
Andrew Kingston
|
1bd2fac9b2
|
Update all components to be renderable and styleable
|
2020-11-18 21:06:12 +00:00 |
Andrew Kingston
|
a18a861177
|
Refactor entire SDK into client lib and enable svelte context sharing between client and components
|
2020-11-18 19:18:18 +00:00 |
mike12345567
|
d63054a426
|
Updates for screen refactor - finishing off getting everything over to the class based system.
|
2020-11-17 13:25:57 +00:00 |
Andrew Kingston
|
1ab29e05b1
|
Remove log statements
|
2020-11-17 12:09:02 +00:00 |
Andrew Kingston
|
94458b3907
|
Add lots of new work on client library rewrite
|
2020-11-17 12:08:24 +00:00 |
Andrew Kingston
|
cbeea17db0
|
Add initial new routing and svelte client app generation
|
2020-11-13 15:42:32 +00:00 |
Andrew Kingston
|
0f12f19619
|
Fix client errors
|
2020-11-12 09:31:04 +00:00 |
Andrew Kingston
|
aa70eab935
|
Add majority of API interactions to SDK
|
2020-11-12 09:07:09 +00:00 |
Andrew Kingston
|
e24a89af56
|
Tidy up standard components
|
2020-11-11 14:26:33 +00:00 |
Andrew Kingston
|
f8732b3038
|
Add initial work on component SDK
|
2020-11-11 12:25:50 +00:00 |
mike12345567
|
3d6f50ee5d
|
Improving consistency of how appId is retrieved and making sure it is valid when being used.
|
2020-11-09 14:38:29 +00:00 |
mike12345567
|
7600710125
|
The API that the components library would use was not always consistent with the API client library would use and this would sometimes break things.
|
2020-11-09 09:42:35 +00:00 |
Andrew Kingston
|
65b36677e6
|
Merge pull request #817 from Budibase/apex-charts
Apex charts
|
2020-11-09 08:48:44 +00:00 |
mike12345567
|
eca97f6f57
|
Linting.
|
2020-11-06 21:32:03 +00:00 |
mike12345567
|
472305d214
|
Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated.
|
2020-11-06 21:13:21 +00:00 |
Andrew Kingston
|
e1b3982bab
|
Fix crash when saving rows
|
2020-11-04 13:17:24 +00:00 |
Michael Drury
|
b3fbffdfdc
|
Fixing issue with appId being checked when undefined.
|
2020-11-03 16:23:28 +00:00 |
Michael Drury
|
42b16069a6
|
Fixing issue that was breaking linting.
|
2020-11-03 15:35:27 +00:00 |
Michael Drury
|
0cc837b220
|
Updating server test cases with the header for appId.
|
2020-11-03 15:00:39 +00:00 |
Michael Drury
|
957706fc91
|
Linting and fixing client test case, have to mock getAppId as the location will never be set during testing.
|
2020-11-03 14:30:20 +00:00 |
Michael Drury
|
a35b6a57f9
|
Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId.
|
2020-11-03 13:45:49 +00:00 |
mike12345567
|
0c81516662
|
Some more re-work, more testing needed to auth stuff.
|
2020-11-02 20:14:10 +00:00 |
Michael Shanks
|
158240bc3b
|
auth - standard-components not loading, windows
|
2020-10-18 21:45:46 +01:00 |
Michael Shanks
|
492c45f169
|
fixes home route matching everything
|
2020-10-16 23:36:42 +01:00 |
Michael Shanks
|
3f53e2958b
|
Merge remote-tracking branch 'origin/master' into mike-fixes
|
2020-10-16 21:39:51 +01:00 |
Andrew Kingston
|
5253534a05
|
Fix link
|
2020-10-16 16:00:26 +01:00 |
Michael Shanks
|
acd17a6668
|
client - sanitize urls, so we can match routes with nasty chars
|
2020-10-16 15:44:39 +01:00 |
Andrew Kingston
|
711fab2269
|
Fix crashing whenever hitting an API error from client app
|
2020-10-16 09:37:19 +01:00 |
Andrew Kingston
|
c818bc9a3f
|
Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates
|
2020-10-16 09:17:54 +01:00 |
Andrew Kingston
|
c627c1d7d7
|
Fix popstate client routing events
|
2020-10-16 09:16:25 +01:00 |