Kristijan Ribarić
6dcff571d2
feat(zen-pinned-tab-manager): Add pinned tab management functionality
...
This commit introduces a new feature: pinned tab management. It allows users to pin tabs and define whether to reset pinned tabs on close.
- Adds a new `ZenPinnedTabManager` component to manage pinned tabs.
- Updates `zen-assets.inc.xhtml` and `zen-assets.jar.inc.mn` to include the new component.
- Modifies the `ZenStartup.mjs` file to initialize the new manager.
- Introduces a new preference `zen.pinned-tab-manager.reset-pinned-tab-on-close-shortcut` to control the behavior of pinned tabs on close.
- Updates the settings UI to reflect the new pinned tab management functionality.
- Refactors related preferences from `zen.tab-unloader.*` to `zen.pinned-tab-manager.*`.
This feature enhances Zen's tab management capabilities by providing users with more control over their pinned tabs.
2024-10-08 15:00:10 +02:00
Kristijan Ribarić
b185773daf
feat(pinned-tab-url-reset): add option to reset pinned tab to originally pinned url
...
Adds a new setting to enable or disable pinned tab url resetting on pressing close tab shortcut.
Persists pinned tab url and label on browser closing.
2024-10-08 15:00:10 +02:00
nitro
b3e3fdbad7
fix performance
2024-10-06 20:32:44 +02:00
mauro 🤙
46cca21a72
Merge pull request #1914 from BrhmDev/feature/rearrange-split-view
...
Fully customizable splitview using drag and drop
2024-10-06 15:21:12 +02:00
brahim
81c2f08e62
Add pref for rearrange-edge-hover-size
2024-10-06 14:46:47 +02:00
Gunir
d7bff00046
Fix buffering issues: Youtube, Archive bugzilla.mozilla.org/show_bug.cgi?id=1854077
...
Fix buffering issues: Youtube, Archive bugzilla.mozilla.org/show_bug.cgi?id=1854077
2024-10-06 18:41:32 +07:00
Kristijan Ribarić
20f6dfafa1
feat: Add Workspaces to Sync options
...
This commit adds Workspaces to the list of data types that can be synced.
This introduces the following changes:
- Adds a new preference `services.sync.engine.workspaces` to control syncing of Workspaces.
- Updates the `syncChooseWhatToSync.js` and `syncChooseWhatToSync.xhtml` files to include the new Workspaces option in the UI.
- Adds relevant localization strings to `preferences-ftl`.
- Updates CSS styling for the Workspaces option.
- Updates `zen-browser.js` to disable Workspace syncing by default.
This change allows users to choose whether to sync their Workspaces across devices.
2024-10-05 15:11:14 +02:00
mauro-balades
c8391950cf
Expanded on sidebar stylings and added option to disable border of bottom icons
2024-10-04 19:19:40 +02:00
mauro-balades
88fb4d5e04
feat: Enable opening new tab on middle click in tab bar
...
This commit adds the functionality to open a new tab on middle click in the tab bar. The code changes include adding the preference 'zen.tabs.newtab-on-middle-click' and defining the lazy preference getter 'canOpenTabOnMiddleClick' in the ZenUIManager. The 'openNewTabOnTabsMiddleClick' function now checks if the middle click event occurred on the tab bar and if the preference is enabled before opening a new tab.
Refs: #1887
2024-10-03 20:59:36 +02:00
mauro-balades
bd8501fd77
Updates patches for firefox 131.0
!
2024-10-01 20:05:14 +02:00
mauro-balades
40890470fe
Added preferences for split views and tabs unloader
2024-09-29 12:18:21 +02:00
mauro-balades
fc46e4ae79
Refactor vertical tabs CSS to improve layout and transitions
2024-09-27 18:56:43 +02:00
mauro-balades
5ff141ded3
Update tab unloader timeout to 20 minutes
2024-09-27 18:12:50 +02:00
mauro-balades
e722fc6cca
Enable user context privacy settings
2024-09-26 19:00:41 +02:00
mauro-balades
bd9f68e0c0
Refactor preferences for tab unloading feature
2024-09-26 18:44:33 +02:00
mauro-balades
bbff11bc71
Update keyboard shortcuts in zen-browser.js
2024-09-25 17:06:57 +02:00
mauro-balades
f42a635555
Refactor subproject commit in zen-components and update keyboard shortcuts preferences
2024-09-22 23:38:25 +02:00
mauro-balades
232fa448ca
Refactor subproject commit in zen-components and update keyboard shortcuts preferences
2024-09-22 23:37:16 +02:00
mauro 🤙
4332bf3b95
Merge branch 'main' into shortcuts-redo
2024-09-22 22:22:53 +02:00
Jan Hereš
11ff76d15b
Merge branch 'shortcuts-redo' into fix/keybindings
2024-09-22 21:06:44 +02:00
mauro-balades
4b8c22d88b
Update Zen Browser theme and sidebar styling
2024-09-22 15:14:34 +02:00
mauro-balades
f5132f33fb
Update Betterfox version to 130 and enable dom.text_fragments
2024-09-22 13:43:18 +02:00
mauro 🤙
994fbf8d97
Merge branch 'main' into feature/resize-views-in-split-view
2024-09-21 17:02:25 +02:00
mauro-balades
4510bc64d6
Refactor ZenCompactModeManager and ZenStartup.mjs
2024-09-21 16:11:07 +02:00
mauro-balades
e4aa905440
Refactor ZenCompactModeManager and add ZenCompactMode.mjs
2024-09-21 14:31:25 +02:00
HarryHeres
76512840e3
Working on the macos-keybindings
2024-09-21 13:57:31 +02:00
mauro-balades
1d220623ff
Refactor ZenStartup to update default placements for sidebar buttons
2024-09-20 13:33:07 +02:00
mauro-balades
4ef3ecf0d9
refactor(zen-sidebar): improve sidebar buttons customization
...
- Improved customization of sidebar buttons in the Zen sidebar.
- Adjusted padding and outer padding of toolbar buttons.
2024-09-19 21:05:37 +02:00
mauro-balades
7bf77d1d57
Update subproject commit references
2024-09-18 22:05:35 +02:00
mauro-balades
bf52a194c8
Merge branch 'main' of https://github.com/zen-browser/desktop
2024-09-17 20:31:28 +02:00
mauro-balades
ab2e0c03b8
Fixed common bugs
2024-09-17 20:31:24 +02:00
Gunir
e4dcbccce7
Update zen-browser.js
2024-09-17 21:31:01 +07:00
mauro-balades
630d1a89c8
Refactor SURFER_COMPAT handling in sign.ps1
2024-09-16 22:53:54 +02:00
mauro 🤙
359af36098
Update zen-browser.js
2024-09-16 09:15:03 +02:00
brahim
37ee485140
Add zen.splitView.min-resize-width pref
2024-09-16 04:15:21 +02:00
mauro-balades
1dc3122bd3
Refactor zen-browser.js to add color preference options
2024-09-15 22:50:01 +02:00
Mauro Baladés
520f4a1598
Restore session by default
2024-09-14 14:38:21 -07:00
mauro-balades
d4791df40b
Update subproject commit with dirty changes
2024-09-14 12:24:02 +02:00
mauro-balades
f8f9d55a53
Refactor font rendering preferences and enable GPU by default
2024-09-14 09:30:17 +02:00
mauro-balades
a546d053ae
Allow pinned tabs to be for each individual workspace
2024-09-13 22:52:30 +02:00
mauro-balades
6a983664fb
Some UI changes
2024-09-12 19:54:37 +02:00
mauro-balades
c6fd3c9c0b
Refactor windows-alpha-build.yml and upload dist object
2024-09-12 18:50:09 +02:00
mauro-balades
06602ffaa2
Fixed rounded corners preference
2024-09-12 08:06:32 +02:00
mauro-balades
6d3b20062e
Refactor Zen Workspaces preferences and hide default container indicator
2024-09-11 23:44:47 +02:00
mauro-balades
bf723e0251
Refactor preferences and enable Zen Workspaces icons
2024-09-11 21:07:51 +02:00
mauro-balades
6a19315350
Enable private suggestions and GPU by default
2024-09-11 19:32:31 +02:00
mauro-balades
9d3fd17c18
Update @zen-browser/surfer to version 1.3.18
2024-09-08 19:41:06 +02:00
mauro-balades
044bef2266
chore: Update zen theme content element separation
2024-09-07 17:58:17 +02:00
mauro-balades
5e2075e901
Enable JXL support for images
2024-09-07 17:03:02 +02:00
mauro-balades
380f9f4a7b
chore: Update toolbar flash popup duration in compact mode
2024-09-07 16:42:49 +02:00