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

Add option to change the size of images/videos in the timeline #7017

Merged
merged 18 commits into from
Nov 17, 2021

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    aef7e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9584a58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a335c6a View commit details
    Browse the repository at this point in the history
  4. Update src/components/views/settings/ImageSizePanel.tsx

    Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
    turt2live and SimonBrandner committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    e56f918 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    359ebd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52ad3f View commit details
    Browse the repository at this point in the history
  3. Apply 8px border radius

    turt2live committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    11f1d89 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    ec46fce View commit details
    Browse the repository at this point in the history
  2. fix crash when opening the appearance-settings

     - it uses the EventTileView fakeEvent which results in room beeing null
     as a consequence `room.findThreadForEvent` crashes the panel
    toger5 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f13d1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72c4ef View commit details
    Browse the repository at this point in the history
  4. Make images size based on Width

    (but still follow hight constraints)
     - refactor using size constants form ImageSize
    toger5 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2512087 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

  1. fix typo

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ee6fcc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33428cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ec75f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    591b63e View commit details
    Browse the repository at this point in the history
  5. add return type to thumbScale

    toger5 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6748113 View commit details
    Browse the repository at this point in the history
  6. add space at the top of the file

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6975892 View commit details
    Browse the repository at this point in the history