summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/TransitionContainer.tsx
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar1-381/+0
2024-06-18Fix eslint errorsOskar Nyberg1-2/+4
All changes in this commit were produced by running `npm run lint -- --fix`.
2024-05-28Add lint exception for some aria and testid propsOskar Nyberg1-1/+0
2024-01-31Adapt Electron frontend to new access method settings formatMarkus Pettersson1-0/+1
2023-11-17Evaluate current transition state more strictly to avoid freezingOskar Nyberg1-2/+2
2023-10-30Adjust codebase to breaking changes in styled components v6Oskar Nyberg1-25/+32
2023-04-19Enable pointer events on the new view when transitioningOskar Nyberg1-10/+6
2023-03-27Fix many typosAlexander Seiler1-1/+1
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-10Make transition queue smarter to avoid unnecessary transitionsOskar Nyberg1-43/+88
2023-03-10Replace transition queue with only one queued itemOskar Nyberg1-28/+20
2023-01-03Wait for navigation transitions in testOskar Nyberg1-19/+27
2022-11-28Call transition finished callback once onlyOskar Nyberg1-14/+15
2022-10-07Update react and react-domHank1-0/+1
2022-10-03Add will-change to TransitionContainer.tsxHank1-0/+1
2022-10-03Use translate3d for TransitionContainer.tsxHank1-1/+1
2022-09-09Add transition when logging outOskar Nyberg1-10/+7
2022-09-09Add component for pausing reduxOskar Nyberg1-14/+19
2022-04-05Fix import orderingOskar Nyberg1-0/+1
2022-01-24Force refow to make transition workOskar Nyberg1-2/+13
Transitions weren't executing unless a reflow was triggered. Adding a `offsetHeight` solved this. I've also added comments to TransitionContainer.
2021-09-30Fix size of TransitionContainer to make settings pages scrollableOskar Nyberg1-0/+2
2021-07-01Removed now unused transition rules and helper methodsOskar Nyberg1-3/+3
2020-12-04Replace use of deprecated React lifecycle methodOskar Nyberg1-27/+21
2020-10-29Add ESLint naming convention ruleOskar Nyberg1-0/+1
2020-09-29Switch to onTransitionEnd in TransitionContainerOskar Nyberg1-26/+25
2020-09-29Reset focus on navigationOskar Nyberg1-0/+2
2020-08-28Convert components in TransitionContainer.tsx from ReactXPOskar Nyberg1-204/+143
2020-08-14Fix type issue that appeared with typescript 3.9.7Oskar Nyberg1-2/+2
2019-09-23Use pointer-events instead of z-index to fix the hover stateAndrej Mihajlov1-7/+8
When changing z-index, the DOM does not send the mouse-over event to the hovered element, however it works fine when using pointer-events.
2019-03-13Revamp transition container to support transition queuesAndrej Mihajlov1-161/+308
2019-03-01Replace pointerEvents style with ignorePointerEvents propertyAndrej Mihajlov1-16/+20
2019-03-01Remove orphaned @ts-ignoreAndrej Mihajlov1-1/+0
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+226