* fix: Fixed restoring the previous pinned state clearing up the custom icon, b=no-bug, c=tabs
* feat: Allow pinned tabs to be collapsible, b=no-bug, c=tabs, folders, workspaces
* fix: Fixed new folder context menu item not working, b=no-bug, c=common, folders
* feat: Full cross-window workspace syncing, b=no-bug, c=workspaces
* feat: Also change icons and labels if the tab is pending, b=no-bug, c=tabs, workspaces
* feat: Dont session duplicate the tabs, b=no-bug, c=workspaces
* feat: Properly handle tab moves, b=no-bug, c=workspaces
* feat: Start on new session restore, b=no-bug, c=no-component
* Discard changes to prefs/browser.yaml
* feat: Start doing out own session restore, b=no-bug, c=folders, tabs
* feat: Stop using pinned manager and use zen session sidebar, b=no-bug, c=common, folders, tabs, workspaces
* feat: Dont restore windows that are already initialized, b=no-bug, c=no-component
* chore: Update patches to ff 145, b=no-bug, c=no-component
* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch
* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch
* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch
* Discard changes to src/zen/tabs/ZenPinnedTabsStorage.mjs
* feat: Run session saver before opening a new winodw, b=no-bug, c=tabs
* feat: Clone the previous state, b=no-bug, c=no-component
* feat: Move window sync to its own JS module, b=no-bug, c=workspaces
* feat: Run session saver before opening a new window, b=no-bug, c=no-component
* feat: Full cross-window workspace syncing, b=no-bug, c=workspaces
* feat: Also change icons and labels if the tab is pending, b=no-bug, c=tabs, workspaces
* feat: Dont session duplicate the tabs, b=no-bug, c=workspaces
* feat: Start on new session restore, b=no-bug, c=no-component
* feat: Properly handle tab moves, b=no-bug, c=workspaces
* Discard changes to prefs/browser.yaml
* feat: Start doing out own session restore, b=no-bug, c=folders, tabs
* feat: Stop using pinned manager and use zen session sidebar, b=no-bug, c=common, folders, tabs, workspaces
* feat: Dont restore windows that are already initialized, b=no-bug, c=no-component
* chore: Update patches to ff 145, b=no-bug, c=no-component
* Discard changes to src/browser/components/sessionstore/SessionStore-sys-mjs.patch
* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch
* Discard changes to src/browser/components/tabbrowser/content/tabbrowser-js.patch
* Discard changes to src/zen/tabs/ZenPinnedTabsStorage.mjs
* feat: Run session saver before opening a new winodw, b=no-bug, c=tabs
* feat: Clone the previous state, b=no-bug, c=no-component
* feat: Move window sync to its own JS module, b=no-bug, c=workspaces
* feat: Run session saver before opening a new window, b=no-bug, c=no-component
* feat: Start making use of IDs instead of sync identifiers, b=no-bug, c=folders
* feat: Listen to new tab opens for new sync system, b=no-bug, c=common, folders, tabs
* feat: Listen for more tab events and properly sync them, b=no-bug, c=common, folders, tabs
* feat: Start moving browser views to the selected windows, b=no-bug, c=no-component
* chore: Remove extra patch, b=no-bug, c=no-component
* feat: Leave a screenshot of the page behind when switching windows or tabs, b=no-bug, c=common
* feat: Run session saves right before writing and quiting, b=no-bug, c=common
* fix: Fixed going back to a different window not allowing to type on inputs, b=no-bug, c=no-component
* feat: Start syncing folders as well, b=no-bug, c=folders
* Discard changes to src/browser/components/tabbrowser/content/tab-js.patch
* chore: Update patches to ff 146, b=no-bug, c=no-component
* feat: Early support for unsynced windoiws, b=no-bug, c=workspaces
* fix: Move back active views when closing a window, b=no-bug, c=no-component
* feat: Stop rendering sub-layers when swaping browsers, b=no-bug, c=common
* feat: Improved support for unsynced windows support, b=no-bug, c=workspaces, folders
* feat: Implemented 'Move To...' Button for unsynced windows, b=no-bug, c=workspaces, common
* feat: Make sure to properly flush all windows when making a new one and fix removing progress listeners, b=no-bug, c=workspaces
* feat: Make sure to not lose any tabs when opening from a private window, b=no-bug, c=workspaces
* feat: Allow unload to run instantly and fix closing windows on mac, b=no-bug, c=no-component
* feat: Make sure to always initialize an empty state with the sidebar object, b=no-bug, c=workspaces
* chore: Small fixes and QA checks, b=no-bug, c=tabs, workspaces
* fix: Fixed tab labels not changing on unfocused windows, b=no-bug, c=no-component
* feat: Fixed closing windows on macos not returning to the original views, b=no-bug, c=no-component
* chore: Turn off debug flags by default, b=no-bug, c=no-component
* feat: Start implementing old pinned tab behaviour we used to have, b=no-bug, c=common, tabs
* feat: Unsynced windows should always be allowed to change labels, b=no-bug, c=welcome
* feat: Make sure we wait long enough before we initialize workspaces, b=no-bug, c=workspaces
* feat: Dont mix remoteness when changing browser views and restore window spaces, b=no-bug, c=common, folders, workspaces
* test: Fixed tests for the pinned tabs manager, b=no-bug, c=tabs, folders, tests, welcome
* feat: Added partial support for split views, b=no-bug, c=split-view
* chore: Finished basic support for split views, b=no-bug, c=folders, split-view
* feat: Always make sure to save the last closed window to the sidebar object, b=no-bug, c=no-component
* feat: Implement workspace sync store into the session file, b=closes #10857, c=common, tabs, tests, workspaces
* feat: Add a default value for the workspace cache, b=no-bug, c=workspaces
* fix: Default assign an array instead of an object to the workspaces cache, b=no-bug, c=workspaces
* feat: Take into consideration win data may not have allocated spaces, b=no-bug, c=workspaces
* feat: Always make sure we are assigning the correct space ID, b=no-bug, c=workspaces
* feat: Make sure to initialize windows even if there are no tabs, b=no-bug, c=no-component
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
* Start working on zen folders
* Rework zen-folder SessionStore
* Refactor restoreDataFromSessionStore
* fix linter
* Fix preserve folder order on restore
* Feat allow dragging tabs into zen-folder
* Fix ensure collapsed folders are hidden on session restore
* Feat store parentId nested folders
* feat: Implement tabs list popup
* refactor: Move tabs popup to `popups.inc`
* feat: Implement drag-and-drop folder into folder
* feat: Improved UI for search panel, b=no-bug, c=folders
* fix: Add extra margin when animating collapsed folders, b=no-bug, c=folders
* feat: Implement tab group rename and other UI changes, b=no-bug, c=folders, common
* feat: Add animated folder dots and adaptive search popup positioning
* fix: resolve conflicts
* fix: Correct active state indication for collapsed folders
* feat: Allow folders to be double clicked, b=no-bug, c=common, folders
* fix: incorrect tab order
* chore: Update prefs to the rust version, b=no-bug, c=folders
* fix: better handling of subfolders
* chore: Improve dynamic spacing when drag and dropping and fixed split views UI, b=no-bug, c=tabs, folders
* feat: Empty tab and improve drag and drop
* fix: add tab search event once
* fix: Empty tab should always be at first position
* feat: improve drag and drop interaction with folders
* feat: Improve drag-and-drop interaction for zen folders
* fix: Improve zen folder session restoration and visibility
* fix: Correct visible element indexing
* fix: Correct restore subfolder order
* feat: Use empty tabs and dont highlight current folder we currently are in, b=no-bug, c=tabs, folders
* feat: persist and restore split-view group state in subfolders
* fix: npm run pretty
* fix: dropIndicator and transform for split-view-group
* fix: Formatting
* fix: improve split group and folder drag-and-drop and persistence
* chore: Fix lint issues and merge with dev, b=no-bug, c=folders
* chore: Move folder element to a different location, b=no-bug, c=folders
* feat: Added a simple folders context menu and simplified patches, b=no-bug, c=tabs, folders
* fix: Correct active tab position in folders collapse animation
* feat: Add ungroup and delete folder actions
* fix: Fixed empty tabs not being able to be pinned, b=no-bug, c=workspaces
* feat: Added folder -> space conversion and pref checks, b=no-bug, c=folders, workspaces
* Update locales/en-US/browser/browser/zen-folders.ftl
Co-authored-by: Patrik Egyed <pregnor@gmail.com>
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
* fix: Fixed folders not expanding when dragging another folder inside, b=no-bug, c=folders
* refactor: Refactor and improve tab group expansion logic
* feat: New folder dots
* test: Added simple folder creation test, b=no-bug, c=folders, tests
* fix: Don't expand folder when a tab inside it is selected
* feat: Added change folder to space menu item, b=no-bug, c=folders, workspaces
* feat: Added a menu item to create folders more easily, b=no-bug, c=workspaces, common, folders
* feat: Improved animations for collapsing active folders, b=no-bug, c=folders
* fix: Insert folder before pinned separator
* test: Improve folder and welcome testing, b=no-bug, c=folders, tests, welcome
* test: Fixed welcome tests, b=no-bug, c=folders, tests, welcome
* chore: lint, b=no-bug, c=tests, welcome
* feat: Add better selected UI, b=no-bug, c=folders
* feat: Emoji icons
* fix: Better handling of drag-and-drop folder highlighting
* fix: Single quotes
* fix: Hide emoji when folder has selected tab
* feat: Improved icons and animations, b=no-bug, c=folders, tabs
* fix: Fixed fetching the wrong prefs, b=no-bug, c=tabs, folders
* fix: Smoother dot animations
* fix: dragOverFolderThreshold condition and linter
* feat: visually collapse/expand active tab groups on drag/drop
* fix: Correctly transform folder with selected tab
* feat: Added better icons picker to support SVG, b=no-bug, c=common, folders, workspaces
* fix: Correctly transform tabs after moving them
* fix: Fixed not handling properly pinned tab count, b=no-bug, c=tabs, common, folders
* chore: Small formatting, b=no-bug, c=folders
* feat: Support SVG for folder icons
* fix: Formatting
* fix: Performance improvements for SVG icons
* fix: Shift up the folder icon
* fix: Handle null/undefined user icon values defensively
* feat: Improved icon sizes and fixed bug when collapsing folders with collapsed folders, b=no-bug, c=common, folders, workspaces
* chore: Tweaked the transform values for icons, b=no-bug, c=folders
* feat: Added support for collapsed mode (experimental), b=no-bug, c=folders
* fix: ungroup split view
* fix: Improve handling of special tabs during folder creation and drag-and-drop
* fix: Formatting
* feat: Imrpoved hardware accelaration for the icons and folder height calculation, b=no-bug, c=tabs, folders
* refactor: Extract dragover logic for tab group labels
* fix: Small fixes to the folders UI, b=no-bug, c=tabs, folders
* feat: Improved icons opacity and dialog, b=no-bug, c=common, workspaces
* test: Added subfolders basic test, b=no-bug, c=folders, tests
* fix: Drop indicator for folder targets
* feat: Improved drag and drop handling from normal to pinned tabs, b=no-bug, c=folders, tabs
* fix: Fixed moving split views into pinned tabs container, b=no-bug, c=folders, tabs
* feat: Improved new drag and drop offset, b=no-bug, c=tabs
* feat: Refine folder drop behavior with new thresholds
* fix: tabs.js extra space in patch
* fix: Properly handle has-active state
* fix: Add optional chaining for activeGroups length check
* fix: Fixed moving tabs to the workspace indicator not showing any feedback, b=no-bug, c=tabs
* feat: Change svg stroke width, b=no-bug, c=folders, tabs
* feat: Remove aspect ratio for the folder icon, b=no-bug, c=folders, tabs
* feat: Don't reset transform when pining tabs, b=no-bug, c=tabs
* feat: Ungroup tabs when dragging and make sure to animate tabs after the selected one, b=no-bug, c=tabs, folders
* fix: Transform folder with active tab
* fix: Fixed expand animation not working for the first time, b=no-bug, c=folders
* feat: Add expand to selected functionality for folders
* fix: Formatting
* Update src/zen/folders/ZenFolder.mjs
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
* Update src/zen/workspaces/ZenWorkspaces.mjs
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
* fix: Set icon for new workspace
* fix: Formatting
* fix: Hide the icon if empty
* fix: Optimize tab drag-over transitions
* feat: Lower the drag and drop threshold, b=no-bug, c=tabs, folders
* feat: Hide search panel when theres no visible tabs, b=no-bug, c=tabs, folders
* fix: Adapt tab-group to new changes
* fix: Fixed expanding split views as folders, b=no-bug, c=folders
* feat(tabs): Implement tab grouping persistence for pinned tabs
This commit introduces the ability to group pinned tabs for better organization.
Changes include:
- Added `createGroup` to create new tab groups.
- Added `addTabToGroup` to add existing tabs to a group.
- Added `removeTabFromGroup` to remove a tab from a group (moving it to the root level).
- Added `moveTabBetweenGroups` to move tabs between different groups or to the root level.
- Added `getAllGroups` to retrieve all tab groups, optionally filtered by workspace.
- Added `getGroupInfo` to retrieve information about a specific group, including its child count.
- Added `reorderTabsInGroup` to reorder tabs within a specific group.
These functions provide a comprehensive API for managing tab groups within the Zen Browser. Error handling and input validation are included for robustness. Database transactions are used to ensure data consistency. Observers are notified of changes to notify the sync engine.
* feat: Improve stroke colors for light mode, b=no-bug, c=folders
* perf: cache and optimize animation updates
* fix: Expand folder after drop
* fix: Update active state on tab change
* feat: Sync groups to new windows, b=no-bug, c=folders, tabs, workspaces
* feat: Finish window syncing for new folders, b=no-bug, c=tabs, folders, workspaces
* feat: Make sure SVG icons use the context fill instead of the current color, b=no-bug, c=common, folders
* feat: Added support for drag and drop in collapsed mode, b=no-bug, c=tabs, folders
* fix: Clean up tab attributes and styles on workspace transfer
* fix: Fixed svg icons being always dark, b=no-bug, c=workspaces
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
Co-authored-by: Mr. M <mr.m@tuta.com>
Co-authored-by: Patrik Egyed <pregnor@gmail.com>
Co-authored-by: Kristijan Ribarić <kriba13@gmail.com>