19 Commits

Author SHA1 Message Date
769e4af603 Bring per-installation setting to application.rb 2024-06-04 00:47:50 +02:00
69db87f9c6 Include date/time and seed in screenshot filename 2024-02-14 01:50:47 +01:00
c9974fce05 Rename initializer after hook name 2024-02-14 01:49:47 +01:00
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
ba3c2a99b9 Don't trigger file encoding detection 2024-01-06 03:49:18 +01:00
4b2ed2fa39 Avoid wrapping datetime format 2024-01-06 02:23:18 +01:00
0620d18391 Remove default BigDecimal formatting 2023-07-06 18:36:23 +02:00
a4745c9cb8 Add Units 2023-07-06 18:34:16 +02:00
4dbd5f4a2a Update Users#index 2023-04-23 19:35:10 +02:00
7d0da45653 Add linked SVG image to button 2023-04-08 00:31:59 +02:00
b5c0a6a120 Move 'Register' link to application menu 2023-04-06 00:16:13 +02:00
e29c060a39 Add user statuses and seed admin user 2023-04-01 02:29:59 +02:00
c4bba4d2e8 Configure Devise 2023-03-06 22:21:50 +01:00
2ecf06b751 rails generate devise:install 2023-03-06 01:48:07 +01:00
6d2d12a9da rails new
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox
  --skip-action-text --skip-active-job --skip-active-storage
  --skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap
  --skip-bundle .
2023-03-05 19:23:29 +01:00