All release notes

v1.151.16

5 fixes, 2 improvements

Update BottomSheet height for improved mobile layout

We've made an improvement: Update BottomSheet height for improved mobile layout

  • Increased the BottomSheet component's height from 85svh to 89svh to enhance mobile layout consistency and prevent it from taking the full screen.
  • Adjusted related max-height properties to match the new height for better visual alignment.

Refine BottomSheet and sheet overlay styles for improved mobile handling

We've made an improvement: Refine BottomSheet and sheet overlay styles for improved mobile handling

  • Updated CSS for the sheet overlay to ensure it covers the full viewport without leaving a strip at the top.
  • Adjusted the BottomSheet component's height to 85svh, preventing it from taking the full screen and enhancing layout consistency on mobile devices.

Update BottomSheet component and styles for mobile viewport handling

  • Adjusted the BottomSheet component to maintain a full viewport height (100vh) when the note/resource sheet is open on mobile.
  • Updated CSS styles to reflect the change in height for the bottom sheet content, ensuring consistent layout and preventing visual issues on mobile devices.

Standardize page titles across the application

  • Updated page titles in various components and files to use a consistent format with a pipe separator (|) instead of a hyphen (-) for improved branding and clarity. This includes changes in the service worker, UpgradePage, OfflineThreadLoader, and layout files.

Update default unlimited plan ID across components

  • Changed the default unlimited plan ID from 'cplan_37aJweoipC2wY2Pa94o7zMdoIyw' to 'cplan_37aHkwe15Sqd6V9DLZXyHtVJPCQ' in UpgradePage, UpgradeCheckoutButton, upgrade.astro, and subscription utility, ensuring consistency in plan identification across the application.

Update monthly subscription price in UpgradePageContent

  • Changed the displayed monthly subscription price from $3 to $4 in the UpgradePageContent component, ensuring accurate pricing information for users.

Update annual subscription price in UpgradeCheckoutButton

  • Changed the displayed annual subscription price from $36 to $48 in multiple locations within the UpgradeCheckoutButton component, ensuring accurate pricing information for users.