Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbeumer authored Oct 4, 2024
2 parents 5e00865 + 6b70fa0 commit dbfb93a
Show file tree
Hide file tree
Showing 27 changed files with 246 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ server*.log
*.bmp
*.zwc*
/all.json
/temp
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"doc": "docs"
},
"engines": {
"node": "20.17.0",
"pnpm": "9.9.0"
"node": "20.18.0",
"pnpm": "9.12.0"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0"
"node": "20.18.0",
"pnpm": "9.12.0"
},
"engine-strict": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down Expand Up @@ -45,12 +45,12 @@
"eslint": "8.57.0",
"eslint-plugin-unicorn": "51.0.1",
"fs-extra": "11.2.0",
"husky": "9.1.4",
"husky": "9.1.6",
"image-size": "1.0.2",
"is-ci": "3.0.1",
"open": "10.1.0",
"prettier": "3.3.3",
"simple-git": "3.25.0",
"simple-git": "3.27.0",
"targz": "1.0.1"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 19 additions & 10 deletions recipes/google-calendar/darkmode.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@name Google Calendar Redesigned (Dark Mode)
@namespace Globex Designs, Inc.
@version 20240706.0.1
@version 20240912.0.1
@homepageURL https://github.com/EvHaus/google-redesigned
@updateURL https://raw.githubusercontent.com/EvHaus/google-redesigned/master/css/calendar.user.css
@license CC-BY-4.0
Expand Down Expand Up @@ -64,12 +64,18 @@
}

/* Scroll Bar Hover */
::-webkit-scrollbar-thumb:hover, .mDPmMe::-webkit-scrollbar-thumb:hover, .WefNYe::-webkit-scrollbar-thumb:hover {
::-webkit-scrollbar-thumb:hover,
.mDPmMe::-webkit-scrollbar-thumb:hover,
.WefNYe::-webkit-scrollbar-thumb:hover {
/* stylelint-disable-next-line color-function-notation */
background: hsl(from var(--SCROLLBAR) h s l / 0.8);
}

/* Scroll Bar Clicked */
::-webkit-scrollbar-thumb:active, .mDPmMe::-webkit-scrollbar-thumb:active, .WefNYe::-webkit-scrollbar-thumb:active {
::-webkit-scrollbar-thumb:active,
.mDPmMe::-webkit-scrollbar-thumb:active,
.WefNYe::-webkit-scrollbar-thumb:active {
/* stylelint-disable-next-line color-function-notation */
background: hsl(from var(--SCROLLBAR) h s l / 0.7);
}

Expand Down Expand Up @@ -885,7 +891,9 @@
}

/* Body */
.kma42e {
.kma42e,
.mR2qle /* 2024-09 Update */
{
background: var(--GR6) !important;
color: var(--GR19) !important
}
Expand Down Expand Up @@ -949,7 +957,8 @@

.vfzv a:link:hover,
.vfzv a:link:focus,
.vfzv a:visited:hover,
.vfzv a:visited:hover,

.vfzv a:visited:focus {
color: var(--GR19) !important
}
Expand Down Expand Up @@ -1152,14 +1161,14 @@
.sgEL6b { color: var(--GR15) !important }

/* "Yes" button */
.qydq8.KKjvXb [data-button-type=actionButton],
.qydq8.KKjvXb [data-button-type=menuButton] {
.qydq8.KKjvXb [data-button-type="actionButton"],
.qydq8.KKjvXb [data-button-type="menuButton"] {
background: var(--GR6) !important;
border-color: var(--GR10) !important
}

.qydq8.KKjvXb [data-button-type=actionButton]:hover,
.qydq8.KKjvXb [data-button-type=menuButton]:hover {
.qydq8.KKjvXb [data-button-type="actionButton"]:hover,
.qydq8.KKjvXb [data-button-type="menuButton"]:hover {
background: var(--GR8) !important;
}

Expand Down Expand Up @@ -1283,7 +1292,7 @@
/* When deleting recurring task > "Delete repeating task" modal */

/* Text */
.cC1eCc .VfPpkd-cnG4Wd { color: var(--GR15) !important }
.cC1eCc .VfPpkd-cnG4Wd { color: var(--GR15) !important }

/* BOOKABLE APPOINTMENT SCHEDULE POPOVER */

Expand Down
2 changes: 1 addition & 1 deletion recipes/google-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "google-calendar",
"name": "Google Calendar",
"version": "2.4.3",
"version": "2.4.4",
"license": "MIT",
"aliases": [
"google-calendar",
Expand Down
35 changes: 35 additions & 0 deletions recipes/hastebin/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recipes/hastebin/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
9 changes: 9 additions & 0 deletions recipes/hastebin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "hastebin",
"name": "Hastebin",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://www.toptal.com/developers/hastebin"
}
}
16 changes: 16 additions & 0 deletions recipes/hastebin/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
// TODO: If your Hastebin service has unread messages, uncomment these lines to implement the logic for updating the badges
// const getMessages = () => {
// // TODO: Insert your notification-finding code here
// Ferdium.setBadge(0, 0);
// };
// Ferdium.loop(getMessages);

Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};
17 changes: 17 additions & 0 deletions recipes/jsoncrack/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recipes/jsoncrack/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
9 changes: 9 additions & 0 deletions recipes/jsoncrack/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "jsoncrack",
"name": "JSON Crack",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://app.jsoncrack.com/"
}
}
16 changes: 16 additions & 0 deletions recipes/jsoncrack/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
// TODO: If your JSON Crack service has unread messages, uncomment these lines to implement the logic for updating the badges
// const getMessages = () => {
// // TODO: Insert your notification-finding code here
// Ferdium.setBadge(0, 0);
// };
// Ferdium.loop(getMessages);

Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};
2 changes: 2 additions & 0 deletions recipes/pastebin/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recipes/pastebin/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
9 changes: 9 additions & 0 deletions recipes/pastebin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "pastebin",
"name": "Pastebin",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://pastebin.com/"
}
}
16 changes: 16 additions & 0 deletions recipes/pastebin/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
// TODO: If your Pastebin service has unread messages, uncomment these lines to implement the logic for updating the badges
// const getMessages = () => {
// // TODO: Insert your notification-finding code here
// Ferdium.setBadge(0, 0);
// };
// Ferdium.loop(getMessages);

Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};
Loading

0 comments on commit dbfb93a

Please sign in to comment.