mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[PR #1846] [MERGED] Separators on Bookmarks-bar are Vertical rather than Horizontal #1943
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1943
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1846
Author: @macrogreg
Created: 1/27/2025
Status: ✅ Merged
Merged: 2/1/2025
Merged by: @marcelklehr
Base:
develop← Head:bookmarks-bar-separators📝 Commits (10+)
0f99ec6Titles of horizontal separators are better visible consecutive lines.67d30bbCreate vertical separators on the Bookmarks Bar6f95334Tests for vertical separators on the Bookmarks Bar785f2a7Translate _locales/en/messages.json in zh_CNa199cb7Fix typos1341d31For local development for Firefox.9e3eacdMerge pull request #1848 from peter-lyons-kehl/manifest-firefox-overrideb9a2addFix indentationd81610cFix trailing spacesb64822aFix link issues in files unrelated to overall change📊 Changes
8 files changed (+188 additions, -39 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
_locales/zh_CN/messages.json(+2 -2)➕
manifest-firefox-override.sh(+30 -0)📝
package.json(+3 -0)📝
src/lib/browser/BrowserTree.ts(+20 -9)📝
src/test/test.js(+122 -22)📝
src/ui/components/AccountCard.vue(+4 -4)📝
src/ui/components/OptionsGoogleDrive.vue(+2 -2)📄 Description
This PR addresses https://github.com/floccusaddon/floccus/issues/1841:
Firefox supports bookmark separator lines as a first-class concept, but other supported browsers do not. Fluccus mitigates that by creating dummy bookmarks looking like horizontal lines. This change ensures that when such dummy bookmarks are created in the Bookmark Toolbar, vertical rather than horizontal lines are used.
Validation:
should convert vertical and horizontal separators).Other changes:
npmscripts to build under Windows.Note:
There appears to be a sync/diff issues with
_locales/zh_CN/messages.jsonandmanifest-firefox-override.sh. The files are identical to thedevelopbranch, but a modification is being picked up. I think this was caused during cross-repo merges by multiple people somehow. A merge has not resolved that. To work around, let's merge this PR and subsequently manually validate that those files have the expected contents. If there are any issue, we will fix those contents in a separate PR.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.