46 Commits

Author SHA1 Message Date
279f9bd6ac Display Defaults hierarchy including same base Units 2024-11-22 03:10:08 +01:00
537cd18336 Change namespace for defaults controllers
To allow proper path prefix for view partials when using
config.action_view.prefix_partial_path_with_controller_namespace
2024-11-09 21:50:50 +01:00
1b6bda4e70 Remove image_element_to helper 2024-05-06 19:04:56 +02:00
aa83f17a4c Allow specifying navigation tab for controllers 2024-05-06 19:01:54 +02:00
965cb76f1d Generate Units::Defaults controller
bin/rails g controller Units/Defaults index
2024-05-04 01:53:57 +02:00
1966c782bc Unit rebase as a separate action 2024-04-02 22:16:27 +02:00
f298acd726 Display errors for table-embedeed forms 2024-03-15 02:40:17 +01:00
2c0466b51a Allow display of multiple flash messages 2024-03-15 02:29:58 +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
13c1d5684b Don't wrap form labels 2024-01-22 02:35:14 +01:00
a7f80a575c Manage client-side js with turbo_stream actions 2024-01-22 02:14:01 +01:00
1227c54e0e Fix flashes display after grid introduction
Closes #5
2024-01-17 21:57:18 +01:00
5047d4909f Render units from collection, without redirects 2024-01-15 18:45:30 +01:00
8d63ed62ea Render flash messages for html and turbo_stream 2024-01-14 03:19:20 +01:00
92350ac3f2 Display new form with turbo frame 2024-01-03 01:02:29 +01:00
588bc01911 Fill <td> with <a> link using ::after pseudoelement 2023-12-05 23:36:56 +01:00
bad64c5dbf Expand link to whole table cell 2023-12-05 19:10:36 +01:00
d98057caad Upgrade layout to grid+flex 2023-12-04 20:36:03 +01:00
761aad358a Print multiplier in scientific notation 2023-11-18 19:19:28 +01:00
a4745c9cb8 Add Units 2023-07-06 18:34:16 +02:00
9ecdd10b2d Fix passing options for form fields 2023-05-17 23:38:41 +02:00
35037648bd Disallow using onclick: action with confirm: 2023-05-14 18:20:26 +02:00
f76344c220 Add action confirmation dialog 2023-05-14 17:57:20 +02:00
e4f595a329 Fix translations and enable i18n testing 2023-05-14 16:37:53 +02:00
fbb74bd1f8 Replace non-GET links with buttons 2023-05-14 15:11:17 +02:00
81c13cecf4 Allow specifying navigation menu in views 2023-05-01 19:27:40 +02:00
9877f061e7 Add readonly option and 'select' field 2023-05-01 19:25:08 +02:00
461f0bb812 Simplify svg_tag 'source' parameter 2023-04-24 23:08:12 +02:00
4dbd5f4a2a Update Users#index 2023-04-23 19:35:10 +02:00
86dbc95375 Add navigation menu 2023-04-21 20:22:16 +02:00
86798d8e39 Display resource error messages beside form 2023-04-20 23:22:03 +02:00
7dabbd3036 Update and test password recovery forms 2023-04-19 19:29:12 +02:00
894c21f322 Move reset buttons to corresponding forms 2023-04-19 01:32:06 +02:00
4a1fe657c0 Disable Turbo application-wide 2023-04-16 03:03:03 +02:00
37c5520fa5 Disable turbo for forms 2023-04-14 16:50:24 +02:00
a13c0ee5fe Lowercase attribute names 2023-04-13 21:09:58 +02:00
bd2557d261 Add registration form 2023-04-13 19:52:23 +02:00
17e3f2e100 Do not display application menu links with current url
Add "Recover password" link
2023-04-13 01:48:47 +02:00
3f2a92a6e5 Test "sign in" 2023-04-12 23:23:37 +02:00
b54fcebf8c Fix focus on form submit button 2023-04-11 00:38:16 +02:00
a46c41197c Add images to session links 2023-04-08 04:19:36 +02:00
7d0da45653 Add linked SVG image to button 2023-04-08 00:31:59 +02:00
d9943752e8 Style form as table 2023-04-07 17:37:17 +02:00
deaf0fa73b Generate User scaffold
bundle exec rails generate scaffold user email:string{64}:uniq
  status:integer
2023-03-11 22:56:32 +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