feat: add route to service cards in storage page #446

Merged
inex merged 6 commits from feat_add_route_services_to_storage_page into master 2024-04-11 13:04:22 +03:00
Collaborator
There is no content yet.
def added 1 commit 2024-02-04 01:38:42 +02:00
def requested review from inex 2024-02-04 01:38:48 +02:00
def requested review from NaiJi 2024-02-04 01:38:51 +02:00
def changed title from feat: add route to services in storage page to feat: add route to service cards in storage page 2024-02-04 01:41:10 +02:00
NaiJi requested changes 2024-02-04 08:58:21 +02:00
@ -136,3 +135,1 @@
colorFilter: ColorFilter.mode(
Theme.of(context).colorScheme.onBackground,
BlendMode.srcIn,
Widget build(BuildContext context) => GestureDetector(
Collaborator

BuildContext context -> final BuildContext context
Again, don't forget to check for warnings

`BuildContext context` -> `final BuildContext context` Again, don't forget to check for warnings
Collaborator

Better replace GestureDetector with InkWell (literally just replace the constructor call), since InkWell handles "hovering" over elements. cc @inex

Better replace `GestureDetector` with `InkWell` (literally just replace the constructor call), since `InkWell` handles "hovering" over elements. cc @inex
Poster
Collaborator

image

For some reason, the selection is square instead of rounded.

![image](/attachments/efb67200-c573-4b86-a374-b0d31323f019) For some reason, the selection is square instead of rounded.
def added 1 commit 2024-02-05 02:02:06 +02:00
def added 1 commit 2024-02-05 02:03:12 +02:00
def requested review from NaiJi 2024-02-05 02:03:18 +02:00
def self-assigned this 2024-02-05 02:04:19 +02:00
NaiJi approved these changes 2024-02-05 02:08:24 +02:00

image

For some reason, the selection is square instead of rounded.

inkwell just paints whole allowed rectangle of material in defined color.
just provide borderRadius to it, or use ClipRRect around.

> ![image](/attachments/efb67200-c573-4b86-a374-b0d31323f019) > > > For some reason, the selection is square instead of rounded. inkwell just *paints* whole allowed rectangle of material in defined color. just provide borderRadius to it, or use ClipRRect around.
def changed title from feat: add route to service cards in storage page to WIP: feat: add route to service cards in storage page 2024-02-09 03:37:19 +02:00
Poster
Collaborator

image

For some reason, the selection is square instead of rounded.

inkwell just paints whole allowed rectangle of material in defined color.
just provide borderRadius to it, or use ClipRRect around.

thanks

> > ![image](/attachments/efb67200-c573-4b86-a374-b0d31323f019) > > > > > > For some reason, the selection is square instead of rounded. > > inkwell just *paints* whole allowed rectangle of material in defined color. > just provide borderRadius to it, or use ClipRRect around. thanks
Poster
Collaborator

i will replace all inkwell ^-^

i will replace all inkwell ^-^

i will replace all inkwell ^-^

You don't have to replace it, just give it a border radius or wrap in a clipping widget.

> i will replace all inkwell ^-^ You don't have to replace it, just give it a border radius or wrap in a clipping widget.
def added 1 commit 2024-02-10 00:58:39 +02:00
Poster
Collaborator

image

![image](/attachments/f7ff63da-c28a-4010-8b6b-a409678547e3)
Poster
Collaborator

but I don't like the edges, they are very narrow and close to the icon

but I don't like the edges, they are very narrow and close to the icon
def changed title from WIP: feat: add route to service cards in storage page to feat: add route to service cards in storage page 2024-02-10 00:59:47 +02:00
def added 1 commit 2024-02-10 00:59:59 +02:00
Poster
Collaborator

image

![image](/attachments/74666cda-cd0c-4e62-8df6-8640cc13425a)
def added 1 commit 2024-03-01 15:16:17 +02:00
def added 1 commit 2024-03-01 15:16:30 +02:00
def requested review from NaiJi 2024-03-01 15:17:51 +02:00
inex self-assigned this 2024-03-28 15:37:22 +02:00
inex force-pushed feat_add_route_services_to_storage_page from 687a272f76 to ecb050e5aa 2024-04-11 12:52:19 +03:00 Compare
inex added 1 commit 2024-04-11 13:03:27 +03:00
inex merged commit 0dc281a4f6 into master 2024-04-11 13:04:22 +03:00
inex deleted branch feat_add_route_services_to_storage_page 2024-04-11 13:04:22 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
4 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#446
There is no content yet.