Commit Graph

5591 Commits

Author SHA1 Message Date
octaviusz
8bee4eaa7c fix: Correct drag-and-drop targeting for split-view group labels (#9774) 2025-08-06 22:26:14 +02:00
Mr. M
e66bf0ef57 fix: Fixed downloads attention fill being almost invisible, b=no-bug, c=common 2025-08-06 21:23:13 +02:00
octaviusz
591dce5921 feat: Zen Folders, p=#9355, c=folders
* 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>
2025-08-06 08:59:08 -07:00
Mr. M
7cf96dde23 chore: Update new firefox patches, b=no-bug, c=no-component 1.14.10b 2025-08-05 19:16:28 +02:00
mr. m
8908d3aa50 chore: Updated to firefox 141.0.2, p=#9760, c=l10n 2025-08-05 16:21:37 +02:00
Mr. M
7ec4e86160 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-04 16:53:54 +02:00
Mr. M
203d1ba701 fix: Fixed split views not being shown from the context menu, b=no-bug, c=split-view 2025-08-04 16:53:50 +02:00
mr. m
96a307bafa New Crowdin updates (#9736) 2025-08-04 16:34:52 +02:00
Mr. M
f4cec5f210 test: Fixed startup tests not initializing l10n correctly, b=no-bug, c=common 2025-08-03 12:51:36 +02:00
Mr. M
a7874ca46e feat: Load l10n newtab message after loading, b=no-bug, c=common 2025-08-02 22:41:13 +02:00
mr. m
1bca252979 New Crowdin updates (#9700) 2025-08-02 20:51:31 +02:00
Mr. M
3ba805802a fix: Fixed deleting a workspace and restarting, b=no-bug, c=glance, split-view, workspaces 2025-08-02 20:50:48 +02:00
Mr. M
75a04bb354 chore: [no-lint]: Format project, b=no-bug, c=workspaces 2025-08-02 14:10:14 +02:00
Tom
883f406db6 fix: keep gradient-legacy-version pref on workspace change (#9722) 2025-08-02 14:09:29 +02:00
Mr. M
81ea7d06d4 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-02 14:09:03 +02:00
Mr. M
0edf37a239 fix: Fixed pinned tabs reseting not using the proper title, b=no-bug, c=tabs 2025-08-02 14:08:55 +02:00
mr-cheffy
1dce853e2a docs: Update monthly issue metrics, b=(no bug), c={docs} 2025-08-01 02:57:27 +00:00
Mr. M
d6ca32fe3a Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-31 19:57:29 +02:00
Mr. M
b02374bdc1 chore: Show welcome page before initial UI has been initialized, b=no-bug, c=common 2025-07-31 19:57:22 +02:00
mr. m
c8d26461e6 feat: Added a pref for hover hacks in compact mode hover detection, b=no-bug, c=compact-mode 2025-07-30 22:33:29 +02:00
Mr. M
36fe38c145 feat: Improve startup time and reduce initial animations, b=bug #6997, c=common, workspaces 2025-07-30 11:41:09 +02:00
Mr. M
db0880ea8b fix: Fixed hovering outside the window instantly hiding the sidebar, b=no-bug, c=compact-mode 2025-07-30 02:38:11 +02:00
Mr. M
20392e8e24 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-29 23:47:43 +02:00
Mr. M
e6d6ca53df feat: Start session restoring empty tabs and flush tab state for newly expanded glance tabs, b=no-bug, c=common, glance, workspaces 2025-07-29 23:47:34 +02:00
mr. m
2abd1cb321 New Crowdin updates (#9690) 2025-07-29 23:32:15 +02:00
Mr. M
ff5c0543d5 chore: Add a bit more of delay to hover checks, b=no-bug, c=compact-mode 2025-07-29 22:18:50 +02:00
mr. m
1e6067d100 fix: Fixed manually unloading glance leading to rendering it useles, p=#9687, c=glance 2025-07-29 15:04:35 +02:00
mr. m
55100f7bc3 chore: Bump surfer version, p=#9686, c=no-component 2025-07-29 14:46:13 +02:00
mr. m
d21e6c4274 chore: Bump motion version, p=#9677, c=vendor 2025-07-29 00:39:49 +02:00
mr. m
6641152100 chore: Implemented static linting for JS modules, p=#9673, c=common 2025-07-28 21:08:31 +02:00
mr. m
d9ccd5c6a2 New Crowdin updates (#9669)
* New translations zen-workspaces.ftl (French)

* New translations zen-preferences.ftl (Vietnamese)
2025-07-28 19:02:52 +02:00
mr. m
daf94bd66d chore: Defined base path for crowdin, b=no-bug, c=no-component 2025-07-28 18:05:16 +02:00
Mr. M
b8f73482da chore: Fixed crowdin translation paths, b=no-bug, c=no-component 2025-07-28 17:58:20 +02:00
Mr. M
fa36ab417b fix: Attempt at fixing compact mode disabling on startup, b=bug #8606, c=compact-mode 2025-07-28 17:34:55 +02:00
Mr. M
bdab8a62a3 fix: Fixed holding down ctrl+T repeatedly retrigering the searvh popup, b=closes #9621, c=common 2025-07-28 17:26:59 +02:00
mr. m
dfd2830ceb test: Added tests for split view, p=#9667, c=tests 2025-07-28 17:05:23 +02:00
mr. m
36a84261b3 chore: Migrate l10n repo to the main repository, p=#9662, c=l10n 2025-07-28 14:26:41 +02:00
Mr. M
e5d4e91e61 fix: Fixed drag and droping split view groups, b=no-bug, c=tabs 1.14.9b 2025-07-27 08:43:19 +02:00
Mr. M
5787c7d664 fix: Fixed expanding glance while on a split view, b=no-bug, c=no-component 2025-07-27 08:35:07 +02:00
Mr. M
1518ea71f4 fix: Fixed glance crashing when trying to be closed, b=closes #9633, c=glance 2025-07-26 23:10:45 +02:00
mr. m
e235ac6fd6 fix: Fixed glance button cancelation not working, b=no-bug, c=glance, workspaces 1.14.8b 2025-07-26 12:46:27 +02:00
mr. m
69c8e6a0fd Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-25 21:02:06 +02:00
mr. m
e395e0fa1b fix: Fixed double arrows on the urlbar action row, b=no-bug, c=common 2025-07-25 20:57:02 +02:00
Mr. M
19fbad748c test: Fixed restore tests and fixed possible memory leak on theme modifiers, b=no-bug, c=common, workspaces, tests 1.14.7b 2025-07-25 12:32:57 +02:00
Mr. M
c9023353f6 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-07-25 11:15:16 +02:00
Mr. M
921afb04a4 fix: Fixed changing workspaces not replacing the empty tab, b=no-bug, c=workspaces 2025-07-25 11:15:09 +02:00
mr. m
578ca15268 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 1.14.6b 2025-07-25 01:29:59 +02:00
mr. m
5f61efa26b fix: Windows 11 - Fix 'apply split grid' native dialog show even after hiding the buttons, b=no-bug, c=tabs 2025-07-25 01:29:50 +02:00
mr. m
92607e2eee fix: Fix wrong spacing on the app menu item
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-07-24 17:49:08 +02:00
Mr. M
78b1088b41 fix: Make sure to source cargo env before building, b=no-bug, c=workflows 2025-07-24 16:38:02 +02:00