mr. M
53a6b8178a
Fixed workspaces dialog not aligning the buttons correctly
2024-12-06 15:35:48 +01:00
mr. M
3b3dc28d42
Fixed disabling workspaces not hiding the indicator
2024-12-03 20:41:57 +01:00
Vijay A
92de4022cb
Remove trailing spaces
2024-11-28 07:34:29 +05:30
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
721a8cf6e3
style: enhance workspace deactivation styles with grayscale filter for better visibility
2024-11-19 19:33:26 +01:00
mr. M
a4002a49cc
refactor: remove unused animations and simplify workspace button styles
2024-11-18 23:18: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
057d258660
Fixed workspace indicator appearing when workspaces are disabled
Update Components Submodules / update-submodules (push) Waiting to run
2024-11-13 23:35:43 +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
cf1e468395
style: Adjust toolbar height calculation and update workspace button visibility
Update Components Submodules / update-submodules (push) Waiting to run
2024-11-08 23:56:22 +01:00
mr. M
5e9ccd440e
style: Update padding for workspace indicator in zen-styles
2024-11-08 23:42:40 +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
Update Components Submodules / update-submodules (push) Waiting to run
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
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
fdf83eaef8
Added better support for macos transparency
2024-11-05 20:29:27 +01:00
mr. M
093722c7d6
Adjust opacity for current workspace indicator and its name in zen workspaces
2024-11-05 00:38:34 +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
0ca828325d
Refactor browser preferences and styles
2024-11-03 16:46:24 +01:00
mr. M
f94b51e410
Fixed closing parent tab on glance ( https://github.com/zen-browser/desktop/issues/2526 )
2024-11-01 13:47:04 +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 🤙
722ddfb736
Merge pull request #2333 from kwilcz/bugfix/toolbar-workspace
...
Fix an issue where workspace size is 0 on non-expanded toolbar
2024-10-26 20:35:35 +03:00
wando
44cb7e148b
Fix an issue where workspace size is 0 on non-expanded toolbar
2024-10-26 19:09:00 +02:00
mr. M
4ee7fa2af7
Worked on the gradient choser
2024-10-26 12:11:14 +02:00
Kristijan Ribarić
31bb92c398
feat: Handle workspace panel hiding event
...
This commit adds a new `onpopuphidden` attribute to the `<panel>` element that defines the workspace panel. This attribute triggers the `ZenWorkspaces.handlePanelHidden()` function when the panel is hidden.
This change is necessary to allow the application to properly handle the case when the workspace panel is hidden so that the reorder mode can be disabled.
The following changes were made:
- Added the `onpopuphidden` attribute to the `<panel>` element in `zen-popupset.inc.xhtml`.
- Added a new CSS class `.zen-workspace-last-place-drop-target` to `zen-workspaces.css`.
- Modified the `zen-workspaces.css` file to display the `.zen-workspace-last-place-drop-target` class only in reorder mode.
2024-10-24 20:27:46 +02:00
mr. M
22adb293f7
Added ellipsies for workspaces names that overflow the selector
2024-10-18 18:37:55 +02:00
mr. M
35859f566b
Refactor toolbar and vertical tabs styles
2024-10-18 18:07:39 +02:00
mr. M
1ad7055fbe
Fixed Workspace button selection boxes have no top and bottom padding when placed on the toolbar (closes https://github.com/zen-browser/desktop/issues/2184 )
2024-10-18 17:30:51 +02:00
mr. M
2287aa9a06
FIxed icon selection for workspaces
2024-10-18 17:09:20 +02:00
mr. M
2f5062b33e
Refactor workspace button styles and adjust icon position
2024-10-18 00:50:00 +02:00
mr. M
57b624d2da
Refactor workspace button styles and adjust icon position
2024-10-18 00:41:02 +02:00
mr. M
69539728ec
Refactor workspace button styles and adjust icon position
2024-10-18 00:40:50 +02:00
HarryHeres
92b014a706
Fixing workspaces icon picker
2024-10-18 01:37:27 +03:00
mr. M
0b9b0a39d8
Refactor workspace button styles and add new icon
2024-10-17 19:52:28 +02:00
Kristijan Ribarić
c31e0d72b3
Restructured reordering to be based on dragging.
2024-10-17 20:29:50 +03:00
Kristijan Ribarić
4f324c7fd7
feat: Add workspace reorder mode to Workspaces panel
...
This commit introduces a new reorder mode to the Workspaces panel, allowing users to easily rearrange their workspaces. The following changes were made:
- Added a "reorder mode" toggle button to the Workspaces panel.
- Implemented functionality to enable/disable reorder mode.
- Updated the Workspaces panel to display reorder controls for each workspace when reorder mode is enabled.
- Added visual cues to indicate the current active workspace and reorder mode status.
These changes enhance the usability of the Workspaces panel by providing a convenient way to manage and organize workspaces.
2024-10-17 20:29:50 +03:00
mr. M
d6c4c3c66a
Changed light theme and added new split view icon
2024-10-17 19:19:28 +02:00
mr. M
6e7a2e4c9e
Hide deactivated workspaces are now an option
2024-10-15 10:57:09 +02:00
mr. m 🤙
538fd146fb
Update submodules to commit 6031981acdb600561b3fdfcf7f51864664b0c25a-… ( #2100 )
...
* Update submodules to commit 6031981acdb600561b3fdfcf7f51864664b0c25a-dirty
* Added new icons selector for workspaces
2024-10-14 20:55:59 +02:00
mr. M
7470ff5437
Refactor subproject commit in zen-components
...
Update background color in zen-workspaces.css
2024-10-12 22:08:29 +02:00
mr. M
69020cc516
Refactor build workflow and add branch validation
2024-10-11 18:30:32 +02:00
mauro-balades
eb19d2a1c4
Fixed themes page crashing if the theme didnt exist
2024-10-05 16:37:49 +02:00
mauro-balades
e2792eecb5
Made the code look cleaner
2024-10-04 18:21:41 +02:00
mauro-balades
6c77a913ff
Refactor ZenCustomizableUI and update keyboard shortcuts preferences
2024-09-23 18:15:22 +02:00
mauro-balades
5d718c4ce4
Update zen-workspaces.css to include height calculation for workspace buttons
2024-09-21 17:45:55 +02:00
mauro-balades
a4edeb5b49
Refactor ZenUIManager to add event listener for gZenCompactModeManager
2024-09-21 16:58:22 +02:00
mauro-balades
4510bc64d6
Refactor ZenCompactModeManager and ZenStartup.mjs
2024-09-21 16:11:07 +02:00
mauro-balades
3b426fa0cf
Refactor ZenStartup to update default placements for sidebar buttons and improve sidebar buttons customization
2024-09-20 15:41:33 +02:00
mauro-balades
1d220623ff
Refactor ZenStartup to update default placements for sidebar buttons
2024-09-20 13:33:07 +02:00