Skip to content

Commit

Permalink
finalize release 0.2.9 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Nov 11, 2024
1 parent 8441f3f commit 9be977e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/mindwendel_web/live/comment_live/form_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ defmodule MindwendelWeb.CommentLive.FormComponent do
{:noreply, assign(socket, form: to_form(changeset))}
end
else
{:noreply, socket}
{:noreply, assign(socket, form: to_form(Comments.change_comment(comment)))}
end
end

Expand Down
2 changes: 2 additions & 0 deletions lib/mindwendel_web/live/idea_live/form_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ defmodule MindwendelWeb.IdeaLive.FormComponent do
remove_tmp_attachments(tmp_attachments)
{:noreply, assign(socket, form: to_form(changeset))}
end
else
{:noreply, assign(socket, form: to_form(Ideas.change_idea(idea)))}
end
end

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Mindwendel.MixProject do
def project do
[
app: :mindwendel,
version: "0.2.8",
version: "0.2.9",
elixir: "~> 1.15.8",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
14 changes: 7 additions & 7 deletions priv/gettext/de/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ msgstr "Export als HTML"
msgid "Got stuck? Try inspirational teasers!"
msgstr "Keine Ideen? Hier gibts Gedankenanstöße!"

#: lib/mindwendel_web/live/idea_live/form_component.ex:106
#: lib/mindwendel_web/live/idea_live/form_component.ex:108
#, elixir-autogen, elixir-format
msgid "Idea created successfully"
msgstr "Idee erstellt"
Expand Down Expand Up @@ -498,25 +498,25 @@ msgstr "Zusätzlicher Anhang"
msgid "No filename"
msgstr "Kein Dateiname"

#: lib/mindwendel_web/live/idea_live/form_component.ex:145
#: lib/mindwendel_web/live/idea_live/form_component.ex:147
#, elixir-autogen, elixir-format
msgid "File type is not allowed"
msgstr "Dateityp nicht erlaubt"

#: lib/mindwendel_web/live/idea_live/form_component.ex:143
#: lib/mindwendel_web/live/idea_live/form_component.ex:145
#, elixir-autogen, elixir-format
msgid "The selected file is too large"
msgstr "Datei ist zu groß"

#: lib/mindwendel_web/live/idea_live/form_component.ex:144
#: lib/mindwendel_web/live/idea_live/form_component.ex:146
#, elixir-autogen, elixir-format
msgid "Too many files selected"
msgstr "Zu viele Dateien ausgewählt"

#: lib/mindwendel_web/live/idea_live/form_component.html.heex:16
#, elixir-autogen, elixir-format, fuzzy
msgid "Allowed files: JPG/GIF/PNG/PDF"
msgstr "Erlaubte Dateiformate: JPG/PNG/PDF"
msgstr "Erlaubte Dateiformate: JPG/GIF/PNG/PDF"

#: lib/mindwendel_web/live/idea_live/show_component.html.heex:52
#, elixir-autogen, elixir-format
Expand All @@ -526,7 +526,7 @@ msgstr "Kommentar hinzufügen"
#: lib/mindwendel_web/live/comment_live/form_component.ex:113
#, elixir-autogen, elixir-format, fuzzy
msgid "Comment created successfully"
msgstr "Spalte erfolgreich erstellt"
msgstr "Kommentar erfolgreich erstellt"

#: lib/mindwendel_web/live/comment_live/form_component.ex:85
#, elixir-autogen, elixir-format
Expand All @@ -546,7 +546,7 @@ msgstr "Löschen"
#: lib/mindwendel_web/live/idea_live/show_component.html.heex:47
#, elixir-autogen, elixir-format, fuzzy
msgid "No comments available"
msgstr "Keine Spalten vorhanden"
msgstr "Keine Kommentare vorhanden"

#: lib/mindwendel_web/live/brainstorming_live/show.html.heex:97
#: lib/mindwendel_web/live/lane_live/index_component.html.heex:128
Expand Down
8 changes: 4 additions & 4 deletions priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ msgstr ""
msgid "Got stuck? Try inspirational teasers!"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:106
#: lib/mindwendel_web/live/idea_live/form_component.ex:108
#, elixir-autogen, elixir-format
msgid "Idea created successfully"
msgstr ""
Expand Down Expand Up @@ -497,17 +497,17 @@ msgstr ""
msgid "No filename"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:145
#: lib/mindwendel_web/live/idea_live/form_component.ex:147
#, elixir-autogen, elixir-format
msgid "File type is not allowed"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:143
#: lib/mindwendel_web/live/idea_live/form_component.ex:145
#, elixir-autogen, elixir-format
msgid "The selected file is too large"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:144
#: lib/mindwendel_web/live/idea_live/form_component.ex:146
#, elixir-autogen, elixir-format
msgid "Too many files selected"
msgstr ""
Expand Down
8 changes: 4 additions & 4 deletions priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ msgstr ""
msgid "Got stuck? Try inspirational teasers!"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:106
#: lib/mindwendel_web/live/idea_live/form_component.ex:108
#, elixir-autogen, elixir-format
msgid "Idea created successfully"
msgstr ""
Expand Down Expand Up @@ -498,17 +498,17 @@ msgstr ""
msgid "No filename"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:145
#: lib/mindwendel_web/live/idea_live/form_component.ex:147
#, elixir-autogen, elixir-format
msgid "File type is not allowed"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:143
#: lib/mindwendel_web/live/idea_live/form_component.ex:145
#, elixir-autogen, elixir-format
msgid "The selected file is too large"
msgstr ""

#: lib/mindwendel_web/live/idea_live/form_component.ex:144
#: lib/mindwendel_web/live/idea_live/form_component.ex:146
#, elixir-autogen, elixir-format
msgid "Too many files selected"
msgstr ""
Expand Down

0 comments on commit 9be977e

Please sign in to comment.