Michael Shanks
dd31e19400
fix: Navigate To & Other Actions broken
2020-10-02 14:52:45 +01:00
Andrew Kingston
fe97579d36
Merge in master
2020-09-14 13:55:40 +01:00
Michael Shanks
cacd735961
fix: override client context store on create
2020-09-14 12:46:49 +01:00
Michael Shanks
7fe7c9b286
fix: re-exposing store in component api, as form depends on it
2020-09-14 12:32:10 +01:00
Andrew Kingston
d166d8072b
Merge in master
2020-09-14 10:16:09 +01:00
Michael Shanks
d951edad61
some comments
2020-09-11 09:53:02 +01:00
Michael Shanks
d3225cb51f
events hooked up and working
2020-09-10 21:11:05 +01:00
Andrew Kingston
98ffd6f971
Remove client workflow execution
2020-09-10 11:27:31 +01:00
Michael Shanks
f988d2d9c7
event panel rework backup
2020-09-01 10:12:01 +01:00
Michael Shanks
3c69e48200
some styling changes from code review
2020-08-27 10:00:36 +01:00
Michael Shanks
7861c8ede8
bindings... allowing unescaped urls, but not html tags
2020-08-11 14:12:05 +01:00
Michael Shanks
a82c0dd44e
client lib - new binding
2020-08-06 21:12:35 +01:00
Michael Shanks
9208a43cf1
Form component now supports edit recprd
2020-07-07 20:16:03 +01:00
Michael Shanks
69f57a211c
fix: interpolation on property binding
2020-06-30 09:48:48 +01:00
Michael Shanks
eb2b6ec56f
removed x-user-agent
2020-06-19 16:59:46 +01:00
Michael Shanks
5b59a110a6
lint fix
2020-06-12 21:11:39 +01:00
Michael Shanks
19d132c6c2
removal of appRoot - appId comes in cookie
2020-06-12 20:42:55 +01:00
Michael Shanks
3471afe587
bugfix: data components hitting correct url again
2020-06-03 22:12:09 +01:00
Martin McKeaveney
18ad679d21
lint
2020-06-03 20:44:35 +01:00
Martin McKeaveney
2cd309bfdc
fix some other auth bugs
2020-06-03 20:35:30 +01:00
Martin McKeaveney
3a983cea8a
tidy up, styling
2020-06-02 11:08:53 +01:00
Martin McKeaveney
401b6689bc
Record selector
2020-06-01 22:55:44 +01:00
Martin McKeaveney
a9e77836cb
tests
2020-06-01 22:25:44 +01:00
Martin McKeaveney
b372f6b03d
tidy up
2020-06-01 21:26:32 +01:00
Martin McKeaveney
cb496d1819
workflow DAO tests
2020-06-01 11:52:15 +01:00
Martin McKeaveney
15ba1a5a12
move workflow to array data structure
2020-06-01 10:41:28 +01:00
Martin McKeaveney
36da2576bc
separate workflow components from routify routes
2020-05-30 00:40:33 +01:00
Martin McKeaveney
c7b8220a62
significant client lib refactor
2020-05-30 00:14:41 +01:00
Martin McKeaveney
b4b90fcaeb
styling, bug fixes, client library state updates
2020-05-29 16:06:23 +01:00
Martin McKeaveney
e648dc80e8
refactor client library
2020-05-29 14:06:36 +01:00
Martin McKeaveney
e9fab13750
workflow orchestrator
2020-05-26 21:34:01 +01:00
Martin McKeaveney
0ec47971d0
formatting + fixing builder tests
2020-05-07 10:53:34 +01:00
Martin McKeaveney
5b4bce8b8f
component library modules and definitions refactor - moved to backend. More routing and middleware reorganisation
2020-05-02 15:29:10 +01:00
Martin McKeaveney
f82a954666
formatting
2020-03-27 16:58:32 +00:00
Martin McKeaveney
fa95ba2d79
moving code from main store to backend file
2020-03-16 18:54:48 +00:00
Michael Shanks
39075b5032
_bb client api, relative url checks for root path,+ handles absolutes
2020-02-27 21:14:41 +00:00
Martin McKeaveney
7ae40de558
eslint tidy up
2020-02-25 15:46:04 +00:00
Michael Shanks
cb79302b1a
added _bb.get/setContext to clientApi - for MD components
2020-02-24 16:41:03 +00:00
Michael Shanks
829eea4189
bugfix: await event handlers
2020-02-24 16:04:13 +00:00
Michael Shanks
35d5ae9ed8
random bug - client setState
2020-02-24 14:57:05 +00:00
Michael Shanks
1657beb8fc
bugfix - client - approotPath not passed correctly
2020-02-24 11:15:08 +00:00
Michael Shanks
9835e71a2e
prettier - auto
2020-02-23 22:18:05 +00:00
Martin McKeaveney
55d43fad80
finished state management ui for v2
2020-02-21 18:02:02 +00:00
Martin McKeaveney
b7a5735a05
state management bindings
2020-02-21 15:44:48 +00:00
Michael Shanks
ab0db65048
bindings can now be just a string (store.someValue)
2020-02-21 14:44:48 +00:00
Michael Shanks
56c25fee90
Client Api - New state binding method ( #105 )
...
* new binding...
- state manager
- one store per screen
- not passing
* client lib binding - tests passing
* binding fully working again post stateManager
* bugfix with button component
* Control flow ("code") now working, tests passing
* Events List now reading from component definition
* fix to button.svelte - missing props._children
2020-02-18 12:29:38 +00:00
Martin McKeaveney
0808178dfa
running prettier over codebase, removing merge files
2020-02-03 09:24:25 +00:00
Michael Shanks
6cb523478d
Client Lib > Ability to inject code around initialise children ( #68 )
...
* removed binding references to array type
* refactored initialiseChildren into seperate file
* render function, with code blocks - tested simple cases
* few mores tests for control flow
* md components - getting TestApp to work
* new render wrapper - bug fix
2020-01-28 14:14:53 +00:00
Michael Shanks
540fb4c3d6
basic cru app possible
2019-10-19 07:24:20 +01:00
Michael Shanks
92dcf4b2b8
backup before an f-up
2019-10-18 17:32:03 +01:00