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

Further improve replies #6396

Merged

Commits on Jul 17, 2021

  1. Give reply tile an avatar

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    fa03943 View commit details
    Browse the repository at this point in the history
  2. Improve in reply to

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    1173e42 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Drop In reply to for Expand thread

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    1823d30 View commit details
    Browse the repository at this point in the history
  2. Fix avatar alignment

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    f5947d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4dc7cc View commit details
    Browse the repository at this point in the history
  4. Fix default avatar alignment

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    48ecd17 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Simplifie code

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    115ef89 View commit details
    Browse the repository at this point in the history
  2. Simplifie some more code

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    447ffc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8e75c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Make replies lighter

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ce5d973 View commit details
    Browse the repository at this point in the history
  2. Give replies a hover effect

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    527ad32 View commit details
    Browse the repository at this point in the history
  3. Revert changes to sender profile in replies

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2344ed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce9b88 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Improve padding

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f2d0a9a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    714febf View commit details
    Browse the repository at this point in the history
  2. Increase line height of replies

    to keep descenders from being cut off, and generally give them more room
    to breathe.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    286b851 View commit details
    Browse the repository at this point in the history
  3. Replace reply hover effect with a color change

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6c5b0c3 View commit details
    Browse the repository at this point in the history
  4. Replace expand thread hover effect with an opacity change

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    47b03dd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Simplify image and sticker reply designs

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2862e0e View commit details
    Browse the repository at this point in the history
  2. Revise file and deleted message padding to match new reply layout

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e5293c3 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded CSS

    Since the download button for files got moved out of the timeline and
    into the message action bar, hiding it manually is no longer necessary.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    afd9600 View commit details
    Browse the repository at this point in the history
  4. Hide edited indicator from replies

    There are a few reasons for this: it adds visual noise to what is meant
    to be a brief preview, it can sometimes add an extra line to the reply
    preview, and clicking on it inside a reply was broken due to the
    stacking of event listeners.
    
    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    16a7943 View commit details
    Browse the repository at this point in the history
  5. Fix i18n

    Signed-off-by: Robin Townsend <robin@robin.town>
    robintown committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    3bb7aff View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    3fdd70a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6eca8b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    e053588 View commit details
    Browse the repository at this point in the history
  2. "Expand thread" -> "Expand replies"

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    9cd4187 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2ae66ef View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7f5f6a8 View commit details
    Browse the repository at this point in the history
  2. Add a missing import

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3825fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    0f8ed1e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    9752409 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    efda6a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    72eb401 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7e2ed72 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3fdd38e View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    57ba2c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    1dc8b90 View commit details
    Browse the repository at this point in the history
  2. Use this.state

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    14f7f52 View commit details
    Browse the repository at this point in the history
  3. Fix sender profile confusion

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    9a5e71c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    78ae7e8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    6c16a41 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8875f0b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    c2cf242 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge remote-tracking branch 'upstream/develop' into feature/improved…

    …-replies
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    33a4ba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    927c4d0 View commit details
    Browse the repository at this point in the history
  2. Implement suggested changes

    robintown committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e6197d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    ae6cdbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0689050 View commit details
    Browse the repository at this point in the history