diff --git a/src/components/Community.astro b/src/components/Community.astro index 1665dd1..afb2a5b 100644 --- a/src/components/Community.astro +++ b/src/components/Community.astro @@ -22,9 +22,9 @@ import Image from 'astro/components/Image.astro' {...getTitleAnimation(0.6)} className="px-4 md:px-24 lg:w-1/2 lg:px-0" > - We make it not only a priority, but a necessity to ensure that Zen always provides - the best experience for you. We are committed to making Zen the most - beautiful, productive, and privacy-focused browser out there. + We make it not only a priority, but a necessity to ensure that Zen always + provides the best experience for you. We are committed to making Zen the + most beautiful, productive, and privacy-focused browser out there.
{title1} - {title2} + + {title2} + {title3} @@ -31,7 +37,9 @@ const { title1 = 'Productivity', title2 = 'at', title3 = 'its best' } = Astro.pr Browsers should be tools that help you get things done, not distractions that keep you from your work. -
+
Glance - Zen's Glance lets you preview tabs without switching to them, - so you can quickly find the page you're looking for. + Zen's Glance lets you preview tabs without switching to them, so you + can quickly find the page you're looking for. Split View - Zen's Split View lets you view up to 4 tabs side by side, so you - can compare information or multitask easily. + Zen's Split View lets you view up to 4 tabs side by side, so you can + compare information or multitask easily.
@@ -137,8 +145,8 @@ const { title1 = 'Productivity', title2 = 'at', title3 = 'its best' } = Astro.pr 'loadeddata', () => { const videoParentRect = video.parentElement?.getBoundingClientRect() - const videoRect = video.getBoundingClientRect(); - const originalY = video.style.transform; + const videoRect = video.getBoundingClientRect() + const originalY = video.style.transform // Always make the video fit the parent let y = rect.top - @@ -158,7 +166,7 @@ const { title1 = 'Productivity', title2 = 'at', title3 = 'its best' } = Astro.pr y = rect.height * index - videoRect.height / 2 + 25 } } - video.remove(); + video.remove() animate( videoCopy, { diff --git a/src/pages/welcome.astro b/src/pages/welcome.astro index 89fa9e7..9bd2c73 100644 --- a/src/pages/welcome.astro +++ b/src/pages/welcome.astro @@ -7,10 +7,6 @@ import Features from '../components/Features.astro'
- +
diff --git a/src/pages/whatsnew.astro b/src/pages/whatsnew.astro index e94802d..533fa1e 100644 --- a/src/pages/whatsnew.astro +++ b/src/pages/whatsnew.astro @@ -11,7 +11,7 @@ import Video from '../components/Video.astro' import whatsNewVideo from '../assets/whats-new.mp4' -const latestVersion = releaseNotes[0]; +const latestVersion = releaseNotes[0] --- diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index 12c7c6c..c596e4b 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", diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index cb9cf2f..04c43f0 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 +}