mr. M
10b9f03410
feat: add top buttons separator in Zen UI manager; update icon references and clean up styles
2024-11-21 00:30:55 +01:00
mr. M
f3cf51f7ac
fix: add unified extensions button to top buttons in Zen UI manager; clean up vertical tabs CSS
2024-11-19 22:19:48 +01:00
mr. M
37848357b3
style: adjust padding and margin for vertical tabs; enforce width and padding with !important for consistency
2024-11-19 22:00:14 +01:00
mr. M
b094d8322a
refactor: update styling and structure of Zen UI components; remove deprecated toolbar styles and adjust margins for better layout
2024-11-19 20:51:48 +01:00
mr. M
a4002a49cc
refactor: remove unused animations and simplify workspace button styles
2024-11-18 23:18:50 +01:00
mr. M
032954be2b
feat: enhance zen styles for toolbar, sidebar, and tabs; adjust layout and padding
2024-11-18 23:14:50 +01:00
mr. M
66b215b44b
feat: add zen-cool-toolbar styles and adjust layout for sidebar and workspace indicators
2024-11-16 10:27:46 +01:00
mr. M
4b6068e13b
Hide reset button in vertical tabs and adjust CSS for better styling
2024-11-11 22:59:52 +01:00
Kristijan Ribarić
38898ab45e
(feat) Add reset to pinned URL button to pinned tabs
...
This commit introduces a "Reset" button to pinned tabs, allowing
users to quickly revert a tab to its stored base URL. The button
is visible on hover for non-essential pinned tabs and hidden
for essentials. Clicking the button triggers a
reset action managed by `gZenPinnedTabManager`.
The visual style of the button is defined using the "reload"
icon and follows the styling of other tab buttons.
2024-11-11 15:48:50 +01:00
mr. M
0e02cb14ec
Fix: adjust vertical tab background opacity for improved visibility
2024-11-10 20:08:04 +01:00
mr. M
62d763e65a
Fix: reduce minimum height of tabs to improve layout consistency
2024-11-10 19:20:36 +01:00
mr. M
73b24aa5ae
Add floating style for glance tabs in essentials and adjust new tab button border styling
2024-11-10 19:13:30 +01:00
mr. M
c3fc7d792e
Refactor Zen tab management to improve performance and enable conditional functionality
2024-11-10 18:50:10 +01:00
mr. M
33ac29f269
Add zen-compact-mode-ignore class to sidebar button for improved styling in compact mode
2024-11-10 18:25:09 +01:00
mr. M
ded9ee3251
Reduce opacity in vertical tabs and remove background styles in workspaces
2024-11-10 17:53:52 +01:00
mr. M
dc4f8c6c98
Hide workspace indicator icon when no icon is present
2024-11-10 17:50:49 +01:00
mr. M
f923078445
Fixed expand on hover sidebar
2024-11-10 17:30:27 +01:00
mr. M
c5a7879c55
Fixed padding for workspace indicator on collapsed mode
2024-11-10 11:55:09 +01:00
mr. M
6a7ce1639a
(style) Update tab background colors for improved visibility
2024-11-09 19:40:41 +01:00
mr. M
e75f6f85e7
last minutes touches yes yes yes
2024-11-09 19:32:16 +01:00
mr. M
f093228f71
feat: Update new tab button preferences and improve workspace indicator styles
2024-11-08 19:34:51 +01:00
mr. M
f3e054d15e
feat: Enhance new tab button visibility and workspace indicator styles
2024-11-08 18:26:40 +01:00
mr. M
aa5a768ef0
(feat) Add workspace indicator preference and update styles for improved UI
2024-11-08 18:13:05 +01:00
mr. M
638ec9c2ea
Center align content in zen essentials container for improved layout consistency
2024-11-06 19:56:57 +01:00
mr. M
9c5c53f4ae
Center align content in zen essentials container for improved layout
2024-11-06 19:52:16 +01:00
mr. M
a2ca9361e1
Refactor toolbar background handling and improve tab styling in compact mode
2024-11-06 19:46:21 +01:00
mr. M
957cff3447
Enhance workspace indicator styling and add table drop functionality in ZenPinnedTabsStorage
2024-11-06 17:03:26 +01:00
mr. M
f0690d0ac5
Refactor CSS styles for improved layout and responsiveness
2024-11-05 22:40:52 +01:00
mr. M
3049bc8215
Added better UI for transparency in windows
2024-11-05 22:27:37 +01:00
mr. M
ca2dd38f9b
Add current workspace indicator and update styles in zen workspaces
2024-11-05 00:38:13 +01:00
mr. M
cf7af8e3aa
Update tab hover background color and tab height in vertical-tabs.css
2024-11-04 19:55:43 +01:00
mr. M
19f8f58618
Update tab hover background color in vertical-tabs.css
2024-11-04 19:41:27 +01:00
mr. M
649d82425a
Added zen essentials!
2024-11-04 19:34:32 +01:00
mr. M
1f45db0fac
Update tab hover background color in vertical-tabs.css
...
``
2024-11-04 18:38:25 +01:00
mr. M
9d0eb9fb08
Update Firefox version to 132.0.1 in README.md and surfer.json
2024-11-04 18:09:50 +01:00
mr. M
0ca828325d
Refactor browser preferences and styles
2024-11-03 16:46:24 +01:00
mr. M
aa74a68ca8
Refactor zen-components and zen-styles/zen-tabs/vertical-tabs.css
2024-11-03 13:44:33 +01:00
mr. M
24a6013195
refactor: Hide tab label container in vertical-tabs.css
2024-11-03 02:14:20 +01:00
mr. M
de3962412f
feat: Add Essentials Toolbar and hide Accordion Header in compact mode
...
- Added the Essentials Toolbar to the Navigator Toolbox
- Removed the Essentials Toolbar from ZenStartup and created it in browser-places.js
- Updated the zen-styles/zen-sidebar.css file to remove the display of the Menubar
- Updated the navigator-toolbox.inc.xhtml file to add the Essentials Toolbar and hide the Accordion Header in compact mode
- Updated the indicator-private-browsing.svg file to include the private browsing indicator icon
2024-11-03 02:08:51 +01:00
Kristijan Ribarić
71464e6914
feat(zen-tabs): Hide Essentials Toolbar and Accordion Header in compact mode
2024-11-02 21:13:39 +01:00
Kristijan Ribarić
2a96fd466f
feat: Add Essentials Toolbar to Navigator Toolbox
...
This commit introduces a new Essentials Toolbar to the Navigator Toolbox. The toolbar is located within the vertical pinned tabs container and provides quick access to essential features.
The following changes were made:
- Added a new toolbarbutton with the id "essentials-accordion-header" to toggle the Essentials Toolbar visibility.
- Introduced a new `hbox` with the id "EssentialsToolbar" to house the toolbar items.
- Included a `scrollbox` with the id "EssentialsToolbarItems" to handle scrolling for the toolbar items.
- Modified the `arrowscrollbox` to use a vertical orientation (`orient="vertical"`).
- Added a separator between the pinned tabs container and the Essentials Toolbar.
2024-11-02 21:09:08 +01:00
mr. M
86cb96cd21
Fixed having glance on pinned tabs
2024-11-02 20:07:25 +01:00
mr. M
3a374dcdba
Fixed close tab button having weird paddings
2024-11-02 17:45:15 +01:00
mr. M
bd8829a432
Improved UI theme colors generation and newtab aligment
2024-11-01 13:07:32 +01:00
mr. M
e433c5160a
Update subproject commit in zen-components
2024-10-31 22:18:30 +01:00
mr. M
0ea71db628
Refactor CSS styles for Zen browser UI and tabs
...
- Update the max-width property for #zen-appcontent-wrapper in zen-browser-ui.css to ensure it takes up the full width.
- Remove the label display for toolbar buttons in zen-glance.css to improve the visual appearance.
- Hide the new tab button in vertical-tabs.css to align with the Zen browser UI design.
2024-10-31 01:35:59 +01:00
mr. M
fb89aab252
Fix issue with workspace button width in vertical tabs
2024-10-30 19:42:20 +01:00
mr. M
a85baa5cca
Fixed Workspace icon jumping in sidebar if not in strip mode ( https://github.com/zen-browser/desktop/issues/2413 )
2024-10-30 18:25:09 +01:00
mr. M
0552c2f245
[breaking] changed default layout of the customizable UI
2024-10-29 23:42:05 +01:00
mr. M
a08df8f9ef
Added theme color deduction for workspace gradients and fixed macos titlebar buttons display
2024-10-29 20:45:38 +01:00