Skip to content

Commit

Permalink
compose [nfc]: Add TODO for overlaid linear progress indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Nov 27, 2024
1 parent e075701 commit bac2ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/compose_box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ class _ComposeBoxContainer extends StatelessWidget {
return Container(width: double.infinity,
decoration: BoxDecoration(
border: Border(top: BorderSide(color: designVariables.borderBar))),
// TODO(#720) try a Stack for the overlaid linear progress indicator
child: Material(
color: designVariables.composeBoxBg,
child: Column(
Expand Down

0 comments on commit bac2ce9

Please sign in to comment.