aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/steamchat
Commit message (Collapse)AuthorAge
* Add new steamchat recipe icon. (#429)Libravatar Abdul Hafiz Muhammad2023-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Brax.me recipe added again. * MIT License created. * Delete icon.svg * Zoom Icon Update * package,json version update * Delete icon.svg * Yahoo Mail Icon Updated * package.json version updated * Delete recipes/twitter/icon.svg * Add new icon.svg * Renamed twitter recipe to x. * Update JSON object with new service URL and name The service URL and name in the JSON object were updated from Twitter to X and from https://twitter.com to https://x.com. The ID and version were also updated to x and 1.4.1. * Revert "Update JSON object with new service URL and name" This reverts commit 713a8e5497c81978204bc195370f4ee26b4764ca. * Revert "Renamed twitter recipe to x." This reverts commit b707b375a848c88d1c38b65821e1c25052227ffc. * Revert "Add new icon.svg" This reverts commit 54750d3778c610661c4f62a67bc49c1fb35366ad. * Revert "Delete recipes/twitter/icon.svg" This reverts commit c40aac95e738649fc78ec0c0ff6392178b7d767c. * Delete recipes/twitter/icon.svg * Add new icon for Twitter recipe. * Update name field to 'X' and bump version to 1.4.1 * Delete recipes/twitter/icon.svg Removing icon due to incorrect size. * Add icon that is 1024x1024px. * Applied requested changes to package.json for Twitter recipe. Added aliases field. Changed service URL from https://twitter.com to https://x.com. Removed repository field. * Delete recipes/steamchat/icon.svg * Add new steamchat recipe icon. * steamchat recipe package.json version field bumped to 1.5.1
* 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>
* 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
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* Remove dependency on 'require' of 'electron' and 'electron/remote' modules.Libravatar Vijay A2021-09-05
| | | | Instead, use the exposed content from the recipe model in main ferdi.
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* chore: normalized all recipes to ensure compatibility with es6 (#639)Libravatar Vijay Raghavan Aravamudhan2021-08-27
| | | | - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm.
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Fixed #1489: Steam links will now open in the external default browser.Libravatar Vijay A2021-06-05
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>