theme fixups for loading bg image and new chat reaction icon color #795

Merged
dan merged 1 commits from themeImgDir into trunk 2024-01-04 06:11:06 +00:00
Owner
No description provided.
sarah approved these changes 2024-01-04 03:37:10 +00:00
@ -122,6 +123,8 @@ abstract class OpaqueThemeType {
get chatImage => null;
ImageProvider loadImage(String key) { return AssetImage(""); }
Owner

Does debug mode like this blank asset image load?

Does debug mode like this blank asset image load?
Author
Owner

seems ok. env LD_LIBRARY_PATH=linux:linux/Tor flutter run didnt crash or red screen

seems ok. `env LD_LIBRARY_PATH=linux:linux/Tor flutter run` didnt crash or red screen
dan marked this conversation as resolved
@ -5,2 +5,4 @@
import 'package:cwtch/config.dart';
import 'package:cwtch/themes/cwtch.dart';
import 'package:cwtch/themes/opaque.dart';
import 'package:flutter/cupertino.dart';
Owner

/material.dart instead of cupertino

/material.dart instead of cupertino
dan marked this conversation as resolved
dan force-pushed themeImgDir from fc1c692859 to 68db0867d4 2024-01-04 06:05:15 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/597
dan merged commit 2012b2dc7d into trunk 2024-01-04 06:11:06 +00:00
Sign in to join this conversation.
No reviewers
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#795
No description provided.