Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resize screen #161

Merged
merged 92 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
5f4da14
resize screen horizontally
nicosammito Jul 12, 2024
44ef045
implementation of touch support and right resizable support
nicosammito Jul 15, 2024
4920f58
introducing snap on start width or height and vertical resizing
nicosammito Jul 16, 2024
fb699d2
fixing touch bug
nicosammito Jul 16, 2024
c39acf0
fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
7f7d754
2: fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
56341ea
fixing scroll down and reload behavior
nicosammito Jul 16, 2024
53defeb
preventing any side scroll effects
nicosammito Jul 16, 2024
af65f4c
new touch zones split for vertical resizing
nicosammito Jul 16, 2024
e05369b
working with collapsing and introducing hide box to show resizing is …
nicosammito Jul 16, 2024
a1ab85d
resize screen horizontally
nicosammito Jul 12, 2024
a6a8a05
implementation of touch support and right resizable support
nicosammito Jul 15, 2024
913fa1f
introducing snap on start width or height and vertical resizing
nicosammito Jul 16, 2024
1384c4d
fixing touch bug
nicosammito Jul 16, 2024
c2ca22e
fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
bc9b14d
2: fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
520a2f2
preventing any side scroll effects
nicosammito Jul 16, 2024
7ae1055
new touch zones split for vertical resizing
nicosammito Jul 16, 2024
ad5e214
working with collapsing and introducing hide box to show resizing is …
nicosammito Jul 16, 2024
abc1402
reducing width to prevent overlapping content
nicosammito Jul 19, 2024
f61ea6a
background to transparent
nicosammito Jul 19, 2024
1ad949c
correct calc
nicosammito Jul 19, 2024
00350ed
Update image snapshots
github-actions[bot] Jul 22, 2024
2b6ae9b
adjusting width and height of bar
nicosammito Jul 24, 2024
0b0d21e
removed html based resize area as trigger and moved to js calculation…
nicosammito Jul 28, 2024
8a36cbc
removing resizable style and adjusting label style
nicosammito Jul 28, 2024
52a5580
made sure that only one bar can be dragged at the same time. Also int…
nicosammito Jul 29, 2024
78ccfac
removing collapsable because folderControls can not be parsed from ou…
nicosammito Jul 29, 2024
95bc086
adjusting label style for bottom bar
nicosammito Jul 29, 2024
f0a6835
removing unnecessary imports
nicosammito Jul 29, 2024
51ba88d
check resize area also on mouseup
nicosammito Jul 29, 2024
d0af55a
added resize label to resize area
nicosammito Jul 29, 2024
bcac70b
adding correct cursor to bar on resize
nicosammito Jul 29, 2024
2bd388d
Update image snapshots
github-actions[bot] Jul 29, 2024
863aca4
adding size listener to check for overlapping bars to prevent showing…
nicosammito Jul 30, 2024
f958995
added dynamic resize zones and disable functionality for overlapping …
nicosammito Aug 8, 2024
8959f77
typescript errors
nicosammito Aug 9, 2024
64f75e4
adding resize label style also for vertical bars
nicosammito Aug 9, 2024
d174afd
better performance and naming conventions
nicosammito Aug 9, 2024
421a48c
resize screen horizontally
nicosammito Jul 12, 2024
81de0e5
implementation of touch support and right resizable support
nicosammito Jul 15, 2024
b3afdda
introducing snap on start width or height and vertical resizing
nicosammito Jul 16, 2024
571d56e
fixing touch bug
nicosammito Jul 16, 2024
fc736cf
fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
f9c6884
2: fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
65e1cbd
preventing any side scroll effects
nicosammito Jul 16, 2024
9d46226
new touch zones split for vertical resizing
nicosammito Jul 16, 2024
5ff196e
working with collapsing and introducing hide box to show resizing is …
nicosammito Jul 16, 2024
dc74e6d
resize screen horizontally
nicosammito Jul 12, 2024
5b1d307
implementation of touch support and right resizable support
nicosammito Jul 15, 2024
6698d34
introducing snap on start width or height and vertical resizing
nicosammito Jul 16, 2024
fe2d929
fixing touch bug
nicosammito Jul 16, 2024
5ddc04e
fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
53a0be1
2: fixing scroll behavior on ios that interferes with vertical resizing
nicosammito Jul 16, 2024
de07d32
preventing any side scroll effects
nicosammito Jul 16, 2024
65450d4
new touch zones split for vertical resizing
nicosammito Jul 16, 2024
860ec73
working with collapsing and introducing hide box to show resizing is …
nicosammito Jul 16, 2024
cd4f904
reducing width to prevent overlapping content
nicosammito Jul 19, 2024
e7e55c1
background to transparent
nicosammito Jul 19, 2024
ac2fda8
correct calc
nicosammito Jul 19, 2024
11552a3
adjusting width and height of bar
nicosammito Jul 24, 2024
c0d30fd
removed html based resize area as trigger and moved to js calculation…
nicosammito Jul 28, 2024
d0c1b83
removing resizable style and adjusting label style
nicosammito Jul 28, 2024
f82ddb3
made sure that only one bar can be dragged at the same time. Also int…
nicosammito Jul 29, 2024
e45076d
removing collapsable because folderControls can not be parsed from ou…
nicosammito Jul 29, 2024
2feae1c
adjusting label style for bottom bar
nicosammito Jul 29, 2024
aea7d4d
removing unnecessary imports
nicosammito Jul 29, 2024
75e3cc1
check resize area also on mouseup
nicosammito Jul 29, 2024
7263373
added resize label to resize area
nicosammito Jul 29, 2024
db88aa7
adding correct cursor to bar on resize
nicosammito Jul 29, 2024
7b6006a
adding size listener to check for overlapping bars to prevent showing…
nicosammito Jul 30, 2024
3803fa7
added dynamic resize zones and disable functionality for overlapping …
nicosammito Aug 8, 2024
9a2f2f3
typescript errors
nicosammito Aug 9, 2024
b1c6831
adding resize label style also for vertical bars
nicosammito Aug 9, 2024
3959266
better performance and naming conventions
nicosammito Aug 9, 2024
62b3c67
upgrading to newer axios version because of vulnerabilities
nicosammito Aug 14, 2024
ce03392
remove todo
nicosammito Aug 14, 2024
9274bfd
outsource methods
nicosammito Aug 14, 2024
4b422db
new implementation of opposite resize label showing function
nicosammito Aug 16, 2024
8502c07
change variant of card
nicosammito Sep 16, 2024
3ecb6ea
add another screen to test dynamic resize areas better
nicosammito Sep 16, 2024
eec7c45
add dependency to calculate overlapping area for dynamic resizing
nicosammito Sep 16, 2024
84f6cb6
fixing dynamic resizing
nicosammito Sep 16, 2024
eb2674e
fixing resize label calculation
nicosammito Sep 16, 2024
e0a1aae
changing sizes
nicosammito Oct 6, 2024
8388469
outsource DScreen components into separate files
nicosammito Oct 6, 2024
aa8a558
changing standard behaviour of text component
nicosammito Oct 6, 2024
9c72da3
adding possibility to get specific child also over specific props
nicosammito Oct 6, 2024
098a940
adding left bar to show the folder structure in a better way
nicosammito Oct 6, 2024
80afafa
just one active element
nicosammito Oct 6, 2024
c20373a
changing some colors
nicosammito Oct 6, 2024
36ee553
Update image snapshots
github-actions[bot] Oct 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .storybook/global.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
html {
overflow: hidden;
overscroll-behavior: none;
}
1 change: 1 addition & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import './global.scss';
import type {Preview} from "@storybook/react";

