Skip to content

feat: Drag and Drop link to split #8773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
81ec621
feat: Drag and Drop link to split
octaviusz Jun 1, 2025
9cc475f
Moved all the logic to class ZenSplitViewLinkDrop
octaviusz Jun 1, 2025
d8910be
npm run pretty
octaviusz Jun 1, 2025
fa141a5
Removed optional if statement
octaviusz Jun 1, 2025
8899251
Merge branch 'dev' into drop-link-to-split
mr-cheffy Jun 6, 2025
43712aa
Move pref to the correct feature config file
mr-cheffy Jun 6, 2025
112dee9
Merge branch 'dev' into drop-link-to-split
mr-cheffy Jun 6, 2025
1620aa1
Add l10n for split view link drop zone
octaviusz Jun 6, 2025
46ce1ae
Reworked the logic instead of hiding now removing
octaviusz Jun 6, 2025
1e5254c
Fix in some cases `uriFixup` throws an exception
octaviusz Jun 7, 2025
66ec8e4
Fix opening tab for left and top sides
octaviusz Jun 7, 2025
402dc33
Merge branch 'dev' into drop-link-to-split
octaviusz Jun 15, 2025
df3b4bb
Add auto close after timeout
octaviusz Jun 15, 2025
1e57258
Refactor linkDropZone events
octaviusz Jun 15, 2025
0d50fe7
Refactor _createOrUpdateSplitViewWithSide
octaviusz Jun 15, 2025
6828930
Add animation to link drop zone
octaviusz Jun 16, 2025
2b157a0
Add node size alignment
octaviusz Jun 17, 2025
95fa03b
Merge branch 'dev' into drop-link-to-split
octaviusz Jun 28, 2025
609f6ca
Fix SplitLeafNode -> nsSplitLeafNode
octaviusz Jun 28, 2025
ca428b4
Merge branch 'dev' into drop-link-to-split
octaviusz Jul 9, 2025
1f9c58e
feat: Enhance drag and drop zone visuals and animations
octaviusz Jul 10, 2025
b4e45ec
feat: Enhance link drop zone with dynamic icon and glance functionality
octaviusz Jul 10, 2025
6e6960f
test: add browser tests for link darg and drop behavior
octaviusz Jul 11, 2025
9524d8a
fix: npm run pretty
octaviusz Jul 11, 2025
1ac0953
Merge branch 'dev' into drop-link-to-split
mr-cheffy Jul 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/browser/app/profile/features/split-view.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

pref('zen.splitView.enable-tab-drop', true);
pref('zen.splitView.enable-link-drop', true);
pref('zen.splitView.min-resize-width', 7);
pref('zen.splitView.rearrange-hover-size', 24);
Loading