Chris Bobbe

Results 58 issues of Chris Bobbe

Followup to https://github.com/zulip/zulip-mobile/pull/5287#issuecomment-1088275490.

After #4683. The last commit mentions some shortcomings with the message list; screenshots below. But I think an approach like in that commit is a good enough 80% solution, and...

P1 high-priority

Currently if you tap a valid narrow link but it belongs to another org, we open it in the browser instead of in-app. We got a request for this feature...

a-multi-org

I have four main goals for this PR: - Stop applying the Zulip-message text color to things that aren't Zulip-message text (and refactor to make these errors easy to avoid)...

a-content
integration review

In web, the markers "1.", "2.", and "3." in 1. one 2. two 3. three are the same size as the list-item text ("one", "two", "three"): Not so in zulip-flutter,...

a-content

This is part of #157. The web app uses a special background color for DM messages: This color is currently identified as `--color-background-private-message-content` in web/styles/app_variables.css in zulip/zulip. We should use...

a-msglist
a-design

This probably makes sense to do after #646. We should highlight non-silent mentions of the self-user, following web, so that users can easily see when a mention is intended to...

a-content
a-msglist
a-design

With #503, we'll have support for spoilers! It has a glitch that won't be straightforward to fix, though, so I'm filing this to be worked on later. The message list's...

a-msglist
beta feedback

The user should be able to choose from these three options for the app's appearance: - Light - Dark - Follow OS Flutter's Material Design implementation paves the way to...

a-design

Currently (well, after #381), the `Subscription` class has a `colorSwatch` method to return a memoized `StreamColorSwatch`. That code is in `/api/model`. Probably there's a better, more UI-focused place to do...

a-model