aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
Commit message (Collapse)AuthorAge
* Deleted the 'sentry' line in index.html - which mysteriously fixes #840Libravatar Vijay A2022-12-15
|
* Fix #814 temporarily by disabling sentryLibravatar André Oliveira2022-12-15
|
* feat: bring sentry back (#736)Libravatar Ricardo Cino2022-11-03
|
* refactor: convert global app to typescript (#723)Libravatar Balaji Vijayakumar2022-10-31
|
* Fix navigation toolbar buttons not being clickable (fixes #347) (#348)Libravatar Vijay Aravamudhan2022-06-24
|
* Remove integration with sentry (fixes #233) (#234)Libravatar Vijay Aravamudhan2022-06-11
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* Close body tag in index.htmlLibravatar Andrzej Ressel2020-01-29
|
* #160 Setup Sentry for ElectronLibravatar Amine Mouafik2019-10-31
|
* Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|
* MVP for service <-> todos integrationLibravatar Dominik Guzei2019-07-31
|
* Fix settings window dependenceLibravatar Stefan Malzner2019-06-28
|
* feat(App): Bump electron to 5.0.1Libravatar Stefan Malzner2019-05-24
|
* Add debug flags to render processLibravatar Stefan Malzner2018-03-18
|
* override platform in code and simulate different environmentLibravatar haraldox2018-02-22
| | | | | [MINOR] REFACTOR rename `FRANZ_PLATFORM` to `OS_PLATFORM` [MINOR] FIX propTypes for `electron-react-titlebar`
* choose platform with environment variable `FRANZ_PLATFORM`Libravatar haraldox2018-02-20
|
* Improve annoying livereload reload behaviour for main/webview processesLibravatar Stefan Malzner2018-01-05
|
* initial commitLibravatar Stefan Malzner2017-10-13