diff --git a/CHANGELOG.md b/CHANGELOG.md index 81720582..008e8457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,21 @@ # Changelog +## Version 0.5.2 + +### Fixed +- Fixed broken styling on non-authenticated routes + + ## Version 0.5.1 -## Added +### Added - Improved onboarding experience with empty states for all views -## Changed +### Changed - Improved dark app design - Stricter code-checks in CI -## Fixed +### Fixed - Default template is now displayed correctly in campaign editor - Paddle webhooks now have improved idempotency diff --git a/README.md b/README.md index 345c0563..a262da55 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ repository: Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. +## Translating Keila + +Keila uses GNU Gettext for translations. Translation files are found in +`priv/gettext`. + +## Extract +mix gettext.extract + ## The Name Keila is the name of the elephant mascot of this project. She’s a wise and diligent elephant lady, able to remember countless email diff --git a/lib/keila_web/templates/layout/_header.html.leex b/lib/keila_web/templates/layout/_header.html.leex index f7248f40..00287408 100644 --- a/lib/keila_web/templates/layout/_header.html.leex +++ b/lib/keila_web/templates/layout/_header.html.leex @@ -51,10 +51,11 @@ <% else %>
-
- - h-10 w-auto -mt-1 -mr-1 inline-block - <%= render_icon(:logo) %> +