Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Redesign: restyle jump to first unread message & rework read marker logic #2322

Closed
wants to merge 22 commits into from

Commits on Dec 3, 2018

  1. apply redesign to topunreadmessagebar

    with placeholder for message count
    bwindels committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    509ce3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3267d11 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. remove badge stuff

    bwindels committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    12ca38f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    97dd88e View commit details
    Browse the repository at this point in the history
  2. use timer in UserActivity

    bwindels committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d7e3d39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060f971 View commit details
    Browse the repository at this point in the history
  4. use timer in Presence

    bwindels committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    04e1542 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. better naming

    bwindels committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7f93a50 View commit details
    Browse the repository at this point in the history
  2. fix infinite loop in Presence updater

    Make Timer revert back to not started state so you can't forget to clone it like was the case here.
    bwindels committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    67c1296 View commit details
    Browse the repository at this point in the history
  3. introduce a RM timeout for out of view and in view

    and change timeout on timer when that changes
    bwindels committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    40b9e7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a788094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a958641 View commit details
    Browse the repository at this point in the history
  6. read receipts can be put at same position as RM,

    so allow the jump button to be visible
    bwindels committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    2e4e330 View commit details
    Browse the repository at this point in the history
  7. don't update RM when loading timeline

    as it will immediately put it to the bottom with new logic
    bwindels committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    b4a17d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    4003a52 View commit details
    Browse the repository at this point in the history
  2. start/stop user activity on focus/blur/pagevisibility

    makes the useractivity logic more consistent then doing it in
    timelinepanle when user switches away from the page.
    bwindels committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    70f4eb8 View commit details
    Browse the repository at this point in the history
  3. remove debug logging

    bwindels committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    80ff9f6 View commit details
    Browse the repository at this point in the history
  4. fix lint

    bwindels committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    24d7cd2 View commit details
    Browse the repository at this point in the history
  5. dedupe timeout logic

    bwindels committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    b26a4bb View commit details
    Browse the repository at this point in the history
  6. fix test

    bwindels committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    2608c31 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    f856a64 View commit details
    Browse the repository at this point in the history
  2. remove logging

    bwindels committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    d3ff36e View commit details
    Browse the repository at this point in the history