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

Allow persistent resizing of the widget app drawer #5138

Merged
merged 17 commits into from
Sep 8, 2020
Merged

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Aug 21, 2020

pv and others added 9 commits April 30, 2020 20:14
Using flexboxes removes the need for pixel constants, and the app
content now resizes to fill the tiles.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
The event coordinates are document coordinates, so the offset they are
compared to should also be the document one.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Pauli Virtanen <pav@iki.fi>
 into resizable-appsdrawer

� Conflicts:
�	res/css/views/rooms/_AppsDrawer.scss
@t3chguy t3chguy marked this pull request as ready for review August 24, 2020 13:05
@t3chguy t3chguy requested review from a team August 24, 2020 13:05
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks reasonable, just a few questions.

res/css/views/rooms/_AppsDrawer.scss Outdated Show resolved Hide resolved
src/hooks/useLocalStorage.ts Outdated Show resolved Hide resolved
@t3chguy t3chguy requested a review from jryans August 27, 2020 09:46
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me! 😄

src/hooks/useLocalStorageState.ts Outdated Show resolved Hide resolved
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Copy link
Contributor

@nadonomy nadonomy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@t3chguy is there anything we can do to make the timeline position persist while resizing? It feels really strange now where resizing widgets to increase their height also impacts the timeline view, where it'd be better if the scroll position persisted.

@t3chguy

This comment has been minimized.

@t3chguy

This comment has been minimized.

@t3chguy t3chguy requested review from nadonomy and jryans September 2, 2020 11:06
Copy link
Contributor

@bwindels bwindels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have looked at scroll panel and resize notifier changes, and that looks 👍

@jryans jryans removed their request for review September 2, 2020 16:04
Copy link
Contributor

@nadonomy nadonomy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feeling good, thanks!

 into t3chguy/dpsah/6785

� Conflicts:
�	src/components/structures/ScrollPanel.js
�	src/components/views/rooms/AppsDrawer.js
@t3chguy t3chguy merged commit ddba5c6 into develop Sep 8, 2020
@t3chguy t3chguy deleted the t3chguy/dpsah/6785 branch September 8, 2020 08:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resize widget area height in room via Riot interface
5 participants