brahim
a870d7eb42
Render dropZone when dragging.
2024-10-05 03:30:24 +02:00
brahim
e429d0317d
Fix splitview splitter alignment
2024-10-05 02:00:15 +02:00
brahim
7cf789ad5f
Merge remote-tracking branch 'origin/main' into feature/rearrange-split-view
2024-10-04 18:40:22 +02:00
mauro-balades
4adde6ba85
Update subproject commit in zen-components
2024-10-04 18:22:43 +02:00
mauro-balades
e2792eecb5
Made the code look cleaner
2024-10-04 18:21:41 +02:00
mauro 🤙
57bf881779
Fixed twilight releases
2024-10-04 13:30:55 +00:00
brahim
da8db0f223
Fix split update logic, fix add tab to split
2024-10-04 10:40:24 +02:00
brahim
e96a40a545
Insert splitters in right location for splitview.
2024-10-04 10:40:24 +02:00
brahim
3105024de4
Fixes for splitview with layoutTree, working gridmode
2024-10-04 10:40:24 +02:00
mauro-balades
656a47f7c2
Fix dirty subproject commit in zen-components
2024-10-03 22:31:09 +02:00
mauro-balades
742bb67cde
Fixed weird height changes and top paddings when being changing from collapsed to expanded
2024-10-03 22:08:30 +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 🤙
28745667b8
Merge pull request #1887 from kristijanribaric/feature(new-tab-middle-click)-add-functionality-for-new-tab-opening-on-sidebar-middle-click
...
Feature: Open new tab on middle click in tab bar
2024-10-03 20:54:38 +02:00
mauro-balades
bffaa1a94d
Tried to improve on transitions and animations
2024-10-03 20:50:39 +02:00
Kristijan Ribarić
f5863391fe
feat: Open new tab on middle click in tab bar
...
This commit adds the ability to open a new tab by middle-clicking the tab bar.
The functionality is implemented by adding an event listener for the "mouseup" event on the tab bar and checking if the middle mouse button was clicked. If so, it calls the `BrowserCommands.openTab()` function to open a new tab and prevents the default behavior of the event.
2024-10-03 20:09:25 +02:00
mauro-balades
33531e973b
Added workspaces migration system
2024-10-03 19:38:54 +02:00
mauro 🤙
44c784f4a5
Merge pull request #1870 from kristijanribaric/load-zen-workspaces-storage
...
Add ZenWorkspacesStorage asset
2024-10-03 19:13:37 +02:00
mauro-balades
7e112746bc
Update "@zen-browser/surfer" dependency to version 1.5.0
2024-10-03 18:59:40 +02:00
mauro 🤙
3e2157782f
Merge pull request #1874 from hahayupgit/main
...
Update & format installation instructions
2024-10-03 07:56:39 +02:00
logan
6a9aaf1c58
fix minor typo
2024-10-02 17:58:03 -04:00
logan
516a388aa3
Update README.md
2024-10-02 17:44:49 -04:00
logan
c968478c3d
Update installation instructions
2024-10-02 17:39:38 -04:00
mauro-balades
c14bdf8d26
Refactor build workflow to use inputs for version and branch
2024-10-02 22:50:33 +02:00
mauro-balades
8bce4eb5f8
Fix permissions and secrets inheritance in twilight-release-schedule.yml
2024-10-02 22:48:43 +02:00
mauro-balades
2c2c6c6cc2
Fix permissions issue in twilight-release-schedule.yml
2024-10-02 22:48:00 +02:00
mauro-balades
c41a0ba129
Fix permissions issue in twilight-release-schedule.yml
2024-10-02 22:47:05 +02:00
mauro-balades
6cb335fe32
Fix macOS version check in codesign.bash
2024-10-02 22:46:18 +02:00
mauro-balades
605815aa76
Fix permissions issue in twilight-release-schedule.yml
2024-10-02 22:34:08 +02:00
Kristijan Ribarić
cf2734f5e2
Add ZenWorkspacesStorage to assets
2024-10-02 14:45:47 +02:00
Kristijan Ribarić
1624f05c06
feat(ui): Add ZenWorkspacesStorage.mjs to zen-assets.inc.xhtml
...
This commit adds the `ZenWorkspacesStorage.mjs` script to the `zen-assets.inc.xhtml` file. This file is responsible for storing and retrieving workspace data.
2024-10-02 12:09:52 +02:00
mauro-balades
39caaf5caa
Synced workspaces across windows and also implemented MultiWindowFeatures
2024-10-01 23:21:40 +02:00
mauro-balades
4310143e79
FIxed aligment issues on tabs when collapsed
2024-10-01 20:29:05 +02:00
mauro-balades
93159e4514
Updated firefox mobile user agent
2024-10-01 20:11:33 +02:00
mauro-balades
980dae52d4
Update build.yml and twilight-release-schedule.yml
2024-10-01 20:11:10 +02:00
mauro-balades
bd8501fd77
Updates patches for firefox 131.0!
2024-10-01 20:05:14 +02:00
mauro-balades
f8306742e9
Update @zen-browser/surfer to version 1.4.24
2024-10-01 19:30:38 +02:00
mauro-balades
aa7b007db7
Update subproject commit in zen-components
2024-10-01 18:55:42 +02:00
mauro 🤙
bf041bd1d6
Merge pull request #1830 from BrhmDev/fix/web-panel-back-and-forward-disable
...
Disable back and forward button inside web panel when they can't be used.
2024-10-01 18:52:16 +02:00
brahim
698b1eab76
Disable back and forward button inside web panel when they can't be used.
2024-10-01 02:34:37 +02:00
mauro-balades
81db0458a9
Refactor build workflow to include release branch parameter
2024-09-30 23:14:11 +02:00
mauro-balades
87f76f1cc2
Update surfer.json with Zen Twilight branding and release information
2024-09-30 22:58:55 +02:00
mauro 🤙
751a0c987d
Merge pull request #1827 from zen-browser/zen-twilight-test
...
Enable zen twilight branch!
2024-09-30 22:52:41 +02:00
mauro-balades
e11688d2a3
Upload objects if we are on twilight branch
2024-09-30 22:50:29 +02:00
mauro-balades
73d447eeee
Worked on the twilight branch
2024-09-30 22:46:13 +02:00
mauro-balades
3012c0ad1f
Refactor build workflow to include release branch parameter
2024-09-30 22:28:04 +02:00
mauro-balades
59f356001a
added release branch as env
2024-09-30 19:54:44 +02:00
mauro-balades
1cfb33afcd
rename alpha.yml to build.yml
2024-09-30 19:48:56 +02:00
mauro-balades
3f4f611a61
Refactor vertical-tabs.css to improve button layout
2024-09-30 19:45:44 +02:00
mauro-balades
1bd694514b
Started working on zen twilight
2024-09-30 19:44:00 +02:00
Mauro Baladés
e3f0ab43bb
Sign and package windows artifacts
2024-09-30 19:40:24 +03:00