Andrew Kingston
|
a54dd9509f
|
Remove deprecated props, fix warnings, remove old code
|
2020-11-30 15:05:36 +00:00 |
Andrew Kingston
|
48a5a50e85
|
Optimise builder preview speed and performance and fix components not updating when changing props
|
2020-11-30 12:11:50 +00:00 |
Andrew Kingston
|
c962ea9ad9
|
Fix charts not correctly using data context
|
2020-11-25 18:43:58 +00:00 |
Andrew Kingston
|
07229858c8
|
Add fade screen transition and fix navigation component casing
|
2020-11-25 18:30:09 +00:00 |
Andrew Kingston
|
1e857f101a
|
Add button actions, simplify contexts and tidy up
|
2020-11-25 09:50:51 +00:00 |
Andrew Kingston
|
199c3409c9
|
Simplify data contexts
|
2020-11-24 11:28:31 +00:00 |
Andrew Kingston
|
def6054b26
|
Add datepicked data binding and fix mustache rendering for non string values
|
2020-11-24 11:13:26 +00:00 |
Andrew Kingston
|
be4106eae4
|
Add component data binding and simplify context sharing
|
2020-11-24 11:02:10 +00:00 |
Andrew Kingston
|
18a0f3888b
|
Add proper hot reloading of app preview when styles change
|
2020-11-24 09:31:54 +00:00 |
Andrew Kingston
|
99c167c54f
|
Fix reinstantiating app when builder props change
|
2020-11-23 14:28:02 +00:00 |
Andrew Kingston
|
b3cd81d832
|
Fix builder preview
|
2020-11-23 11:29:24 +00:00 |
Andrew Kingston
|
093d7f95b9
|
Tidy up data binding
|
2020-11-20 10:49:39 +00:00 |
Andrew Kingston
|
1b0fa94dff
|
Add support for full depth data binding
|
2020-11-20 09:50:10 +00:00 |
Andrew Kingston
|
21a9840b8b
|
Add header to flag whether a request originates from the client
|
2020-11-19 20:04:30 +00:00 |
Andrew Kingston
|
9c30ab2df3
|
Fetch app definition and routes from the server
|
2020-11-19 18:39:22 +00:00 |
Andrew Kingston
|
ef2eba0433
|
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into component-sdk
|
2020-11-19 17:55:40 +00:00 |
Andrew Kingston
|
aaa6aa4c72
|
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into component-sdk
|
2020-11-19 13:56:51 +00:00 |
Andrew Kingston
|
3dcd9d32e2
|
Fix fetching of relationship data in lists
|
2020-11-19 13:50:20 +00:00 |
Andrew Kingston
|
e9fc20696b
|
Fix data binding after file rename
|
2020-11-19 09:31:49 +00:00 |
Andrew Kingston
|
261ae68907
|
Add data binding enrichment
|
2020-11-19 09:24:58 +00:00 |
Andrew Kingston
|
cdb8ff3563
|
Update all components to be renderable and styleable
|
2020-11-18 21:06:12 +00:00 |
Andrew Kingston
|
1a8d781c8c
|
Refactor entire SDK into client lib and enable svelte context sharing between client and components
|
2020-11-18 19:18:18 +00:00 |
mike12345567
|
e793c46097
|
Updates for screen refactor - finishing off getting everything over to the class based system.
|
2020-11-17 13:25:57 +00:00 |
Andrew Kingston
|
65610fde3c
|
Remove log statements
|
2020-11-17 12:09:02 +00:00 |
Andrew Kingston
|
e11656fa24
|
Add lots of new work on client library rewrite
|
2020-11-17 12:08:24 +00:00 |
Andrew Kingston
|
3a981ac256
|
Add initial new routing and svelte client app generation
|
2020-11-13 15:42:32 +00:00 |
Andrew Kingston
|
bf5aa49e4d
|
Fix client errors
|
2020-11-12 09:31:04 +00:00 |
Andrew Kingston
|
299dcbab3d
|
Add majority of API interactions to SDK
|
2020-11-12 09:07:09 +00:00 |
Andrew Kingston
|
921cae0cbc
|
Tidy up standard components
|
2020-11-11 14:26:33 +00:00 |
Andrew Kingston
|
499ad2e35d
|
Add initial work on component SDK
|
2020-11-11 12:25:50 +00:00 |
mike12345567
|
2467043f35
|
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
|
f2e1f1f4e9
|
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
|
253568fd2d
|
Merge pull request #817 from Budibase/apex-charts
Apex charts
|
2020-11-09 08:48:44 +00:00 |
mike12345567
|
5f0912e6ff
|
Linting.
|
2020-11-06 21:32:03 +00:00 |
mike12345567
|
ce12325b8c
|
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
|
7aa8d7870d
|
Fix crash when saving rows
|
2020-11-04 13:17:24 +00:00 |
Michael Drury
|
016e09eb81
|
Fixing issue with appId being checked when undefined.
|
2020-11-03 16:23:28 +00:00 |
Michael Drury
|
684df38561
|
Fixing issue that was breaking linting.
|
2020-11-03 15:35:27 +00:00 |
Michael Drury
|
4f28bd9430
|
Updating server test cases with the header for appId.
|
2020-11-03 15:00:39 +00:00 |
Michael Drury
|
19bcecf9f3
|
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
|
ac73b5c4aa
|
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
|
a1fd261af6
|
Some more re-work, more testing needed to auth stuff.
|
2020-11-02 20:14:10 +00:00 |
Michael Shanks
|
a9d9e14e22
|
auth - standard-components not loading, windows
|
2020-10-18 21:45:46 +01:00 |
Michael Shanks
|
1a8c2907ca
|
fixes home route matching everything
|
2020-10-16 23:36:42 +01:00 |
Michael Shanks
|
7ab1e9c6fb
|
Merge remote-tracking branch 'origin/master' into mike-fixes
|
2020-10-16 21:39:51 +01:00 |
Andrew Kingston
|
19bfa87859
|
Fix link
|
2020-10-16 16:00:26 +01:00 |
Michael Shanks
|
ab23d02f4b
|
client - sanitize urls, so we can match routes with nasty chars
|
2020-10-16 15:44:39 +01:00 |
Andrew Kingston
|
0c61fe60a2
|
Fix crashing whenever hitting an API error from client app
|
2020-10-16 09:37:19 +01:00 |
Andrew Kingston
|
bb2a650eee
|
Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates
|
2020-10-16 09:17:54 +01:00 |
Andrew Kingston
|
92a6bd1a6d
|
Fix popstate client routing events
|
2020-10-16 09:16:25 +01:00 |