Save button doesn't show up when editing profile #34

Closed
opened 2022-07-27 03:02:06 +00:00 by norm · 3 comments
Owner

Was trying to edit my profile description, but the save button doesn't show up.

Was trying to edit my profile description, but the save button doesn't show up.
Author
Owner

Some git bisecting later:

[norm@mikoto FoundKey]$ git bisect bad
a12acf53ef8498e84b57f3c73fd5939e665c1141 is the first bad commit
commit a12acf53ef8498e84b57f3c73fd5939e665c1141
Author: syuilo <Syuilotan@yahoo.co.jp>
Date:   Wed Jul 20 22:24:26 2022 +0900

    refactor(client): formatting and replace global $ts
Some `git bisecting` later: ``` [norm@mikoto FoundKey]$ git bisect bad a12acf53ef8498e84b57f3c73fd5939e665c1141 is the first bad commit commit a12acf53ef8498e84b57f3c73fd5939e665c1141 Author: syuilo <Syuilotan@yahoo.co.jp> Date: Wed Jul 20 22:24:26 2022 +0900 refactor(client): formatting and replace global $ts ```
Owner

The problem is that that component is not yet refactored to Composition API and i18n is only imported instead of being returned from the setup method.

Proper solution would be to refactor it to Composition API.

The problem is that that component is not yet refactored to Composition API and `i18n` is only imported instead of being returned from the `setup` method. Proper solution would be to refactor it to Composition API.
Johann150 self-assigned this 2022-07-28 09:40:41 +00:00
Johann150 added this to the (deleted) project 2022-07-28 09:40:49 +00:00
Owner

should be fixed by commit 9a236bd862

should be fixed by commit 9a236bd862c83e968385aac8143521a3fbc2060a
norm referenced this issue from a commit 2022-08-28 14:46:46 +00:00
Johann150 added the
fix
label 2022-12-23 10:20:27 +00:00
Johann150 removed this from the (deleted) project 2022-12-23 10:20:29 +00:00
Sign in to join this conversation.
No Label
feature
fix
upkeep
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#34
No description provided.