oskprei-compsci
df352ec926
Fixed new marketplace link
...
Old mod marketplace dead link replaced with working one
Signed-off-by: oskprei-compsci <97055687+op-cs@users.noreply.github.com >
2024-12-10 21:25:15 +00:00
mr. M
ba984572c8
Forgot to export URLview patch
2024-12-09 19:27:54 +01:00
mr. M
eb1e00ef7b
fix: adjust positioning of popup notification dropmarker and refine welcome page styles
2024-12-09 19:21:17 +01:00
mr. M
7e9153171a
Fixed opening tab in a new container not changing the tab to the correct forced workspace
2024-12-08 11:39:42 +01:00
mr. M
5f512db55f
New welcome page and logo
2024-12-07 21:12:01 +01:00
mr. M
acdca8320b
feat: add Zen branding styles and update welcome page layout
2024-12-07 18:21:52 +01:00
mr. M
54cb67b316
feat: implement workspace selector in bookmark editing panel and update related styles
2024-12-05 00:06:02 +01:00
mr. M
3b3dc28d42
Fixed disabling workspaces not hiding the indicator
2024-12-03 20:41:57 +01:00
mr. M
97c18ef67c
refactor: streamline preference handling and update event management in ZenUIManager
2024-12-03 20:28:41 +01:00
mr. M
139ab630e0
refactor: enhance CSS styles for zen components and improve layout handling
2024-12-02 23:55:05 +01:00
mr. m
c0da03cfe8
Merge pull request #3215 from kristijanribaric/feature/workspace-specific-bookmarks
...
Feature: Workspace-specific bookmarks
2024-11-28 18:55:51 +01:00
mr. m
a02ae261cf
Merge branch 'dev' into formatting
...
Signed-off-by: mr. m <91018726+mr-cheff@users.noreply.github.com >
2024-11-28 18:52:43 +01:00
mr. m
0d2a95190c
Merge pull request #3247 from kristijanribaric/feature/add-setting-for-container-specific-essentials
...
Feature: Add option to enable container-specific essentials
2024-11-28 18:50:35 +01:00
mr. M
f35cc90ea4
Enhance animations and sidebar panel styles for improved UI transitions
2024-11-28 18:29:22 +01:00
Kristijan Ribarić
53c3deda16
Updated styles for workspace selector.
2024-11-28 10:38:38 +01:00
Kristijan Ribarić
d28fe8730d
feat: Add option to enable container-specific essentials
2024-11-28 09:13:50 +01:00
Vijay A
92de4022cb
Remove trailing spaces
2024-11-28 07:34:29 +05:30
mr. M
4fddfe4f6b
Fix pinned tab count reference to use _numVisiblePinTabs for accurate visibility handling
2024-11-28 01:31:33 +01:00
Kristijan Ribarić
1422b3393f
feat: Display selected workspace names in bookmark editor
...
The workspace selection summary in the bookmark editor now displays a comma-separated list of selected workspace names instead of just the number of selected workspaces. This improves the user experience by providing more context and clarity about which workspaces the bookmark will be associated with.
Previously, the summary only showed "N workspaces selected". This change makes it easier to see at a glance which workspaces are selected without having to open the dropdown.The change also ensures the initial display of the summary text correctly reflects the selected workspaces when the editor opens.
2024-11-27 22:04:14 +01:00
Kristijan Ribarić
7b976c39e6
Fix: Add missing closing tag in editBookmarkPanel.inc.xhtml
2024-11-27 21:25:04 +01:00
Kristijan Ribarić
78d10b4c1b
Added workspace selector on bookmarks create/edit modal, added table for storing relationships between workspaces and bookmarks.
2024-11-27 19:51:21 +01:00
mr. M
5497016015
Refactor tab handling logic to improve readability and maintainability
2024-11-27 19:47:51 +01:00
mr. M
15617953ab
Update Zen Browser to version 133.0 and enhance UI consistency with various CSS adjustments
2024-11-26 23:57:38 +01:00
mr. m
aba6cf50e1
Merge pull request #3121 from kristijanribaric/workspace-change-refactoring
...
Workspace change refactoring
2024-11-22 00:58:44 +01:00
mr. m
e04486564d
Merge branch 'dev' into new-layout
...
Signed-off-by: mr. m <91018726+mr-cheff@users.noreply.github.com >
2024-11-22 00:58:01 +01:00
mr. M
86c4ce6d9f
feat: implement single toolbar functionality in Zen UI manager; enhance customizable UI integration and manage button attributes
2024-11-21 22:43:24 +01:00
Equinoxx
bc54087161
Fixed typo in IMPORTANT.md
...
Fixed minor typo
Signed-off-by: Equinoxx <89617359+Equinoxx4978@users.noreply.github.com >
2024-11-21 20:34:12 +11:00
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
Kristijan Ribarić
245f477760
Prevent creating new window for dragging pinned tab out of the window.
2024-11-20 10:02:30 +01:00
mr. M
30b14a619d
fix: remove unnecessary tabbar expand form initialization in Zen settings
2024-11-19 22:20:10 +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 🤙
693963b072
Merge pull request #2947 from kristijanribaric/feature/add-option-to-make-essentials-container-specific
...
Feature: container specific Essentials
2024-11-13 23:07:56 +01:00
Kristijan Ribarić
bc45092e03
Added a pref to make essentials container specific, i.e. if a workspace has a container assigned to it, on that workspace only essentials opened in that container will be visible.
2024-11-12 10:44:12 +01:00
mr. m 🤙
9d328b3aff
Merge pull request #2904 from kristijanribaric/feature/add-reset-to-base-url-button-to-pinned-tabs
...
Feature: Add reset to pinned URL button to pinned tabs
2024-11-11 22:06:04 +01:00
kristijanribaric
b323333bd1
Prevent pins deletion from database on non explicit tab closes (window closing) ( #2903 )
...
Previously, if you had multiple windows opened and you closed one, it could trigger TabClose event and delete the pins from zen_pins table. With this change the pins are deleted only on explicit tab closing from tab context menu.
2024-11-11 20:51:46 +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
1c7c6b2a0f
Enhance Zen animations and glance functionality with improved styles and closing behavior
2024-11-10 18:20:23 +01:00
mr. M
f093228f71
feat: Update new tab button preferences and improve workspace indicator styles
2024-11-08 19:34:51 +01:00
Kristijan Ribarić
014602266b
Correctly set the base pinned url and title for migrating from previous version.
2024-11-07 16:20:46 +01:00
mr. M
e086cf56fc
Reorder default placements for toolbar buttons in ZenCustomizableUI and update patch for customizable UI
2024-11-06 20:36:03 +01:00
mr. M
6d5dcbe89f
Adjust tab height calculations and improve icon state handling in ZenStartup and ZenPinnedTabManager
2024-11-06 20:31:20 +01:00
mr. M
649d82425a
Added zen essentials!
2024-11-04 19:34:32 +01:00
mr. M
aa74a68ca8
Refactor zen-components and zen-styles/zen-tabs/vertical-tabs.css
2024-11-03 13:44:33 +01:00
Kristijan Ribarić
a21511b683
feat: Add Essentials Toolbar
...
This commit introduces a new Essentials Toolbar feature to Zen. It provides a more streamlined and organized way for users to access frequently used bookmakrs directly from the sidebar.
- Added `ZenEssentialsToolbar.mjs` to provide the logic for the toolbar.
- Updated the sidebar CSS (`zen-sidebar.css`) to style the Essentials Toolbar.
- Modified `ZenStartup.mjs` to initialize the Essentials Toolbar.
- Made changes to `browserPlacesViews-js.patch` to integrate with existing bookmark functionality.
- Added a new preference `zen.essentials.enabled` to enable/disable the Essentials Toolbar.
2024-11-02 21:09:07 +01:00
mr. M
b58f7a0c4d
Update subproject commit in zen-components
2024-11-01 17:26:52 +01:00
mr. M
e433c5160a
Update subproject commit in zen-components
2024-10-31 22:18:30 +01:00
mr. M
cfd2e57950
Allow glance meta key only for macos ( https://github.com/zen-browser/desktop/issues/2429 )
2024-10-31 15:55:12 +01:00
mr. M
a5d4855530
Fixed changing activation method not applied to tabs ( https://github.com/zen-browser/desktop/issues/2429 )
2024-10-31 15:52:29 +01:00
mr. M
04dd345ef4
Fixed unloaded tabs can't be opened ( closes #2436 )
2024-10-31 14:26:17 +01:00
mr. M
245c75ab2c
Update subproject commit hash in l10n and zen-components
2024-10-30 17:16:29 +01:00