Commit Graph

29 Commits

Author SHA1 Message Date
Alice Gaudon ab38ff51dc Upgrade to electron 17, upgrade dependencies 2022-03-17 12:36:40 +01:00
Alice Gaudon 94879e4258 Fix target="_blank" links not opening, use new api for new window handling 2021-09-25 11:22:14 +02:00
Alice Gaudon 16ecfd112f Upgrade dependencies, bump electron to 15.0.0 2021-09-22 15:53:19 +02:00
Alice Gaudon 099f5bec64 Use local version of font-awesome instead of cdn 2021-05-25 12:14:52 +02:00
Alice Gaudon aeed83a9f7 Update electron updater url 2021-03-06 18:45:37 +01:00
Alice Gaudon a6d7bd3604 Stop using remote in renderer process
Fix unused import
2021-03-06 18:45:37 +01:00
Alice Gaudon 9fb8354878 Remove explicitly setting contextIsolation to true
contextIsolation is now true by default in electron 12.x
2021-03-06 18:45:37 +01:00
Alice Gaudon 79b79e0aec Fix protocol status badge not updating for active service with id 0 2020-11-27 14:47:11 +01:00
Alice Gaudon ada191e971 Update new update download link 2020-11-27 14:31:42 +01:00
Alice Gaudon 3e4a1dbe81 Add zoom reset, zoom in and zoom out in service navigation context menu 2020-11-03 08:30:29 +01:00
Alice Gaudon e1f15ba892 Fix all lint problems 2020-09-30 18:45:48 +02:00
Alice Gaudon 0c6d6a466b Add "file not found" error and do not catch user aborts as load errors 2020-07-16 18:10:33 +02:00
Alice Gaudon 881e16895e Add default service icon pending favicon 2020-07-14 11:08:24 +02:00
Alice Gaudon 92659c64f2 Add service loading navigation button animation 2020-07-14 11:08:09 +02:00
Alice Gaudon ae1c343560 Add error page on connection error 2020-07-14 10:31:09 +02:00
Alice Gaudon 05acd44e98 Fix service navigation button sorted in wrong order when editing service 2020-07-14 10:01:34 +02:00
Alice Gaudon 03f275e6e8 custom user-agent: rename "auto-fill" button to "Disguise as"
- Give Firefox and Chrome alternatives
- Update firefox user-agent to 78
2020-07-14 09:49:30 +02:00
Alice Gaudon 9dbbed8da8 Fix url-preview visibility 2020-07-10 14:20:20 +02:00
Alice Gaudon 521c8d2d48 Hide navigation bar when window is in fullscreen 2020-06-24 18:51:24 +02:00
Alice Gaudon c327af9981 Remove human error 2020-06-15 16:34:20 +02:00
Alice Gaudon 1ce4cae217 Fix nav status tooltip z-index 2020-06-15 16:24:04 +02:00
Alice Gaudon d90b8b0b05 Add config option to increase the navigation bar's size
Closes #4
2020-06-15 15:45:35 +02:00
Alice Gaudon 2822a2e110 "Fake hide" service webviews to enable actual preloading
Closes #16
2020-06-15 15:25:58 +02:00
Alice Gaudon 175b56d8f2 Add config option to start tabs minimized in system tray
Closes #14
2020-06-15 15:08:52 +02:00
Alice Gaudon 9a71005014 Fix bad inline javascript usage 2020-05-26 10:54:47 +02:00
Alice Gaudon bd906ddda6 Enable contextIsolation on webviews 2020-05-26 09:38:00 +02:00
Alice Gaudon b7f5ca9da6 Don't use webpack to transpile ts into js for frontend 2020-05-26 09:37:44 +02:00
Alice Gaudon 56b876c63a Fix CSP security (remove unsafe-inline and unsafe-eval) 2020-05-26 09:36:37 +02:00
Alice Gaudon fef26217a6 Add webpack to process frontend resources, use typescript on frontend and switch fontawesome to npm package 2020-05-25 07:28:06 +02:00