new screenshots, update readme
This commit is contained in:
parent
23e0aa3c4e
commit
84a729aea8
4 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.
|
|||
- [x] Events
|
||||
- [ ] Rooms
|
||||
- [x] Member list
|
||||
- [x] Sort by power level
|
||||
- [ ] Colors based off of power level
|
||||
- [ ] Sort by power level
|
||||
- [ ] Notifications using UnifiedPush ([#35](https://git.federated.nexus/Nexus/nexus/issues/35))
|
||||
- [ ] Group calls using [MSC4195](https://github.com/matrix-org/matrix-spec-proposals/pull/4195)
|
||||
- [ ] Invites
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 466 KiB After Width: | Height: | Size: 616 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 616 KiB |
|
|
@ -2,5 +2,5 @@ import "package:color_hash/color_hash.dart";
|
|||
import "package:flutter/material.dart";
|
||||
|
||||
extension ToColor on String {
|
||||
Color get colorHash => ColorHash(this, lightness: .7, saturation: .7).color;
|
||||
Color get colorHash => ColorHash(this, lightness: .5, saturation: .7).color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue