threema-web icon indicating copy to clipboard operation
threema-web copied to clipboard

The Threema Web application.

Results 106 threema-web issues
Sort by recently updated
recently updated
newest added

Being able to select multiple messages would enable... - downloading multiple files/images at once, and - removing multiple messages at once. The technical challenge for multiple downloads is the amount...

ui
feature

The media overview, we know from the app, is currently missing in the web version of Threema. It would be nice to have it there too.

feature
app-update

## Expected Behavior Entering text should have one of the highest "priorities" when processing stuff and should not be delayed. It should be immediately visible what the user entered when...

performance

## Current Behavior The current SCTP send/receive window size is 128 KiB in Firefox (see [this issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1051685)). I'm pretty sure most other browsers use it as well. Maximum throughput is...

optimization
app-update

The loading screen can be improved. Right now, sometimes people don't know what exactly is going on. Here's an idea: When loading the initial data (60-100% progress), show exactly what...

ui
optimization

We could show the call status (ongoing call, etc) in the UI. The best way would probably to show a horizontal bar somewhere indicating that a call is ongoing.

feature

## Expected Behavior When using NVDA and Firefox on Windows, and navigating inside a particular message article container, the button for the message actions should appear. I should not have...

ui
accessibility

At the moment, we sometimes use an alert and sometimes use the notification bar at the bottom. I'm not entirely sure we use both consistently. At least, we should define...

ui

## Expected Behavior ID should be replaced with "@Name" or so… (as the visible background is not there in notifications)… don't know how it is done in the Threema app...

bug

While refactoring the message acknowledgements (#597), I've encountered a bunch of Promise rejection cases that are not handled by the caller. See `TODO`s in https://github.com/threema-ch/threema-web/blob/7c06391d44a2b10ac2e704add6328324640feb52/src/services/webclient.ts.

bug