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

Remove chevrons from RoomSummaryCard_Button #7137

Merged
merged 43 commits into from
Nov 19, 2021

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    0a6c20c View commit details
    Browse the repository at this point in the history
  2. fix linter issues

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a9a2c41 View commit details
    Browse the repository at this point in the history
  3. fix style lint issues

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cb4ae5f View commit details
    Browse the repository at this point in the history
  4. Update src/components/structures/RoomView.tsx

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

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

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

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

    Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
    toger5 and jryans committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4a3b48d View commit details
    Browse the repository at this point in the history
  9. improove readibility for continue in for

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

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    74f9b93 View commit details
    Browse the repository at this point in the history
  11. reuse already added icons

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cfbdf40 View commit details
    Browse the repository at this point in the history
  12. more container comment fixes

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ffb0af8 View commit details
    Browse the repository at this point in the history
  13. fix app options button

    the button was at the wrong position when feature flag is disabled
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1155ae9 View commit details
    Browse the repository at this point in the history
  14. remove error message

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cd9d193 View commit details
    Browse the repository at this point in the history
  15. fix issue not beeing able to maximise

    only widgets with a hight index in the list could be maximised
    if another widget was already maximised
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a76e7ec View commit details
    Browse the repository at this point in the history
  16. remove maxmimisedDrawer

     -> add the logic to the AppDrawer
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    04e0b42 View commit details
    Browse the repository at this point in the history
  17. fix centering and overflow of appDrawer

    if maximised and right panel closed
    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    21b9549 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38f8cfe View commit details
    Browse the repository at this point in the history
  19. review fixes

    toger5 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0831b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    fdf7b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afef1d0 View commit details
    Browse the repository at this point in the history
  3. change accent-color

    maybe that fixes the github build
    toger5 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b06490e View commit details
    Browse the repository at this point in the history
  4. another try

    toger5 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b3c6526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03ec030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a23931b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. fix room state always overriding user settings

    (and causing various issues)
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    0bcb881 View commit details
    Browse the repository at this point in the history
  2. remove chevrons

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    54246db View commit details
    Browse the repository at this point in the history
  3. fix container border width

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    b1ef33b View commit details
    Browse the repository at this point in the history
  4. change icons, change border width

    use the correct variable for the expan icon
    use a new variable for the container-border-width
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ba4d09c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26d5cd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a8bba6 View commit details
    Browse the repository at this point in the history
  7. fix style lint

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6f3a1c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa35b44 View commit details
    Browse the repository at this point in the history
  9. fix bug where a widget can be open twice

    It was possible to open the widget in the right card
    and also have it fullscreen which lead to an infint react loop,
    moving around the persistant iFrame.
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7f0c5d6 View commit details
    Browse the repository at this point in the history
  10. review fixes

    ( file naming and remove image url variable)
    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    a8d2e5e View commit details
    Browse the repository at this point in the history
  11. fix awkward ternary stack

    toger5 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3743b74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6e9c82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    704ddc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    0b12ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b161586 View commit details
    Browse the repository at this point in the history
  3. remove padding for BaseCard button

    this fixes the margin for the number of ppl in a room
    toger5 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0e5ab5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe5b71 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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