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

Display redacted body on ThreadView in the same way as normal messages #9016

Merged
merged 27 commits into from
Mar 8, 2023
Merged

Display redacted body on ThreadView in the same way as normal messages #9016

merged 27 commits into from
Mar 8, 2023

Commits on Mar 3, 2023

  1. Align redacted body on ThreadView with message text, summary text, an…

    …d reactions row by applying the same padding setting as main timeline
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    0dcf43a View commit details
    Browse the repository at this point in the history
  2. Setting block keyword value is no longer required

    mx_EventTile_line wraps mx_EventTile_mediaLine and its elements
    
    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e2fe55c View commit details
    Browse the repository at this point in the history
  3. Merge style blocks

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5934218 View commit details
    Browse the repository at this point in the history
  4. Edit comments

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b98ee66 View commit details
    Browse the repository at this point in the history
  5. Change order of the style rules

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1430ffb View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6e63640 View commit details
    Browse the repository at this point in the history
  7. Add zero padding to continued event tile without !important flag

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d33ea3e View commit details
    Browse the repository at this point in the history
  8. Add Percy tests for initial ThreadView

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    696c259 View commit details
    Browse the repository at this point in the history
  9. Add Percy tests for reactions on ThreadView

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9e3d12f View commit details
    Browse the repository at this point in the history
  10. Add Percy tests for redacted messages on ThreadView

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    69e1edd View commit details
    Browse the repository at this point in the history
  11. lint

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f935934 View commit details
    Browse the repository at this point in the history
  12. Edit the test to check ThreadPanel with an unread dot

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c5f3cbb View commit details
    Browse the repository at this point in the history
  13. Add a test to send location on ThreadView

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    06fd22a View commit details
    Browse the repository at this point in the history
  14. Add a test to reply to location on ThreadView

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e9ef45c View commit details
    Browse the repository at this point in the history
  15. Add a test to check layout of polls on ThreadView

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ea96c7d View commit details
    Browse the repository at this point in the history
  16. Edit comments

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    def8903 View commit details
    Browse the repository at this point in the history
  17. lint

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    45ef4a2 View commit details
    Browse the repository at this point in the history
  18. Add the test for spacing of hidden events and fix the spacing

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    45ad094 View commit details
    Browse the repository at this point in the history
  19. Merge .within()

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    242fa5b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b52bf0d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Check CSS rules for spacing as well

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b610bb6 View commit details
    Browse the repository at this point in the history
  2. Fix spacing of hidden event on bubble layout

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    3e90afb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Update tests

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    7ca0495 View commit details
    Browse the repository at this point in the history
  2. Improve the test

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    d0c4440 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Edit .within()

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9966d98 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    c5beeb4 View commit details
    Browse the repository at this point in the history
  2. Update the test

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    20aa4aa View commit details
    Browse the repository at this point in the history