Skip to content

feat(account): decide whether 削除 follows 終了 out of its armed state #72

Description

@smileygames

目的

#account-dialog削除 が持つ 2 クリック(armed)を、#71終了 がダイアログへ移った後もそのまま残すのか、同じ形へ揃えるのかを決める。

前提

削除 の 2 クリックは 終了 と同じ理由で入っている。index.html のコメントに Two clicks, like 終了 in the list and for the same reason、CSS は src/styles.css:736#account-dialog .actions .delete.armed

#71終了 はダイアログの確認へ移り、armed の機構は行から撤去される。削除 の armed だけが残ると、取り消せない操作の確認の形がアプリ内に二つ並ぶ。

#71 から切り出した理由

#71 の成果物(行の記号化と 終了 の確認)は、削除 に触れなくても単独で出荷できる。sibling issue の litmus に従い、#71 の未決から本 issue へ移した。

未決

  • 揃えるのか、残すのか。 二つの形が併存することを受け入れる判断もありうる(行の操作とモーダル内の操作は面が違う)。
  • 揃える場合の入れ子。 削除 は既に #account-dialog の中にある。その中でさらに確認ダイアログを開く形になる。<dialog> の入れ子が webview で成立するか、あるいはダイアログ自身を確認の面へ差し替えるのか。

関連

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlog受け入れ済み、着手時期未定enhancement新機能・改善要望memoメモとして開始した状態。見出しは必要なものだけでよい

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions