summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Ensure main tray window can properly join full screen spaces on macOSClaudio Cambra1-1/+1
2023-03-28Hide the main window in macOS mission controlClaudio Cambra1-0/+1
2023-03-27Add changelogAndrej Mihajlov1-1/+0
2023-03-27Update gui/locales/messages.potAlexander Seiler1-1/+1
2023-03-27Fix many typosAlexander Seiler17-22/+22
2023-03-27Add test that logs in to provided accountOskar Nyberg1-4/+35
2023-03-27Add logout testOskar Nyberg2-3/+32
2023-03-27Add login testsOskar Nyberg5-42/+105
2023-03-27Fix logout from welcome viewOskar Nyberg1-0/+1
2023-03-24Update playwrightOskar Nyberg2-26/+53
2023-03-24Update node and npm versionOskar Nyberg1-2/+2
2023-03-24Update Electron to 23.2.0Oskar Nyberg2-410/+343
2023-03-24Upgrade TypeScriptOskar Nyberg2-550/+796
2023-03-23Remove port 443 from available WireGuard over TCP portsLinus Färnstrand1-1/+1
2023-03-20Update messages.potsaber safavi1-0/+21
2023-03-16Sync localizationAlbin1-0/+9
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 Nyberg6-26/+31
2023-02-23Remove unnecessary wait during electron launch in testsOskar Nyberg1-12/+1
2023-02-22Remove dependency on libnslDavid Lönnhager1-1/+1
2023-02-22Update translationsOskar Nyberg1-0/+17
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-21Update translationsOskar Nyberg1-3/+50
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-20Rename test.pkg.json to standalone-tests.pkg.jsonOskar Nyberg3-2/+2
2023-02-20Add test executable build script to handle target platformOskar Nyberg2-5/+39
2023-02-10Add scheduler for first notificationOskar Nyberg1-5/+18
2023-02-09Update translationsOskar Nyberg1-0/+4
2023-02-09Prevent race condition when setting tray iconOskar Nyberg2-26/+57
2023-02-09Add tray icons with notification dotOskar Nyberg140-0/+0
2023-02-09Add notification symbol svgOskar Nyberg1-0/+5
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-09Add tray icon with notification dot to build-menubar-iconsOskar Nyberg1-21/+120
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