shiosyakeyakini-info / miria

Misskey client application for iOS, Android (and other platforms) made by flutter
https://shiosyakeyakini.info/miria_web/index.html
GNU Affero General Public License v3.0
139 stars 19 forks source link

remote_modal_sheet にアイコンを追加 #566

Closed Npepperlinux closed 3 months ago

Npepperlinux commented 3 months ago

リノートメニューにアイコンを追加する提案です。

1710149834713

Conflict with #565

            leading: const Icon(Icons.repeat),
            title: Padding(
              padding: const EdgeInsets.only(top: 10.0, bottom: 10.0),
              child: Text(S.of(context).renote),
            ),