Mr. M
|
a926c1949b
|
Refactor tab group handling to improve child element appending and event listener attachment
|
2025-04-09 18:34:52 +02:00 |
|
mr. m
|
6a23d198a4
|
Started working on nested groups
|
2025-04-08 15:48:36 +02:00 |
|
mr. M
|
4a02ea11b1
|
fix: update tab group click handling and improve folder icon SVG dimensions
|
2025-04-06 12:30:28 +02:00 |
|
mr. M
|
a77d2cfed3
|
refactor: improve tab group handling and adjust overflow styles
|
2025-04-06 00:49:06 +02:00 |
|
mr. M
|
2970e9b3cc
|
feat: add folder icons and animations for tab groups
|
2025-04-05 17:35:06 +02:00 |
|
mr. M
|
b4575de026
|
Initial development for folders
|
2025-04-05 01:26:14 +02:00 |
|
mr. M
|
9762d74256
|
refactor: streamline media button event handling and remove inline commands
|
2025-04-02 23:11:04 +02:00 |
|
Slowlife01
|
853811d387
|
chore: shorten tabbrowser patch
|
2025-04-02 21:46:36 +07:00 |
|
Slowlife01
|
8f571d5800
|
fix: skip permit unload if already checked
|
2025-04-02 21:35:01 +07:00 |
|
Slowlife01
|
45284a3845
|
fix: tab not moving to forced workspace
|
2025-04-01 11:09:56 +07:00 |
|
mr. M
|
9bd7b5a900
|
Update dependencies and refine configuration files for improved compatibility and performance
|
2025-03-30 10:03:50 +02:00 |
|
mr. M
|
7bec1c2025
|
Enhance tab drag-and-drop functionality by adjusting move threshold and refining group drop logic
|
2025-03-30 00:29:42 +01:00 |
|
mr. M
|
00d8f60a02
|
Small fixes to split view groups
|
2025-03-29 20:39:42 +01:00 |
|
mr. M
|
0c6fe6f77c
|
refactor: improve tab group handling and visibility in split view
|
2025-03-29 18:26:23 +01:00 |
|
mr. m
|
5462f035f8
|
refactor: enhance tab handling in split view and update script loading method
|
2025-03-29 12:31:00 +01:00 |
|
mr. m
|
20cb086c76
|
fix: prevent pinned tabs from commingling with non-pinned tabs in split view
|
2025-03-28 00:02:36 +01:00 |
|
mr. m
|
173242e2bb
|
fix: update repository URL and license in package.json; adjust bug and homepage links
|
2025-03-27 22:41:09 +01:00 |
|
mr. m
|
baafa12967
|
fix: add missing newline at end of surfer.json
|
2025-03-26 23:41:42 +01:00 |
|
mr. M
|
c3e33fa7f3
|
refactor: update configuration and initialization for Zen application
|
2025-03-26 23:28:30 +01:00 |
|
mr. M
|
daf6d6aea8
|
feat: update preferences and UI components for new features and improvements
|
2025-03-26 21:31:12 +01:00 |
|
mr. M
|
342186584e
|
Added support for split views persisting between sessions
|
2025-03-24 23:58:06 +01:00 |
|
mr. M
|
d234e6a701
|
refactor media controls layout and styles; improve visibility and responsiveness
|
2025-03-15 13:40:09 +01:00 |
|
mr. M
|
481976a353
|
refactor media controls styling and improve workspace tab switching logic
|
2025-03-14 20:54:19 +01:00 |
|
mr. M
|
5ed1ca6aa1
|
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
|
2025-03-12 23:16:30 +01:00 |
|
mr. M
|
7b5a778bd8
|
Add initial test for basic workspace change and refactor empty tab initialization
|
2025-03-12 23:16:27 +01:00 |
|
mr. m
|
40ce0b714e
|
Refactor tab handling logic to improve neighbor tab selection in standalone mode
|
2025-03-11 21:41:27 +01:00 |
|
mr. m
|
ebc33723b0
|
Fixed dragging undefined tabs
|
2025-03-10 13:28:01 +01:00 |
|
mr. m
|
441ea2000b
|
Merge pull request #6185 from noaione/privatebrowsing-newtab-fix
Pass new tab URL to Zen `selectEmptyTab`
|
2025-03-08 19:01:10 +01:00 |
|
mr. M
|
a93fdf5a17
|
Refactor URL bar height handling and improve drag-and-drop tab functionality in ZenViewSplitter
|
2025-03-08 18:51:46 +01:00 |
|
noaione
|
7b029cc7bc
|
Pass new tab URL to Zen selectEmptyTab
This will ensure private browsing mode to not open the standard new tab.
|
2025-03-08 19:59:58 +07:00 |
|
mr. M
|
2e21bcc542
|
Enhance sidebar and vertical tab styles with workspace-specific adjustments
|
2025-03-07 23:28:04 +01:00 |
|
mr. m
|
39fdda8958
|
Added support to unsplit tabs when dragging them to the sidebar
|
2025-03-07 13:59:23 +01:00 |
|
mr. m
|
0575373167
|
Fixed dragging split views tabs outisde of the container
|
2025-03-07 13:37:28 +01:00 |
|
mr. m
|
9466f6ee86
|
Fixed dragging multiple tabs with split view groups
|
2025-03-07 13:33:18 +01:00 |
|
mr. m
|
3325dc0d9f
|
Fixed session restore identifying the empty tab as a normal one
|
2025-03-07 11:54:57 +01:00 |
|
mr. M
|
8ed5b50c3d
|
Fix tab label handling and improve pinned tab state management; ensure static labels are correctly set and cached.
|
2025-03-06 16:06:15 +01:00 |
|
mr. M
|
713ceab89f
|
Enhance styling and functionality in Zen components; adjust URL bar border radius, update tab unloading logic, and refine element separation settings
|
2025-03-06 12:50:42 +01:00 |
|
mr. M
|
148c9661c2
|
Refactor tab movement logic in ZenViewSplitter; ensure empty tab is last and adjust fake browser removal behavior
|
2025-03-05 20:08:35 +01:00 |
|
mr. M
|
f0e2a68abf
|
Refactor tab handling logic in ZenViewSplitter; ensure empty tab is last and remove fake browser when moving tabs
|
2025-03-05 20:06:53 +01:00 |
|
Slowlife01
|
9b07fd528b
|
Fix: External link not opening in default container
|
2025-03-05 15:25:28 +07:00 |
|
mr. M
|
8aaccf06b2
|
Enhance tab selection handling and improve drag-and-drop functionality in ZenViewSplitter
|
2025-03-03 00:11:31 +01:00 |
|
mr. M
|
0cb7b0af95
|
Refactor tab management and drag-and-drop functionality; improve animation durations and conditions for splitting tabs.
|
2025-03-02 21:36:31 +01:00 |
|
mr. M
|
86390bde02
|
Enhance split view functionality and styling improvements
|
2025-03-01 19:19:22 +01:00 |
|
mr. m
|
47c64661ec
|
Fixed split view groups being unpinned / pinned
|
2025-03-01 13:18:30 +01:00 |
|
mr. m
|
30a7bd49a9
|
Fixed creating essentials being in the wrong order and fixed watermark not waiting enough time
|
2025-02-28 22:57:41 +01:00 |
|
mr. m
|
1ae11fef58
|
Worked a bit more on split view groups
|
2025-02-28 21:20:11 +01:00 |
|
mr. m
|
0c918caed2
|
Small fixed for new split view groups
|
2025-02-28 08:37:08 +01:00 |
|
mr. m
|
7d4641c5ec
|
Fixed changing tabs while having glance open
|
2025-02-28 00:30:02 +01:00 |
|
mr. m
|
7585514868
|
Started to add support for dragging folders and split view groups
|
2025-02-27 13:31:51 +01:00 |
|
mr. M
|
3878dcd27f
|
Enhance tab grouping logic to correctly handle pinned tabs and improve insertion behavior
|
2025-02-27 00:30:50 +01:00 |
|