NOCanoa
431a0dc5e8
Update README.md
2024-08-30 22:03:12 +01:00
NOCanoa
58fdb9e790
Add files via upload
2024-08-30 22:01:37 +01:00
mauro-balades
db63095cf1
Allowed moving around web panel pages
2024-08-30 10:07:29 +02:00
mauro-balades
556d8a8fc7
Fixed display issues for shortcuts in settings ( https://github.com/zen-browser/desktop/issues/376 )
2024-08-29 21:52:02 +02:00
mauro-balades
d8d3f47178
Fixed unspliting tabs with shortcuts
2024-08-29 21:33:40 +02:00
mauro-balades
d2db3ebef4
Fixed split views shortcuts
2024-08-29 21:32:47 +02:00
mauro-balades
175e38c51b
Fix opening links from external apps
2024-08-29 21:09:07 +02:00
mauro-balades
29bdb7a3e0
Merge branch 'main' of https://github.com/zen-browser/components
2024-08-28 10:46:07 +02:00
mauro-balades
97ce49174c
Fix opening URLs in windows
2024-08-28 10:45:05 +02:00
mauro 🤙
fc03a308a4
Merge pull request #5 from bhaveshdaipuria/fix/web-panel-title-unload-bug
...
fix: remove title from web panel on unload
2024-08-28 10:34:44 +02:00
Bhavesh Daipuria
03c2d60f5e
fix: remove title from web panel on unload
2024-08-28 13:39:45 +05:30
mauro-balades
845d26405b
Fix theme store API
2024-08-28 10:05:48 +02:00
mauro-balades
fb65629993
Fixed split view shortcuts
2024-08-27 20:58:03 +02:00
mauro-balades
9b90aab014
chore: Update ZenThemeMarketplaceChild.sys.mjs to use correct API endpoint for fetching theme info
2024-08-27 17:14:31 +02:00
Mauro Balades
4a6a0964de
refactor: Update ZenKeyboardShortcuts to use 'vsep' instead of 'vsplit' for vertical split view action
2024-08-25 22:34:36 +02:00
mauro 🤙
3cffa7f2be
Merge pull request #4 from katedickey/main
...
Edit Workspaces (component updates)
2024-08-25 21:09:18 +02:00
Katelyn Dickey
b69fe5e69d
feat(workspaces): modify ZenWorkspaces to enable creation flow to be a single step
2024-08-25 12:52:18 -04:00
Katelyn Dickey
0b7a125130
feat(workspaces): update ZenWorkspaces to allow editing workspaces
2024-08-25 12:12:54 -04:00
Mauro Balades
d87cd1fed6
refactor: Update ZenThemeMarketplaceChild and ZenThemeMarketplaceParent to check for theme updates and handle theme updates accordingly
2024-08-25 13:03:08 +02:00
Mauro Balades
36306fd148
chore: Add event listener for checking theme updates in ZenThemeMarketplaceChild.sys.mjs
2024-08-25 11:27:24 +02:00
mauro 🤙
6bd08b136f
Merge pull request #3 from gunir/patch-1
...
Update ZenKeyboardShortcuts.mjs - Add Duplicate Tab shortcut
2024-08-25 00:29:20 +02:00
mauro 🤙
d92a8949c4
Merge pull request #1 from win8linux/license-ccbysa
...
Update CC-BY-SA licensing
2024-08-25 00:28:45 +02:00
Gunir
889dd8be6e
Update ZenKeyboardShortcuts.mjs
2024-08-24 23:12:25 +07:00
mauro 🤙
ca6aeb1c3a
Merge pull request #2 from anatasiajp/patch-1
...
Ctrl+Shift+P is defauft private browsing
2024-08-24 15:18:23 +02:00
Mauro Balades
d83b0ac342
refactor: Update ZenKeyboardShortcuts to use gZenUIManager.createValidXULText for key attribute
2024-08-24 15:17:08 +02:00
Mauro Balades
e12618009e
refactor: Update ZenWorkspaces to use textContent instead of innerHTML for XSS prevention
2024-08-23 19:57:16 +02:00
Mauro Balades
dde5f80b8b
Fixed Ampersand & character in Workspace Name breaks Workspace Menu permanently
2024-08-23 19:53:19 +02:00
Anatasia
dee5f14ef9
Ctrl+Shift+P is defauft private browsing
2024-08-24 00:41:11 +07:00
Mauro Balades
bbc9e79c2a
refactor: Remove unused attributes from ZenSidebarManager
...
Remove the "disableglobalhistory" and "disablesecurity" attributes from the ZenSidebarManager module. These attributes are no longer needed and can be safely removed. This cleanup improves the code readability and reduces unnecessary clutter.
2024-08-23 16:36:12 +02:00
Mauro Balades
5d5a706087
Added support for multitab splitting with the shortcuts
2024-08-23 12:55:11 +02:00
Mauro Balades
a2cc3ed395
Split views now add missing tabs to the group
2024-08-23 12:27:05 +02:00
Mauro Balades
76f54a4f21
Fixed changing workspaces again
2024-08-22 20:34:39 +02:00
Mauro Balades
be8eafad5f
Fixed closing workspaces
2024-08-22 20:23:41 +02:00
Mauro Balades
dcea272d88
Added "open split view in new tab" context menu button
2024-08-22 16:11:28 +02:00
Mauro Balades
fbf63e4bc1
refactor: Update ZenKeyboardShortcuts to use SidebarController for managing bookmarks
...
Update the ZenKeyboardShortcuts module to use the SidebarController instead of the deprecated SidebarUI for managing bookmarks. This refactor ensures compatibility with the latest version of the browser and improves the overall stability and performance of the application.
2024-08-22 10:15:21 +02:00
Julius Enriquez
0da31f3f46
Update README.md: Specify license version
2024-08-22 12:52:27 +08:00
Julius Enriquez
0d58a3a021
Create COPYRIGHT
2024-08-22 12:51:38 +08:00
Julius Enriquez
b1b90fac4a
Update LICENSE: Add full CC-BY-SA 4.0 text
2024-08-22 12:50:44 +08:00
Mauro Balades
b5f536691a
refactor: Update Zen Core Components license information
2024-08-21 23:10:50 +02:00
Mauro Balades
2ef396ee87
refactor: Add event listener for tab close in ZenWorkspaces
...
This commit adds an event listener for the "TabClose" event in the ZenWorkspaces module. When a tab is closed, the listener checks if it is the last tab in a workspace and creates a new tab if necessary. It also closes other tabs in the workspace. This enhancement improves the functionality and user experience of ZenWorkspaces.
2024-08-21 20:48:13 +02:00
Mauro Balades
7bf34b6f28
Fixed license name
2024-08-21 20:29:20 +02:00
Mauro Balades
5afe9873d1
refactor: Update Zen Core Components license information
2024-08-21 20:23:38 +02:00
Mauro Balades
dab7fd0b2f
refactor: Update ZenWorkspaces to enable setting default workspace and opening workspaces
2024-08-20 22:00:46 +02:00
Mauro Balades
43c47ad710
refactor: Improve lazy loading for images in ZenSidebarManager.mjs
2024-08-20 11:14:00 +02:00
Mauro Balades
f5d5bc918b
```text
...
refactor: Fix incorrect split view actions in ZenKeyboardShortcuts.mjs
Correct the split view actions in the ZenKeyboardShortcuts.mjs file to ensure that the vertical and horizontal split view actions are assigned to the correct functions. This fix resolves the issue where the vertical and horizontal split view actions were swapped.
2024-08-20 09:31:04 +02:00
Mauro Balades
8926b7cd23
refactor: Improve lazy loading for images in ZenThemesImporter.mjs
2024-08-20 01:30:19 +02:00
Mauro Balades
6fc860c3e5
refactor: Improve lazy loading for images in ZenThemesImporter.mjs
2024-08-20 01:24:02 +02:00
Mauro Balades
ea8b4c36dc
refactor: Improve lazy loading for images in ZenThemesImporter.mjs
...
Optimize the lazy loading implementation for images in the ZenThemesImporter.mjs file. This refactor enhances the page load performance and improves the overall user experience.
2024-08-20 01:11:09 +02:00
Mauro Balades
1f27bc40cd
Starter rewriting stylesheets manager
2024-08-20 01:04:59 +02:00
Mauro Balades
9a0959c50e
refactor: Add lazy loading for images in ZenThemesImporter.mjs
...
Improve page load performance by adding lazy loading for images in the ZenThemesImporter.mjs file. This enhancement optimizes the loading of images and improves the overall user experience.
2024-08-19 19:10:41 +02:00