const preview: Preview = {
Expand Down
Binary file modified __snapshots__/alert--with-body-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/alert--with-body-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/alert--with-body-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/alert--without-body-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/alert--without-body-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/alert--without-body-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/badge--button-example-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/badge--button-example-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/badge--button-example-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/badge--variants-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/badge--variants-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/badge--variants-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/button--button-groups-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/button--button-groups-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/button--button-groups-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/button--buttons-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/button--buttons-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/button--buttons-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/card--card-news-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/card--card-news-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/card--card-news-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/container--container-row-col-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/container--container-row-col-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/container--container-row-col-webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/container--container-with-news-chromium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __snapshots__/container--container-with-news-firefox.png
Binary file modified __snapshots__/container--container-with-news-webkit.png
Binary file modified __snapshots__/dialog--example-dialog-chromium.png
Binary file modified __snapshots__/dialog--example-dialog-firefox.png
Binary file modified __snapshots__/dialog--example-dialog-webkit.png
Binary file modified __snapshots__/dialog--long-dialog-chromium.png
Binary file modified __snapshots__/dialog--long-dialog-firefox.png
Binary file modified __snapshots__/dialog--long-dialog-webkit.png
Binary file modified __snapshots__/dialog--nested-dialog-chromium.png
Binary file modified __snapshots__/dialog--nested-dialog-firefox.png
Binary file modified __snapshots__/dialog--nested-dialog-webkit.png
Binary file modified __snapshots__/dropdown--dropdowns-chromium.png
Binary file modified __snapshots__/dropdown--dropdowns-firefox.png
Binary file modified __snapshots__/dropdown--dropdowns-webkit.png
Binary file modified __snapshots__/input--disabled-chromium.png
Binary file modified __snapshots__/input--disabled-firefox.png
Binary file modified __snapshots__/input--disabled-webkit.png
Binary file modified __snapshots__/input--mail-firefox.png
Binary file modified __snapshots__/input--mail-webkit.png
Binary file modified __snapshots__/input--not-valid-firefox.png
Binary file modified __snapshots__/input--not-valid-webkit.png
Binary file modified __snapshots__/input--valid-firefox.png
Binary file modified __snapshots__/input--valid-webkit.png
Binary file modified __snapshots__/menu--menu-account-chromium.png
Binary file modified __snapshots__/menu--menu-account-firefox.png
Binary file modified __snapshots__/menu--menu-account-list-chromium.png
Binary file modified __snapshots__/menu--menu-account-list-firefox.png
Binary file modified __snapshots__/menu--menu-account-list-webkit.png
Binary file modified __snapshots__/menu--menu-account-webkit.png
Binary file modified __snapshots__/popover--popover-test-chromium.png
Binary file modified __snapshots__/popover--popover-test-firefox.png
Binary file modified __snapshots__/popover--popover-test-webkit.png
Binary file modified __snapshots__/quote--quote-with-logo-chromium.png
Binary file modified __snapshots__/quote--quote-with-logo-firefox.png
Binary file modified __snapshots__/quote--quote-with-logo-webkit.png
Binary file modified __snapshots__/quote--quote-without-logo-chromium.png
Binary file modified __snapshots__/quote--quote-without-logo-firefox.png
Binary file modified __snapshots__/quote--quote-without-logo-webkit.png
Binary file modified __snapshots__/select--basic-select-chromium.png
Binary file modified __snapshots__/select--basic-select-firefox.png
Binary file modified __snapshots__/select--basic-select-webkit.png
Binary file modified __snapshots__/tooltip--tooltip-example-chromium.png
Binary file modified __snapshots__/tooltip--tooltip-example-firefox.png
Binary file modified __snapshots__/tooltip--tooltip-example-webkit.png
Loading