Skip to content

Fix system collection view fallback & Windows extension build#236

Open
Manas-5461X wants to merge 1 commit into
raindropio:masterfrom
Manas-5461X:fix-system-collection-view
Open

Fix system collection view fallback & Windows extension build#236
Manas-5461X wants to merge 1 commit into
raindropio:masterfrom
Manas-5461X:fix-system-collection-view

Conversation

@Manas-5461X
Copy link
Copy Markdown

This PR addresses an issue where system collections (like "All Bookmarks") would revert to the default list view and ignore global user settings after a data refresh.

Changes:

  • System Collection View Fix (items.js): Updated the defColls mapping to properly respect locally overridden views (item.view) and fall back to the global user.config.default_collection_view. Previously, the view was being dropped during loadCollections, causing it to fall back to the hardcoded list default during normalization.

  • Windows Build Fix (build/extension.js): Tweaked the manifest/index.js regex to support both Windows (\) and Unix (/) directory separators. This prevents Webpack from mistakenly trying to bundle the manifest script for the browser on Windows (which was causing fs and path not found crashes).

image

Tested On

  • Windows 11

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

@Manas-5461X is attempting to deploy a commit to the Raindrop Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant