* fix: ensure /etc/pulse exists before chown in update script
- Add mkdir -p /etc/pulse to create directory if missing
- Use non-recursive chown on /etc/pulse to preserve file permissions
- Keep recursive chown on /opt/pulse for binary ownership
- Add chmod 700 for security on config directory
Fixes#8064
* remove comments
* Fix the issue with changedetection.io install:
> @browserless.io/browserless@2.37.0 build:ts
> tsc
sh: 1: tsc: not found
[ERROR] in line 70: exit code 0: while executing command $STD npm run build --prefix /opt/browserless
* Just to verify the installation works
* Just to verify the installation works
* Try to fix typescript issues
* Try to fix TypeScript issues and update NodeJS
* Try to fix TypeScript issues
* Add more missing npm dependencies
* Cleanup test changes
* Revert testing changes and change the way dependencies are installed
* Revert testing changes and change the way dependencies are installed
* Revert manually added TypeScript and esbuild packages and tried to install them from the optional requirements
* Try the clean install
* Fix the update script and revert testing changes
* Added testing files again
* Revert testing repos again
* Refactor MobileSidebar to manage script and category selection based on current pathname. Introduced temporary state for non-scripts pages and updated logic for last viewed script handling. Improved accessibility by ensuring proper aria attributes and class management.
* Update API endpoint paths in data.ts to include ProxmoxVE prefix for category and version fetching functions.
* Refactor Navbar component layout for improved structure and responsiveness. Adjusted flex properties to ensure proper alignment of elements, enhancing the mobile and desktop user experience. Updated accessibility features and ensured consistent use of TailwindCSS classes.
* Update GitHubStarsButton component to be hidden on smaller screens
* feat: added a mobile navigation to the front-end.
* refactor: replace useQueryState with useSuspenseQueryState in ScriptContent and MobileSidebar components; add use-suspense-query-state hook
* Revert "refactor: replace useQueryState with useSuspenseQueryState in ScriptContent and MobileSidebar components; add use-suspense-query-state hook"
This reverts commit bfad01fc91.
* refactor: wrap MobileSidebar component in Suspense for improved loading handling
* Update mobile-sidebar.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>