diff --git a/public/funding.json b/public/funding.json index dc9b51de..bbc60c2f 100644 --- a/public/funding.json +++ b/public/funding.json @@ -1,68 +1,70 @@ { - "version": "v1.0.0", - "entity": { - "type": "individual", - "role": "owner", - "name": "Mauro", - "email": "funding@zen-browser.com", - "description": "Im the developer of Zen Browser, a web browser that is fast, secure, and easy to use. I am passionate about creating software that makes people's lives easier and more enjoyable.", - "webpageUrl": { - "url": "https://cheff.dev", - "wellKnown": "https://cheff.dev/.well-known/funding-manifest-urls" - } - }, - "projects": [{ - "guid": "zen-browser", - "name": "Zen", - "description": "Zen is a beautiful, fast, and productive web browser. It is designed to be packed with features that make it easy to use and navigate. Zen is built on the latest Firefox engine, providing speed, privacy, and security.", - "webpageUrl": { - "url": "https://zen-browser.app" - }, - "repositoryUrl": { - "url": "https://github.com/zen-browser/desktop", - "wellKnown": "https://github.com/zen-browser/desktop/blob/dev/.well-known/funding-manifest-urls" - }, - "licenses": ["MPL-2.0"], - "tags": ["browser", "web", "desktop", "open-source"] - }], - "funding": { - "channels": [ - { - "guid": "patreon", - "name": "Patreon", - "description": "Patreon is a membership platform that makes it easy for artists and creators to get paid.", - "url": "https://www.patreon.com/zen_browser", - "type": "other" - }, - { - "guid": "ko-fi", - "name": "Ko-fi", - "description": "Ko-fi is a platform that allows creators to receive donations from their fans.", - "url": "https://ko-fi.com/zen_browser", - "type": "other" - } - ], - "plans": [ - { - "guid": "licenses-and-hosting", - "status": "active", - "name": "Licenses and hosting", - "description": "Help me pay for the licenses and hosting of the project. This includes self-hosting build servers, cloudflare services, and software lienses.", - "amount": 420, - "currency": "EUR", - "frequency": "yearly", - "channels": ["patreon", "ko-fi"] - }, - { - "guid": "angel-plan", - "status": "active", - "name": "Goodwill plan", - "description": "Pay anything you wish to show your goodwill for the project.", - "amount": 0, - "currency": "EUR", - "frequency": "one-time", - "channels": ["patreon", "ko-fi"] - } - ] + "version": "v1.0.0", + "entity": { + "type": "individual", + "role": "owner", + "name": "Mauro", + "email": "funding@zen-browser.com", + "description": "Im the developer of Zen Browser, a web browser that is fast, secure, and easy to use. I am passionate about creating software that makes people's lives easier and more enjoyable.", + "webpageUrl": { + "url": "https://cheff.dev", + "wellKnown": "https://cheff.dev/.well-known/funding-manifest-urls" } + }, + "projects": [ + { + "guid": "zen-browser", + "name": "Zen", + "description": "Zen is a beautiful, fast, and productive web browser. It is designed to be packed with features that make it easy to use and navigate. Zen is built on the latest Firefox engine, providing speed, privacy, and security.", + "webpageUrl": { + "url": "https://zen-browser.app" + }, + "repositoryUrl": { + "url": "https://github.com/zen-browser/desktop", + "wellKnown": "https://github.com/zen-browser/desktop/blob/dev/.well-known/funding-manifest-urls" + }, + "licenses": ["MPL-2.0"], + "tags": ["browser", "web", "desktop", "open-source"] + } + ], + "funding": { + "channels": [ + { + "guid": "patreon", + "name": "Patreon", + "description": "Patreon is a membership platform that makes it easy for artists and creators to get paid.", + "url": "https://www.patreon.com/zen_browser", + "type": "other" + }, + { + "guid": "ko-fi", + "name": "Ko-fi", + "description": "Ko-fi is a platform that allows creators to receive donations from their fans.", + "url": "https://ko-fi.com/zen_browser", + "type": "other" + } + ], + "plans": [ + { + "guid": "licenses-and-hosting", + "status": "active", + "name": "Licenses and hosting", + "description": "Help me pay for the licenses and hosting of the project. This includes self-hosting build servers, cloudflare services, and software lienses.", + "amount": 420, + "currency": "EUR", + "frequency": "yearly", + "channels": ["patreon", "ko-fi"] + }, + { + "guid": "angel-plan", + "status": "active", + "name": "Goodwill plan", + "description": "Pay anything you wish to show your goodwill for the project.", + "amount": 0, + "currency": "EUR", + "frequency": "one-time", + "channels": ["patreon", "ko-fi"] + } + ] + } } diff --git a/src/components/Community.astro b/src/components/Community.astro index 5585d56b..dc4ed402 100644 --- a/src/components/Community.astro +++ b/src/components/Community.astro @@ -19,7 +19,7 @@ const {
@@ -39,9 +39,7 @@ const { > {community.description} -
+
+
-
+
{donate.koFi.title}
{donate.koFi.description} - +
diff --git a/src/pages/[...locale]/mods/index.astro b/src/pages/[...locale]/mods/index.astro index 9b9c019a..05ad8d80 100644 --- a/src/pages/[...locale]/mods/index.astro +++ b/src/pages/[...locale]/mods/index.astro @@ -18,12 +18,12 @@ const allMods = (await getAllMods()) || [] --- -
-
- {mods.title} - - {mods.description} - +
+
+ {mods.title} + + {mods.description} +
diff --git a/src/pages/[...locale]/release-notes/index.astro b/src/pages/[...locale]/release-notes/index.astro index 6f11d6fa..aa70e447 100644 --- a/src/pages/[...locale]/release-notes/index.astro +++ b/src/pages/[...locale]/release-notes/index.astro @@ -22,11 +22,11 @@ const {
Release Notes

-

+
@@ -54,7 +54,7 @@ if (
')} />
-
- +
diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index c3cda16f..3aa2fa34 100644 --- a/src/release-notes/stable.json +++ b/src/release-notes/stable.json @@ -363,9 +363,7 @@ "version": "1.0.0-a.13", "date": "05/08/2024", "extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.", - "features": [ - "Allow to remember sidebar width even after collapsing it." - ], + "features": ["Allow to remember sidebar width even after collapsing it."], "fixes": [ { "description": "Task Manager Icon Missing in Flatpak Version", @@ -921,9 +919,7 @@ "image": true, "workflowId": 11000317603, "extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!", - "features": [ - "Added a new system for handling keyboard shortcuts" - ], + "features": ["Added a new system for handling keyboard shortcuts"], "fixes": [ { "description": "The New Tab button is not visible", @@ -980,9 +976,7 @@ "Enabled container tabs by default", "Improved Expand Tabs on Hover layout" ], - "themeChanges": [ - "Toggle inputs will not use the themed tertiary color" - ], + "themeChanges": ["Toggle inputs will not use the themed tertiary color"], "breakingChanges": [ "The keyboard shortcuts will be overriden by the defaults ones in this update" ], @@ -1279,9 +1273,7 @@ "issue": 2156 } ], - "breakingChanges": [ - "Removed Show Expand Button option from settings" - ], + "breakingChanges": ["Removed Show Expand Button option from settings"], "themeChanges": [ "The variable '--zen-main-browser-background' will now contain the generated gradient", "Added the 'unread' attribute for background tabs that haven't been accessed yet" @@ -1384,9 +1376,7 @@ "description": "Fixed wrong aligment on glance action buttons" } ], - "features": [ - "No new features, sorry" - ] + "features": ["No new features, sorry"] }, { "version": "1.0.1-a.17", @@ -2456,9 +2446,7 @@ "version": "1.10.3b", "image": false, "extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\nhttps://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/", - "features": [ - "Updated Firefox to 136.0.4" - ], + "features": ["Updated Firefox to 136.0.4"], "workflowId": 14109635630, "date": "27/03/2025" }, diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index cb9cf2f9..04c43f03 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -4,4 +4,4 @@ "extra": "", "fixes": [], "features": [] -} \ No newline at end of file +} diff --git a/tailwind.config.mjs b/tailwind.config.mjs index eecbb7df..1cd62889 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -5,17 +5,17 @@ export default { theme: { container: { screens: { - sm: "100%", - md: "100%", - lg: "1024px", - xl: "1280px", + sm: '100%', + md: '100%', + lg: '1024px', + xl: '1280px', }, padding: { - DEFAULT: '1rem', - sm: '1.5rem', - md: '1.5rem', - lg: '1.5rem', - xl: '2rem', + DEFAULT: '1rem', + sm: '1.5rem', + md: '1.5rem', + lg: '1.5rem', + xl: '2rem', }, center: true, },