| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-14 | Move gui directory to desktop/packages/mullvad-vpn | Oskar | 1 | -381/+0 | |
| 2024-06-18 | Fix eslint errors | Oskar Nyberg | 1 | -2/+4 | |
| All changes in this commit were produced by running `npm run lint -- --fix`. | |||||
| 2024-05-28 | Add lint exception for some aria and testid props | Oskar Nyberg | 1 | -1/+0 | |
| 2024-01-31 | Adapt Electron frontend to new access method settings format | Markus Pettersson | 1 | -0/+1 | |
| 2023-11-17 | Evaluate current transition state more strictly to avoid freezing | Oskar Nyberg | 1 | -2/+2 | |
| 2023-10-30 | Adjust codebase to breaking changes in styled components v6 | Oskar Nyberg | 1 | -25/+32 | |
| 2023-04-19 | Enable pointer events on the new view when transitioning | Oskar Nyberg | 1 | -10/+6 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 1 | -1/+1 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-10 | Make transition queue smarter to avoid unnecessary transitions | Oskar Nyberg | 1 | -43/+88 | |
| 2023-03-10 | Replace transition queue with only one queued item | Oskar Nyberg | 1 | -28/+20 | |
| 2023-01-03 | Wait for navigation transitions in test | Oskar Nyberg | 1 | -19/+27 | |
| 2022-11-28 | Call transition finished callback once only | Oskar Nyberg | 1 | -14/+15 | |
| 2022-10-07 | Update react and react-dom | Hank | 1 | -0/+1 | |
| 2022-10-03 | Add will-change to TransitionContainer.tsx | Hank | 1 | -0/+1 | |
| 2022-10-03 | Use translate3d for TransitionContainer.tsx | Hank | 1 | -1/+1 | |
| 2022-09-09 | Add transition when logging out | Oskar Nyberg | 1 | -10/+7 | |
| 2022-09-09 | Add component for pausing redux | Oskar Nyberg | 1 | -14/+19 | |
| 2022-04-05 | Fix import ordering | Oskar Nyberg | 1 | -0/+1 | |
| 2022-01-24 | Force refow to make transition work | Oskar Nyberg | 1 | -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-30 | Fix size of TransitionContainer to make settings pages scrollable | Oskar Nyberg | 1 | -0/+2 | |
| 2021-07-01 | Removed now unused transition rules and helper methods | Oskar Nyberg | 1 | -3/+3 | |
| 2020-12-04 | Replace use of deprecated React lifecycle method | Oskar Nyberg | 1 | -27/+21 | |
| 2020-10-29 | Add ESLint naming convention rule | Oskar Nyberg | 1 | -0/+1 | |
| 2020-09-29 | Switch to onTransitionEnd in TransitionContainer | Oskar Nyberg | 1 | -26/+25 | |
| 2020-09-29 | Reset focus on navigation | Oskar Nyberg | 1 | -0/+2 | |
| 2020-08-28 | Convert components in TransitionContainer.tsx from ReactXP | Oskar Nyberg | 1 | -204/+143 | |
| 2020-08-14 | Fix type issue that appeared with typescript 3.9.7 | Oskar Nyberg | 1 | -2/+2 | |
| 2019-09-23 | Use pointer-events instead of z-index to fix the hover state | Andrej Mihajlov | 1 | -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-13 | Revamp transition container to support transition queues | Andrej Mihajlov | 1 | -161/+308 | |
| 2019-03-01 | Replace pointerEvents style with ignorePointerEvents property | Andrej Mihajlov | 1 | -16/+20 | |
| 2019-03-01 | Remove orphaned @ts-ignore | Andrej Mihajlov | 1 | -1/+0 | |
| 2019-03-01 | Move desktop to the root | Andrej Mihajlov | 1 | -0/+226 | |
