mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 11:15:29 +02:00
Some components used by @zen-browser as an attempt to make firefox forks a better place
(Archived and Privated on Nov 4 2024 - neccesarry for older Zen builds)
This commit introduces the ability to create groups of pinned tabs, allowing for more organized and hierarchical management of pinned tabs. Key changes: - Added `parentUuid` field to `zen_pins` table to represent parent group relationships. - Implemented `getGroupChildren` function to fetch children of a given group. - Updated `removePin` function to also remove all children of a group when deleting. - Modified `getPins` function to sort pins by parent group and then by position. - Added `isGroup` and `isEssential` fields to `zen_pins` table to represent the type of pinned item. - Improved database schema with additional indices for performance optimization. - Removed unused `recordChange` function. |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
COPYRIGHT | ||
LICENSE | ||
README.md | ||
zen-alpha-tangerine.svg |
Components
Some components used by @zen-browser as an attempt to make firefox forks a better place
License
Zen Core Components © 2024 by Zen's Team is licensed under CC BY-SA 4.0