feature/96_design_memberlist closes #96 #112
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/96_design_memberlist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I updated the memberslist just a little bit, I think more changes should be done after the first workshop and we have clearer insights.
Additionally I updated the navbar with the DaisyUI Navbar component. Also just as a first draft.
Overall it looks very good 🚀
@ -56,4 +36,0 @@<a href="https://github.com/phoenixframework/phoenix" class="btn btn-ghost">GitHub</a></li><li><.theme_toggle />Is it by purpose, that you removed the theme toggle?
I actually just wanted to start with a more or less clean navbar. But of course we can also keep it!
@ -44,4 +36,0 @@<form method="post" action="/set_locale" class="mr-4"><input type="hidden" name="_csrf_token" value={Plug.CSRFProtection.get_csrf_token()} /><select name="locale" onchange="this.form.submit()" class="select select-sm"><option value="de" selected={Gettext.get_locale() == "de"}>Deutsch</option>Is it by purpose, that you removed the language selection?
No, I will add it again :)
@ -0,0 +3,4 @@The Module to make the locale available to all LiveViews"""import Phoenix.Componentimport MvWeb.GettextThis line creates a linting error in the CI.
I think this commit can be removed at all, as I fixed the locale issue in the upgrade to phoenix 1.8 again.
@ -71,3 +71,3 @@{:gettext, "~> 0.26"},{:jason, "~> 1.2"},{:dns_cluster, "~> 0.2.0"},{:dns_cluster, "~> 0.1.1"},I think this is an old artifact from the unfinished migration branch. Or is there any reason for downgrading this package? Maybe this commit can be removed.
@ -18,3 +18,3 @@"db_connection": {:hex, :db_connection, "2.8.0", "64fd82cfa6d8e25ec6660cea73e92a4cbc6a18b31343910427b702838c4b33b2", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "008399dae5eee1bf5caa6e86d204dcb44242c82b1ed5e22c881f2c34da201b15"},"decimal": {:hex, :decimal, "2.3.0", "3ad6255aa77b4a3c4f818171b12d237500e63525c2fd056699967a3e7ea20f62", [:mix], [], "hexpm", "a4d66355cb29cb47c3cf30e71329e58361cfcb37c34235ef3bf1d7bf3773aeac"},"dns_cluster": {:hex, :dns_cluster, "0.2.0", "aa8eb46e3bd0326bd67b84790c561733b25c5ba2fe3c7e36f28e88f384ebcb33", [:mix], [], "hexpm", "ba6f1893411c69c01b9e8e8f772062535a4cf70f3f35bcc964a324078d8c8240"},"dns_cluster": {:hex, :dns_cluster, "0.1.3", "0bc20a2c88ed6cc494f2964075c359f8c2d00e1bf25518a6a6c7fd277c9b0c66", [:mix], [], "hexpm", "46cb7c4a1b3e52c7ad4cbe33ca5079fbde4840dedeafca2baf77996c2da1bc33"},This downgrade belongs to the first commit and could be removed as well.
@ -92,3 +92,3 @@#, elixir-autogen, elixir-formatmsgid "Listing Members"msgstr ""msgstr "Members"Why is
Listing Memberstranslated toMembers? Wouldn't it be easier to writeMembersin first place?Listing Members was the automatically created id actually that I did not want to change but yes makes sense to than regen the id ;)
6f59019868to89eac7d8ca89eac7d8cato50c80eed38The missing translations can be done later. The PR looks good, I will merge it.
@ -275,0 +254,4 @@#: lib/mv_web/live/property_type_live/form.ex:32#, elixir-autogen, elixir-formatmsgid "Cancel"msgstr ""some german translations are missing here.