- Dec 21, 2024
-
-
Felix Eckhofer authored
-
Felix Eckhofer authored
This dramatically speeds up rendering with many translators.
-
- Dec 20, 2024
-
-
Felix Eckhofer authored
-
Felix Eckhofer authored
.hidden is a default class in tailwind.
-
Felix Eckhofer authored
-
Felix Eckhofer authored
We're not using it, so its just confusing.
-
Felix Eckhofer authored
This is more consistent and actually removes the elements from the layout. The commit also hides the conditional elements by default, which should be a more natural loading experience.
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
This allows signup, profile edits and login/logout. Note that due to poor naming, there are conflicts between our session model und what devise thinks a session should be. In particular, we have to rename `new_session_path(resource_name)` -> `new_user_session_path` and `session_path(resource_name)` -> `user_session_path`. Cf. https://github.com/heartcombo/devise/issues/2800
-
Felix Eckhofer authored
This is just to preserve history. These are unmodified copies generated by `rails generate devise:views`.
-
Felix Eckhofer authored
The state is now fully client-side and handled in session_controller. This allows us to continue to broadcast the session frame to everyone.
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
- Dec 19, 2024
-
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
- Dec 03, 2024
-
-
Felix Eckhofer authored
-
- Nov 16, 2024
-
-
Felix Eckhofer authored
- Add X button to clear filter - Restrict maximum height - Visually group list with filter input
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
- Nov 15, 2024
-
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
Felix Eckhofer authored
-
- Nov 13, 2024
-
-
Felix Eckhofer authored
-
- May 28, 2024
- May 27, 2024