Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zulip/zulip-mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: zulip/zulip-mobile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: beta
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 14, 2019

  1. [beta] Temporarily revert slide-in timestamp labels.

    This reverts 8a1099f "msglist: Add slide-in timestamp labels for
    each message" aka #3491, so that we can apply #3488 instead in order
    to make a beta release with that change.
    gnprice committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    dadd8b3 View commit details
    Browse the repository at this point in the history
  2. [beta] brief-messages: Add timestamp.

    There have been multiple complaints about differing timestamps not
    being available for messages sent at differing times by the same
    user in succession. This commit aims to solve that problem by adding
    a timestamp which comes right after a brief message (on the same
    line, so as to conserve space). This timestamp uses the
    `float:right` property, and clears itself from timestamps appearing
    in further messages.
    
    There is a dummy element added in the `widget` builder in
    `messageAsHtml` in order to properly align the timestamp which goes
    along with it. Since this element is temporary and is a dummy itself
    anyways, it will not be a problem for code quality or
    understandibility since it is going to be replace soon.
    ishammahajan authored and gnprice committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    2994419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f894e View commit details
    Browse the repository at this point in the history
Loading