summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Make transition queue smarter to avoid unnecessary transitionsOskar Nyberg3-44/+90
2023-03-10Replace transition queue with only one queued itemOskar Nyberg1-28/+20
2023-03-10Disconnect daemon during suspendOskar Nyberg2-1/+37
2023-02-27Fix back action collisionOskar Nyberg1-8/+25
2023-02-27Make routes importable without react routerOskar Nyberg5-26/+30
2023-02-22Add translator context to quantum secure connectionOskar Nyberg1-0/+2
2023-02-22Add ui setting for quantum resistance settingOskar Nyberg1-0/+65
2023-02-22Add quantum resistant property to daemon rpc and internal structuresOskar Nyberg8-0/+75
2023-02-21Make BackItem figure out icon based on history lengthOskar Nyberg4-34/+22
2023-02-21Add troubleshoot dialogOskar Nyberg4-42/+156
2023-02-21Add in app notification dialog specificationOskar Nyberg3-2/+73
2023-02-21Clarify some notification messagesOskar Nyberg1-3/+3
2023-02-21Fix window not closing when unpinning windowOskar Nyberg1-4/+8
2023-02-21Fix timeout duration not fitting into 32-bit signed integerOskar Nyberg1-2/+3
2023-02-10Add scheduler for first notificationOskar Nyberg1-5/+18
2023-02-09Prevent race condition when setting tray iconOskar Nyberg2-26/+57
2023-02-09Add support for showing notification dot in tray iconOskar Nyberg4-44/+118
2023-02-09Load icons when theme change instead of all at launchOskar Nyberg1-40/+18
2023-02-09Remove closedNotifications listOskar Nyberg1-7/+1
2023-02-09Close notifications when they are no longer relevantOskar Nyberg8-18/+43
2023-02-09Add dispose method on notification controllerOskar Nyberg2-0/+8
2023-02-09Only show one notification from each category and throttle updatesOskar Nyberg15-85/+91
2023-02-09Add notification categoriesOskar Nyberg8-16/+34
2023-02-09Add severity to SystemNotificationOskar Nyberg13-28/+80
2023-02-06Fix device sortingOskar Nyberg1-1/+1
2023-02-01Change to flex layout for ErrorView footerOskar Nyberg2-70/+88
2023-02-01Add 'Go to System Settings' button to launch viewDavid Lönnhager8-13/+158
2023-01-16Update onSend function when the message changesDavid Lönnhager1-1/+1
2023-01-15Replace space with - in menubar-icons directory nameOskar Nyberg1-1/+1
2023-01-10Remove unused NoDaemonErrorOskar Nyberg1-6/+0
2023-01-10Increase tunnel control height to 185 to include out-addressOskar Nyberg1-1/+1
2023-01-09Fix height correctionsOskar Nyberg1-4/+1
2023-01-09Fix position of connection panel when overflowingOskar Nyberg1-2/+2
2023-01-09Add hyphen to broken words in titlesOskar Nyberg1-0/+1
2023-01-09Add lang attributeOskar Nyberg2-11/+28
2023-01-09Fix Send Anyway button in problem reportOskar Nyberg1-1/+1
2023-01-05Change color of cell icon instance onlyOskar Nyberg1-1/+1
2023-01-04Use same margin on all sides of modalOskar Nyberg1-1/+1
2023-01-04Make long words in titles break into multiple linesOskar Nyberg1-1/+3
2023-01-04Change too many devices subtitle font sizeOskar Nyberg1-1/+1
2023-01-04Change please contact supportOskar Nyberg2-10/+10
2023-01-03Wait for navigation transitions in testOskar Nyberg2-20/+28
2023-01-03Use page.getByTestIdOskar Nyberg1-2/+2
2023-01-03Fix navigation when logging in from other frontendOskar Nyberg1-4/+3
2023-01-03Disable cmd+Q hotkeyOskar Nyberg1-2/+2
2022-12-15Add utility function for getting current url in e2e testsOskar Nyberg1-0/+9
2022-12-14Fix timeout on LinuxOskar Nyberg1-1/+3
2022-11-30Update MainView to respect accountExpired error stateOskar Nyberg1-3/+8
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg11-138/+69
2022-11-30Add enum for error state cause and update to new values from daemonOskar Nyberg2-67/+132