aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoom
Commit message (Collapse)AuthorAge
* chore: bump all recipes minor versionsLibravatar André Oliveira2024-05-04
|
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
| | | | | | | | | | | | | | | | | - update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Update Zoom recipe icon (#224)Libravatar Abdul Hafiz Muhammad2022-11-04
|
* Change isImage to link and stayInsideDiscord (#120)Libravatar André Oliveira2022-07-12
| | | | | * Change isImage to URL and stayInsideDiscord * Fix comments
* Fix open image in app or externally (instead of popup) (#37)Libravatar André Oliveira2022-05-31
| | | Fix #195 on Ferdium-app which causes a problem when opening images inside the discord (and possibly zoom).
* Add new service-level option 'trapLinkUrls' (#30)Libravatar Vijay Aravamudhan2022-05-23
| | | | | | This option can be used to allow the user to choose how to handle links (whether to open in the default browser or within the Ferdium service itself) Removed incorrect 'if' condition for zoom and discord for clickHandler
* Use a click-handler for slack to capture all click events and open in the ↵Libravatar Vijay A2022-05-15
| | | | same recipe webview
* Remove duplicate code and reuse 'Ferdium.openNewWindow()'Libravatar Vijay A2022-04-20
|
* Remove deprecated 'nativeWindowOpen' option from webPreferences due to ↵Libravatar Vijay A2022-04-18
| | | | upgrade of electron to '18.'
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Remove deprecated webPreference flagLibravatar Vijay A2022-04-18
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-17
|
* Add Zoom recipe (#827)Libravatar pesader2022-02-16