[PR #1996] [MERGED] feat(TabGroups): Allow syncing tab groups #1974

Closed
opened 2026-02-25 23:31:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1996
Author: @marcelklehr
Created: 7/20/2025
Status: Merged
Merged: 7/24/2025
Merged by: @marcelklehr

Base: developHead: feat/tab-groups


📝 Commits (10+)

  • 160690f feat(TabGroups): Allow syncing tab groups
  • 0337cb0 tests: Add initial tab groups tests
  • 3159c3c tests: Add more tab groups tests
  • 6446611 fix tests
  • d7f7325 tests: Try to unflake tab tests
  • be12cfc tests: Update selenium
  • b286cb5 tests: Don't test on chrome
  • df07fa2 tests: Increase awaitTabsUpdated timeout
  • 96c099d tests: Try to unflake tests
  • 2273d77 tests: Parameterize URL to test with

📊 Changes

8 files changed (+1265 additions, -107 deletions)

View changed files

📝 .github/workflows/tests.yml (+5 -5)
📝 manifest.chrome.json (+1 -1)
📝 manifest.firefox.json (+1 -1)
📝 src/lib/LocalTabs.ts (+395 -50)
📝 src/lib/Scanner.ts (+9 -8)
📝 src/lib/strategies/Default.ts (+3 -1)
📝 src/test/test.js (+849 -41)
📝 test/selenium-runner.js (+2 -0)

📄 Description

fixes #1343


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1996 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 7/20/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feat/tab-groups` --- ### 📝 Commits (10+) - [`160690f`](https://github.com/floccusaddon/floccus/commit/160690f55473435d1ead40508678cbfdfc37274c) feat(TabGroups): Allow syncing tab groups - [`0337cb0`](https://github.com/floccusaddon/floccus/commit/0337cb03abc8320d95557daa43e226e8f4035954) tests: Add initial tab groups tests - [`3159c3c`](https://github.com/floccusaddon/floccus/commit/3159c3c2ffa9bed5fa5ee895736e246b846e24ef) tests: Add more tab groups tests - [`6446611`](https://github.com/floccusaddon/floccus/commit/644661107964d9898b593b9be230f931225939d8) fix tests - [`d7f7325`](https://github.com/floccusaddon/floccus/commit/d7f73257c05bd17aefa9a556bcf15fb9f89e19cb) tests: Try to unflake tab tests - [`be12cfc`](https://github.com/floccusaddon/floccus/commit/be12cfce89fd53392d7cbd4ad709f7724b3861ad) tests: Update selenium - [`b286cb5`](https://github.com/floccusaddon/floccus/commit/b286cb5b87be74dcf26f61dbd4f825f91bce1b29) tests: Don't test on chrome - [`df07fa2`](https://github.com/floccusaddon/floccus/commit/df07fa277a31f72ae4469608dbfd29538a597e0c) tests: Increase awaitTabsUpdated timeout - [`96c099d`](https://github.com/floccusaddon/floccus/commit/96c099d44e7742cfdd1608631a0a7ed278c18950) tests: Try to unflake tests - [`2273d77`](https://github.com/floccusaddon/floccus/commit/2273d7785488f3e59b8b2717c6cfb7196bf1cfe7) tests: Parameterize URL to test with ### 📊 Changes **8 files changed** (+1265 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+5 -5) 📝 `manifest.chrome.json` (+1 -1) 📝 `manifest.firefox.json` (+1 -1) 📝 `src/lib/LocalTabs.ts` (+395 -50) 📝 `src/lib/Scanner.ts` (+9 -8) 📝 `src/lib/strategies/Default.ts` (+3 -1) 📝 `src/test/test.js` (+849 -41) 📝 `test/selenium-runner.js` (+2 -0) </details> ### 📄 Description fixes #1343 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1974
No description provided.