12 Commits

Author SHA1 Message Date
10f866d40b Remove unused code kept only as reference 2024-02-11 18:37:35 +01:00
1198add901 Rewrite stream rendering to avoid client-side expanding
* adding streams in client breaks things (e.g. autofocus)
* some tasks need to be performed in one stream action to avoid
  flickering (e.g. table row substitution)
2024-02-11 18:31:06 +01:00
76aae56ed5 Allow stream action to expand into multiple actions
e.g. by including 'onclick()' event handler
2024-02-04 20:05:36 +01:00
a7f80a575c Manage client-side js with turbo_stream actions 2024-01-22 02:14:01 +01:00
0e85a21d2c Button disabling/enabling
Closes #10
2024-01-20 15:02:45 +01:00
9404ec8d17 Enable Drive to send TURBO_STREAM form POSTs
Disable Turbo caching for whole site
2024-01-06 03:39:52 +01:00
c96b646087 Hide page content until turbo:load event
To avoid cases when Turbo links are processed as normal HTTP requests
2024-01-04 23:06:47 +01:00
8c6d296021 Enable turbo (without Drive) 2023-12-03 23:27:10 +01:00
3509cd409c Remove turbo and importmap 2023-05-14 16:19:42 +02:00
4a1fe657c0 Disable Turbo application-wide 2023-04-16 03:03:03 +02:00
66f098f479 Add and install 'turbo-rails'
bin/rails turbo:install
2023-04-02 00:12:31 +02:00
526c285188 bin/rails importmap:install 2023-04-01 23:53:05 +02:00