make themes directories, add image support, add support for chat area image #784

Merged
dan merged 2 commits from themeImgDir into trunk 2023-12-10 23:18:14 +00:00
Owner
No description provided.
dan added 1 commit 2023-12-10 20:35:24 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/586
sarah reviewed 2023-12-10 22:12:36 +00:00
@ -93,0 +93,4 @@
String? getImage(String name) {
var val = yml["themes"][mode]["theme"]?[name];
if (val != null) {
return "assets/themes/" + yml["themes"]["name"] + "/" + val;
Owner

use an actual path join function e.g Path.join``

use an actual path join function e.g Path.join``
dan marked this conversation as resolved
sarah approved these changes 2023-12-10 22:12:54 +00:00
dan force-pushed themeImgDir from 126353b7a4 to e421642a02 2023-12-10 23:18:04 +00:00 Compare
dan merged commit e421642a02 into trunk 2023-12-10 23:18:14 +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#784
No description provided.