mr. M
1b9ada13a2
feat: update zen-cool-toolbar styles to enhance background and navbar appearance
2024-11-16 11:29:19 +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
499781baf1
fix: disable Clang plugin in mozconfig
2024-11-14 21:39:21 +01:00
mr. M
1da6210617
feat: enable Clang plugin in mozconfig
2024-11-14 12:48:58 +01:00
mr. M
057d258660
Fixed workspace indicator appearing when workspaces are disabled
2024-11-13 23:35:43 +01:00
mr. M
ec433fa852
fix: correct typo in essential tab attribute to prevent changing selected tab
2024-11-13 23:33:58 +01:00
mr. M
6185f421b8
fix: prevent changing selected tab for essential tabs and update version to 132.0.2
2024-11-13 23:23:49 +01:00
mr. m 🤙
ab7ae3f89a
Merge pull request #2879 from kristijanribaric/fix/change-order-of-tab-context-menu-items
...
Display Add to Essentials tab context menu item before Pin Tab
2024-11-13 23:12:41 +01:00
mr. m 🤙
7048b94cc2
Merge pull request #2889 from JamiKettunen/flatpak-24.08
...
chore: Update flatpak manifest runtime versions to 24.08
2024-11-13 23:12:22 +01:00
mr. m 🤙
c8c11b31c8
Merge pull request #2542 from GunGunGun/patch-1
...
Update README.md for installing native package Linux
2024-11-13 23:10:57 +01:00
mr. m 🤙
6dd732e1c2
Merge pull request #2899 from Lenni-builder/patch-2
...
Add a "Discussions" link to issue template
2024-11-13 23:09:25 +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
mr. m 🤙
bc7d0c7d71
Merge pull request #2984 from litemotiv/flatpak_shader_cache
...
#2767 [Flatpak] Failed to create shader cache (Permission denied)
2024-11-13 23:04:52 +01:00
Olivier Keun
07ee4d5915
#2767 [Flatpak] Failed to create shader cache (Permission denied)
2024-11-13 14:25:36 +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
4b6068e13b
Hide reset button in vertical tabs and adjust CSS for better styling
2024-11-11 22:59:52 +01:00
mr. M
a7db756c76
Update subproject commit reference in localization files
2024-11-11 22:06:55 +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
Tanay Kar
14211536d8
Added zen-profile selector active style ( #2908 )
...
Provides a change in background colour for the profile selector items on click (active) , similar to the main menu styles
Signed-off-by: Tanay Kar <93914273+Tanay-Kar@users.noreply.github.com >
2024-11-11 22:05:32 +01:00
Jai A P
9a7351b1f9
Fix inconsistent cursor when resizing P2 ( #2916 )
...
* Update ZenViewSplitter.mjs
Signed-off-by: Jai A P <jai.jap.318@gmail.com >
* Update ZenSidebarManager.mjs
Signed-off-by: Jai A P <jai.jap.318@gmail.com >
---------
Signed-off-by: Jai A P <jai.jap.318@gmail.com >
2024-11-11 20:55:45 +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
kristijanribaric
8724d6f836
Fix pinned tab state and favicon handling ( #2853 )
...
Fixes several issues related to pinned tab restoration and
favicon display:
- Ensures pinned tabs are not loaded in private windows.
- Improves favicon caching and setting for pinned tabs.
- Fixes an issue where the tab state was not properly
restored, leading to incorrect icons and titles.
- Uses base64 encoded favicon data to prevent issues with
favicon loading and updates the favicon loading logic to
be more robust.
- Adds a call to `gBrowser._updateTabBarForPinnedTabs` to
ensure the tab bar is updated correctly after restoring
pinned tabs, which fixes a UI issue where the tab bar
wouldn't refresh properly until interacted with.
- Improves tab initialization by explicitly calling
`newTab.initialize()` after restoring a pinned tab. This
fixes an issue with tabs not rendering
icon and label after being restored.
The changes improve the reliability of pinned tab
restoration and ensure that favicons are displayed
correctly.
2024-11-11 20:48:27 +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
Lenni
40267f32e5
Add Discussions link to issue template
...
Signed-off-by: Lenni <87639068+Lenni-builder@users.noreply.github.com >
2024-11-11 15:10:17 +01:00
mr. m 🤙
3277e06740
Update io.github.zen_browser.zen.yml.template
...
Signed-off-by: mr. m 🤙 <91018726+mauro-balades@users.noreply.github.com >
2024-11-11 11:44:34 +01:00
Jami Kettunen
c557a2daf0
chore: Update flatpak manifest runtime versions to 24.08
2024-11-11 12:24:25 +02:00
Kristijan Ribarić
2798076bb1
Display Add to Essentials tab context menu item before Pin Tab
...
Add to Essentials is displayed before Pin tab context menu item so it follows the order in which the tabs are displayed in the sidebar as essentials are above pinned tabs.
2024-11-11 08:59:15 +01:00
mr. M
0e02cb14ec
Fix: adjust vertical tab background opacity for improved visibility
1.0.1-a.19
2024-11-10 20:08:04 +01:00
mr. M
9443169283
Fix: update zen glance animations for smoother transitions and adjust timing
2024-11-10 19:58:24 +01:00
mr. M
259b25ab68
Fix: adjust scale for zen glance background and enhance quickCloseGlance logic
2024-11-10 19:41:16 +01:00
mr. M
c8e363d4f3
Bump version numbers for Zen Browser and Zen Twilight to 1.0.1-a.19 and 1.0.1-t.19 respectively; update subproject commit reference
2024-11-10 19:29:53 +01:00
mr. m 🤙
8ecc8b2e74
Fix zen-browser/desktop/issues/2252 ( #2807 ) ( #2846 )
...
Signed-off-by: Jai A P <jai.jap.318@gmail.com >
Co-authored-by: Jai A P <jai.jap.318@gmail.com >
2024-11-10 19:21:21 +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
d54a56e11b
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2024-11-10 19:13:34 +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
kristijanribaric
110279cf4c
(feat) Add workspace switching by scrolling sidebar ( #2828 )
...
This commit adds the ability to switch workspaces by horizontally
scrolling the sidebar. A scroll cooldown and threshold are
implemented to prevent accidental workspace changes. The
`_setupHoverDetection` method is renamed to `_setupSidebarHandlers`
as it now handles both hover and scroll events.
2024-11-10 19:05:15 +01:00
maraton
ddc4341707
Fix: file manager not opening in many scenarios ( #2790 )
2024-11-10 18:55:59 +01:00
mr. M
47fdeada01
Fix enabled property check in ZenPinnedTabManager for improved reliability
2024-11-10 18:54:46 +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
1c7c6b2a0f
Enhance Zen animations and glance functionality with improved styles and closing behavior
2024-11-10 18:20:23 +01:00
mr. M
5ab9ee7c34
Remove support URL for FAQ in browser preferences
2024-11-10 18:05:27 +01:00
mr. M
056de6fc13
Hide toolbar buttons and workspace indicator in specific conditions
2024-11-10 18:04:47 +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
282c3fab8c
Fixed closing glance
2024-11-10 17:44:12 +01:00
mr. M
63a808b306
Refactor sidebar buttons: move profile button to sidebar icons and clean up toolbar structure
2024-11-10 17:34:40 +01:00
mr. M
ca7622027d
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2024-11-10 17:30:37 +01:00
mr. M
f923078445
Fixed expand on hover sidebar
2024-11-10 17:30:27 +01:00
mr. m 🤙
f81150ea31
Merge pull request #2823 from GunGunGun/patch-6
...
Support URL to FAQ - 2nd Try 🐷
2024-11-10 14:19:54 +01:00