1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-16 19:23:53 +02:00
Commit graph

135 commits

Author SHA1 Message Date
Mauro Balades
42503c7ccf chore: Update workspace button styles and behavior 2024-07-22 00:44:00 +02:00
Mauro Balades
cf116b5ad3 chore: Fixed pinned tabs 2024-07-21 20:34:47 +02:00
Mauro Balades
57850038fc Update Zen Browser styles for dark mode compatibility 2024-07-20 01:32:59 +02:00
Mauro Balades
323c0e51f3 Update tabs max-height calculation in ZenThemeModifier 2024-07-20 01:01:07 +02:00
Mauro Balades
dddccee707 chore: Update alpha-build.sh script to handle xvfb-run not found and enable LTO only when not cross-compiling
- Add conditional check for xvfb-run command availability
- Enable LTO (Link Time Optimization) only when not cross-compiling

Related recent commits:
- Update Zen Browser styles for dark mode compatibility
- Update Windows mozconfig and ZenWorkspaces.mjs
2024-07-20 00:32:39 +02:00
Mauro Balades
528e020176 chore: Hide watermark when "zen.watermark.enabled" preference is false 2024-07-19 23:54:01 +02:00
Mauro Balades
fb8bc5d532 chore: Update TabsToolbar styles for Zen Browser 2024-07-19 23:47:48 +02:00
Mauro Balades
6c3a67aa9a chore: Update TabsToolbar styles for Zen Browser
- Set width to 100% and justify-content to start for toolbar buttons in TabsToolbar
- Add border-radius to toolbar buttons in TabsToolbar
- Update hover background color for toolbar buttons in TabsToolbar
- Adjust text alignment and remove unnecessary padding for toolbar buttons in TabsToolbar
- Set background to transparent for text, icon, and badge stack in toolbar buttons in TabsToolbar
- Set width to 100% for tabbrowser-tabs

