alexkim205 / G-Desktop-Suite

Google Suite as a desktop app. Made possible with Electron.
MIT License
1.62k stars 97 forks source link

Offline docs extension #130

Open brukberhane opened 2 years ago

brukberhane commented 2 years ago
Status Type Env Vars Change
Ready Feature No

Problem

Resolves #105.

Solution

Manually added the offline extension folder to the project and told electron-builder to package it with applications

Other changes (e.g. bug fixes, UI tweaks, small refactors)

Also upgraded Electron to 15 and refactored some code so that it doesn't complain about deprecations. There was also a memory leak that kept occurring that is not fixed.

brukberhane commented 2 years ago

There is still some issues with the offline extension not being loaded correctly when packaged

brukberhane commented 2 years ago

This should resolve the offline directories for MacOS but I don't know the directory structure for other platforms

brukberhane commented 2 years ago

Note, these updates seem to have broken darkmode support