Commit Graph

32 Commits

Author SHA1 Message Date
f7ea891978 Fixed buttons "Get code" and "Report issue" being in different collumns. Also added "Get code" and "Report issue" to translation file. 2024-05-11 13:23:04 +02:00
b4212298df Add Unit defaults import link 2024-05-04 01:47:53 +02:00
175ccf6eae Allow Unit rebase to top-level
Outline base Unit row during drag
Closes #25
2024-04-05 02:18:05 +02:00
a5a75233c7 Validate Unit base user 2024-04-02 22:20:45 +02:00
1966c782bc Unit rebase as a separate action 2024-04-02 22:16:27 +02:00
05b0c66216 Change unit base with drag and drop 2024-03-24 17:38:56 +01:00
f298acd726 Display errors for table-embedeed forms 2024-03-15 02:40:17 +01:00
0e8bc18620 Enable creation of subunits 2024-01-22 02:09:46 +01:00
dec3af27bf Migrate Users views to grid layout + turbo_stream
Closes #7
2024-01-17 03:30:04 +01:00
5047d4909f Render units from collection, without redirects 2024-01-15 18:45:30 +01:00
9a9a139aa7 Handle exceptions during TURBO_STREAM requests 2024-01-15 01:59:30 +01:00
0801e8059c Close form on Esc key. Localize submit button. 2024-01-06 18:06:36 +01:00
6d9f4918f1 Change 'Add unit' link to turbo_stream 2024-01-04 23:11:33 +01:00
a4745c9cb8 Add Units 2023-07-06 18:34:16 +02:00
e4f595a329 Fix translations and enable i18n testing 2023-05-14 16:37:53 +02:00
459836ca38 Add Users#disguise/#revert 2023-05-13 23:38:07 +02:00
a7fce807c5 Add Users#show 2023-05-05 18:29:11 +02:00
74965c5c0e Only user can delete his profile 2023-05-03 16:48:47 +02:00
23b8c82602 Add user profile editing 2023-05-02 18:55:38 +02:00
b781c7e072 Test "delete user" 2023-04-25 00:40:50 +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
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
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
74381494ea Style 'Sign in' view 2023-04-07 00:09:20 +02:00
c72144ff22 Add app menu with sign in/out links 2023-04-02 00:54:18 +02: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