Related recent commits:
- Update Zen Browser styles for dark mode compatibility
- Update Zen Browser preferences and styles for vertical tabs layout
2024-07-19 23:46:38 +02:00
Mauro Balades
b44d4b4f41 chore: Update Zen Browser styles for dark mode compatibility 2024-07-19 23:11:15 +02:00
Mauro Balades
628a0bf269 chore: Update Zen Browser preferences and styles for vertical tabs layout 2024-07-19 19:15:01 +02:00
Mauro Balades
80f8e829df fix: Fix ZenWorkspaces initialization in hidden windows and private browsing mode 2024-07-19 17:36:57 +02:00
Mauro Balades
a0f30e595b chore: Refactor tab browser styles for improved readability and maintainability 2024-07-19 17:19:24 +02:00
Mauro Balades
43460815ac Fixed tab browser when DOM fullscreen is enabled 2024-07-19 17:11:04 +02:00
Mauro Balades
bcb3a88d16 Refactor CSS selectors for open elements in navbar and toolbox 2024-07-14 16:58:30 +02:00
Mauro Balades
577c57ba87 Refactor tab styling and layout for pinned tabs 2024-07-14 16:37:57 +02:00
Mauro Balades
0d28e86fea God, I shoud've had never created compact mode 2024-07-14 15:41:13 +02:00
Mauro Balades
9907722feb chore: Enable Zen Workspaces functionality and set default workspace to "Default Workspace" 2024-07-14 00:58:08 +02:00
Mauro Balades
4b706ff33a Fixed subwindows not displaying correctly (closes #54) 2024-07-14 00:48:20 +02:00
Mauro Balades
c76492571b chore: Update zen-browser-shared.css to hide tab icon overlay 2024-07-13 13:43:40 +02:00
Mauro Balades
9d6cf0cb6c Fixed pinned tabs and welcome page 2024-07-13 10:00:42 +02:00
Mauro Balades
3ff2bcaace chore: Update zen-browser-shared.css to hide tab icon overlay (closes #41) 2024-07-12 23:24:22 +02:00
Mauro Balades
bd0cf2ea86 chore: Update zen-browser-shared.css to round the border radius of browserStack > browser 2024-07-12 23:15:24 +02:00
Mauro Balades
c6632e8dc8 chore: Update transition timing in zen-browser-shared.css 2024-07-11 16:14:04 +02:00
Mauro Balades
3b2ae304d2 Added watermark and springs 2024-07-11 16:08:23 +02:00
Mauro Balades
2783fa64d8 chore: Refactor ZenSidebarManager and ZenUIManager to improve tab handling 2024-07-11 09:43:48 +02:00
Mauro Balades
9fca7074ee chore: Update Firefox version to 128.0! 2024-07-10 18:27:52 +02:00
Mauro Balades
eed3bac755 chore: Update CSS selector for identity icon box in urlbar 2024-07-09 14:07:52 +02:00
Mauro Balades
a12c433b65 chore: Update panel separator color in shared themes 2024-07-08 07:28:29 +02:00
Mauro Balades
df1c6af96a chore: Fixed flat resolution on extension icons (#34) 2024-07-06 16:03:21 +02:00
Mauro Balades
3beb604136 Update margin-bottom in welcome.css and dragBall position in welcome.js 2024-07-04 18:56:13 +02:00
Mauro Balades
5afff18a23 Fixed button's colors 2024-07-03 12:57:37 +02:00
Mauro Balades
99c84473b1 chore: Update browser styles for split views 2024-07-03 11:20:08 +02:00
Mauro Balades
6a07f87358 chore: Update grid layout for split views in ZenViewSplitter.mjs
Update the grid layout in ZenViewSplitter.mjs to fix the issue with split views not displaying correctly. This change ensures that the grid template areas are properly set, resolving the layout problem.
2024-05-22 13:05:52 +02:00
Mauro Balades
2885d200d5 feat: Add compact view option to preferences
The code changes introduce a new preference option for enabling the compact view in the Zen browser. This allows users to show only the toolbars they use, improving the browsing experience for those who prefer a minimalistic interface.

(closes #31)
2024-05-21 19:13:03 +02:00
Mauro Balades
b0536e1cb1 worked on split views 2024-05-16 22:02:27 +02:00
Mauro Balades
79910d0158 Started rework of zens UI 2024-05-14 00:44:43 +02:00
Mauro Balades
7be61c25ff Working on the sidebar web panel features! 2024-05-13 20:07:23 +02:00
Mauro Balades
0ef15e9bd1 chore: Update border radius for zen-global-shared.css and zen-xul.css 2024-05-11 18:41:13 +02:00
Mauro Balades
13b78631dd Started working on the redesign 2024-05-10 23:48:15 +02:00
Mauro Balades
c560af65e5 Small fix to the main view 2024-05-03 23:48:41 +02:00
Mauro Balades
ced98311bd Started working on split views 2024-05-03 16:06:49 +02:00
Mauro Balades
ae677e6088 Updated to firefox 125.0.3! 2024-04-29 20:19:56 +02:00
Mauro Balades
cae0c8d116 Fixed web panel dragging 2024-04-28 23:33:54 +02:00
Mauro Balades
fab0130724 Fixed zen browser tar output 2024-04-28 11:13:55 +02:00
Mauro Balades
ca3ce58230 Added an opion to remove sidebar panels 2024-04-27 19:17:04 +02:00
Mauro Balades
bf5896556d Added support for pinned web panels 2024-04-27 17:54:46 +02:00
Mauro Balades
8bdda39c35 Fixed browser panels, they are not tabs anymore 2024-04-27 16:46:57 +02:00
Mauro Balades
a0b69db350 Added sidebar panels! 2024-04-27 00:01:46 +02:00
Mauro Balades
3c52bbbba6 Show panel and website controls for website side panels 2024-04-26 17:59:41 +02:00
Mauro Balades
972db98986 Display web panels at the sidebar works! 2024-04-25 23:42:44 +02:00