Commit graph

71 commits

Author SHA1 Message Date
cad1c3e9b6 basic setup for exploring HTMX for working with dynamic content 2023-11-17 08:22:48 +01:00
f68c30731b move petite-vue exampleSite to new sites/pv folder 2023-11-16 09:15:22 +01:00
3addcf98ae move 'button' partial to pv subdirectory 2023-04-09 11:30:31 +02:00
2f73690ec5 components, fields: use explicit parameters (no more '... merge ... jsonify') 2023-04-05 11:18:49 +02:00
f7144f7b2a provide 'data-buttons' based on partial 'button' 2023-04-04 11:08:46 +02:00
e47d90cde9 put all mode changes in buttons 2023-04-04 09:03:18 +02:00
4cd5021a63 rename shortcodes; back to ?id=<item> (instead of #<item>) 2023-03-27 18:00:25 +02:00
d82d36cef7 use new app-demo.ts for testing UI without access to remote API 2023-03-27 12:50:01 +02:00
9afe216068 move API-specific stuff to separate app-ig.ts file 2023-03-27 10:15:20 +02:00
45e66e5c3f first step of refactoring: separate backend- (API-) specific stuff from generic one 2023-03-27 09:33:33 +02:00
a067f6db7f fix 'new' processing; remove obsolete parent from handle() method 2023-03-25 17:11:06 +01:00
bf2c1bfa91 use register() method in app object to correctly register component scope 2023-03-24 08:17:48 +01:00
a377688175 put id and mode in state sub-object => fix processing of 'new' response 2023-03-23 23:07:44 +01:00
b68ee113c2 work in progress: handling of response after new; ?id= replaced by # 2023-03-23 19:48:47 +01:00
0d244d8bcb minor improvements; component init: provide $.Params as conf 2023-03-22 17:19:08 +01:00
c186f908b7 list page basically working 2023-03-22 12:33:58 +01:00
2e767754e5 move Data component to separate module comp-data.ts 2023-03-22 09:35:50 +01:00
71c683a9f7 mount app after start of polling to set up session on server before first query 2023-03-21 14:49:30 +01:00
b75aa08d7c fixes with handling new and query modes 2023-03-21 11:14:09 +01:00
b72a85ac24 modes (view, edit, ...) basically working 2023-03-21 11:06:09 +01:00
81b470920b use v-show; work in progress: store/use field metadata on mounted event 2023-03-20 19:39:39 +01:00
794f21d3d1 work in progress: data modes with tabs and buttons 2023-03-20 16:05:36 +01:00
3ac7359189 work in progress: data modes with tabs and buttons 2023-03-20 15:52:19 +01:00
275ed6590c work in progress:person form; shortcode for dynamic links 2023-03-16 11:02:23 +01:00
80779cbea7 add 'action' parameter to exec() for overriding default action 2023-03-16 08:32:25 +01:00
f674fca741 allow setting of default domain on page level 2023-03-15 15:41:47 +01:00
36abaf6f74 fix handling of js @params (only global); fieldset/component: + 'domain' 2023-03-15 14:17:21 +01:00
4bbc3cad0a start with login page; nopoll config param; handle: check message 'class' 2023-03-15 12:43:55 +01:00
1aa76a59c8 reorganize stuff/app pages; Data component: make action configurable 2023-03-12 17:57:22 +01:00
ff47987b41 save with sendMsg working 2023-03-10 15:02:46 +01:00
59bb87d204 improve and extend configuration, using Hugo's $.Param method 2023-03-10 13:43:41 +01:00
463fdb266b poll: send interaction in POST data 2023-03-10 09:31:24 +01:00
ecf3f13622 fieldset: make v-scope component configurable 2023-03-10 08:29:14 +01:00
3c13e8093b provide more general function for generating random strings 2023-03-10 08:27:35 +01:00
7bba4a56b0 fieldset: make component name configurable 2023-03-08 07:34:20 +01:00
80626c3d01 use message field 'class' for identifying component 2023-03-07 08:46:20 +01:00
7456271782 experiments with display (+ link with id) and input (+ default expression) 2023-03-06 16:10:35 +01:00
bbeaa6a4e0 processing of incoming message basically working 2023-03-03 10:45:59 +01:00
8a244aa1a3 components: +name, register in app; put sid in config object 2023-03-03 09:25:37 +01:00
f345d7e8bc improve generation of session id 2023-03-02 22:42:13 +01:00
2ff0811346 comments/notes, minor improvements 2023-03-02 22:24:09 +01:00
c76426e13f provide setSid(); + minor clean-up input shortcode 2023-03-02 13:35:58 +01:00
94da069210 add Data component, use via fieldset shortcode 2023-03-02 12:09:53 +01:00
c2f3db08cd remove (now) unused td tags 2023-03-02 10:05:17 +01:00
3c859c0931 explore: generate session id 2023-03-02 10:03:39 +01:00
97b0629de0 trying to conceive more complex situations (e.g. a table) 2023-03-01 16:44:28 +01:00
75ba831e01 add button 2023-03-01 11:34:12 +01:00
2874234980 more functionality for input and display shortcodes 2023-03-01 09:42:21 +01:00
65d31a543f separate shortcodes: display, debug 2023-03-01 07:45:46 +01:00
6249f5f48c add debug shortcode 2023-03-01 07:41:43 +01:00