Resize/Scaling Fixes #818

Merged
sarah merged 15 commits from fixchat into trunk 2024-02-10 00:11:15 +00:00
Owner

Improves most widgets ability to respond to resizing/scaling.

Improves most widgets ability to respond to resizing/scaling.
dan was assigned by sarah 2024-02-08 23:45:14 +00:00
sarah added 5 commits 2024-02-08 23:45:15 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/637
sarah added 1 commit 2024-02-09 17:40:40 +00:00
continuous-integration/drone/pr Build is pending Details
907cc262bb
Remove Comments Out Interface
sarah added 1 commit 2024-02-09 17:56:18 +00:00
continuous-integration/drone/pr Build is passing Details
cd476f39c0
Make Contact Row Layout More Consistent
sarah added 1 commit 2024-02-09 18:06:56 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/639
sarah added 1 commit 2024-02-09 18:18:27 +00:00
continuous-integration/drone/pr Build is pending Details
a7041770a0
A few more profile screen scaling tweaks
sarah added 1 commit 2024-02-09 21:34:38 +00:00
sarah added 1 commit 2024-02-09 21:37:23 +00:00
continuous-integration/drone/pr Build is pending Details
5001255a8a
Prep 1.14 RC
sarah added 1 commit 2024-02-09 21:49:14 +00:00
continuous-integration/drone/pr Build is pending Details
9efc3e3c4a
Fix Width Calc
dan reviewed 2024-02-09 21:56:46 +00:00
@ -37,1 +37,3 @@
Widget getPreviewWidget(BuildContext context);
Widget getPreviewWidget(BuildContext context, {BoxConstraints? constraints});
//double requestedWidth(BuildContext context, BoxConstraints constraints);
Owner

remove?

remove?
dan marked this conversation as resolved
@ -37,124 +37,6 @@ export 'linkify.dart' show LinkifyElement, LinkifyOptions, LinkableElement, Text
/// Callback clicked link
typedef LinkCallback = void Function(LinkableElement link);
/// Turns URLs into links
Owner

is this our work or import of new linkify code?

is this our work or import of new linkify code?
@ -601,22 +597,6 @@ class _MessageViewState extends State<MessageView> {
});
});
// var subscript = IconButton(
Owner

why are we disabeling subscript? too much _ _ interfeance?

why are we disabeling subscript? too much _ _ interfeance?
dan approved these changes 2024-02-09 21:58:26 +00:00
sarah added 1 commit 2024-02-09 23:25:50 +00:00
continuous-integration/drone/pr Build is pending Details
ad9c974dbd
Fix Quoted Message Width
sarah added 1 commit 2024-02-09 23:26:32 +00:00
continuous-integration/drone/pr Build is passing Details
8acefb8b0b
Remove old code
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/646
sarah added 1 commit 2024-02-09 23:54:35 +00:00
continuous-integration/drone/pr Build is pending Details
e4b2e7936f
Fixup Debug Mode Overlaps
dan approved these changes 2024-02-10 00:10:40 +00:00
sarah merged commit 8bc0605503 into trunk 2024-02-10 00:11:15 +00:00
Sign in to join this conversation.
No reviewers
dan
No Milestone
No project
No Assignees
3 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: cwtch.im/cwtch-ui#818
No description provided.