During recovery, remind user what providers they use #249

Closed
opened 2023-07-28 06:28:23 +03:00 by inex · 1 comment

Also in extending_volume.dart de-hardcode "Hetzner" string and use InfoBox widget instead of this construction

              const Align(
                alignment: Alignment.centerLeft,
                child: Icon(
                  Icons.info_outlined,
                  size: 24,
                ),
              ),
              const SizedBox(height: 16),
              Text('storage.extending_volume_price_info'.tr()),
Also in `extending_volume.dart` de-hardcode "Hetzner" string and use `InfoBox` widget instead of this construction ```dart const Align( alignment: Alignment.centerLeft, child: Icon( Icons.info_outlined, size: 24, ), ), const SizedBox(height: 16), Text('storage.extending_volume_price_info'.tr()), ```
NaiJi was assigned by inex 2023-07-28 06:28:33 +03:00
NaiJi added the
Feature request
label 2023-07-28 06:36:21 +03:00
Collaborator

Is pending on PR 264.

Is pending on [PR 264](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/264).
NaiJi added the
Priority
Low
label 2023-08-03 08:21:58 +03:00
NaiJi closed this issue 2023-08-07 16:41:19 +03:00
Sign in to join this conversation.
No Milestone
No project
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: SelfPrivacy/selfprivacy.org.app#249
There is no content yet.