xous-core icon indicating copy to clipboard operation
xous-core copied to clipboard

The Xous microkernel

Results 74 xous-core issues
Sort by recently updated
recently updated
newest added

Load older posts when the user navigates to the top of the list of posts when the user navigates to the top of the list of Posts then the Chat...

Chat Client

Currently - when a new Room is selected - the Posts from the old Room (dialogue) are displayed until the Posts from the new Room show up. This is a...

Chat Client

Currently the user can change Dialogue (room) by left `←` click and then `room` and then must type the name of the desired room ![Image](https://github.com/betrusted-io/xous-core/assets/11512866/391c60f9-b4e6-401c-a864-5fabc41727ec) It would be good if...

Chat Client

Enable the user to see information about the current Dialogue Perhaps a new `MenuItem` on the Chat menu checkout the [chat readme](https://github.com/betrusted-io/xous-core/blob/main/libs/chat/README.md)

Chat Client

Enable the user to forget and existing Dialogue - to delete the pddb key where the Dialogue is stored - add a `MenuItem` to the Chat Menu - implement Dialogue...

Chat Client

A right → click should raise the Post Menu with options specific to the hilited Post - reply, edit, delete etc. This is not currently implemented - but there is...

Chat Client

Currently the matrix login modal include 3 fields - username, domain & password. The username & domain may be better combined into a single field `@username:domain` and then parsed. Either...

Chat Client

In addition to the problems seen in #416, I am finding that the system will hard-hang after being up for over a minute. I think the problem is related to...

bug

we have no CI coverage of vaultbackup-rs, so, unsurprisingly it's breaking for users. add some CI test cases for this feature.

After using vaultbackup-rs backup, I got password entries copied to vaults they don't belong to. I did a backup with vaultbackup-rs. Process was: I unlock base 1 I enable host...