diff --git a/README.md b/README.md index 20d4e46..475eea2 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# Zen-Haven +# Zen Library A new way to organize Zen [(PR](https://github.com/zen-browser/desktop/pull/7550)) ## To-Do -An Optimistic To-Do list for Zen Haven +An Optimistic To-Do list for Zen Librat ### Downloads - [x] Functioning search - [ ] Image Preview - [ ] Media Player (MP3, MP4, etc.) - [ ] Vertical Time Slider -- [ ] Rename Files +- [x] Rename Files ### Workspaces -- [ ] Rearrange Workspaces by Drag-and-Drop -- [ ] Tab Groups are Displayed in Haven -- [ ] Copy Link Button (in place of reset pinned tab button) +- [x] Rearrange Workspaces by Drag-and-Drop +- [x] Tab Groups are Displayed in Haven +- [x] Copy Link Button - [ ] intigration with other userChrome.js mods like [Tab Sorters](https://github.com/Darsh-A/Ai-TabGroups-ZenBrowser) -- [ ] More Workspace Control Like Deltion, Creation, Renaming, etc. +- [x] More Workspace Control Like Deltion, Creation, Renaming, etc. ### History - [x] Functioning Search - [x] Filter History by date @@ -21,31 +21,5 @@ An Optimistic To-Do list for Zen Haven - [ ] Vertical Time Slider - [x] Delete History Items ### Integration -- [ ] Build a functioning mod store so people can submit there own sections to haven and incorperate addons -## Current -[Anoms12](https://github.com/Anoms12) -![image](https://github.com/user-attachments/assets/f0b3fa70-dc28-4df7-ae19-895add558de8) - -[ferrocyante](https://github.com/ferrocyante) - -https://github.com/user-attachments/assets/1ba2dca1-cdd4-4236-a96b-b83c414f85c7 - -[logicsec](https://github.com/logicsec) - - -https://github.com/user-attachments/assets/3b528fc9-849c-45d8-bed1-3adeb279b1a2 - - -**Downloads Concept** - -![image](https://github.com/user-attachments/assets/a8fde0b7-4e75-476f-a1d3-f72dc3f16f92) - - -**Download Concept 2** -Organized into the main download types only -![Frame 1](https://github.com/user-attachments/assets/b0ade386-871d-4225-b001-7434bcd5b4b8) - - -## The Goal -![Arc-Browser-Spaces](https://github.com/user-attachments/assets/b7e4e9ee-5d52-4112-bc75-1895d77aa40a) - +- [ ] Create addon section +- [ ] Create PR to zen-browser/desktop to add a native version of Library diff --git a/icons/copy-url.svg b/icons/copy-url.svg new file mode 100644 index 0000000..6bc6e4a --- /dev/null +++ b/icons/copy-url.svg @@ -0,0 +1,19 @@ + + + + + url [#1424] + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/library.svg b/icons/library.svg new file mode 100644 index 0000000..f88e6f9 --- /dev/null +++ b/icons/library.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/sections/download.js b/sections/download.js index 431b3ee..ff95b21 100644 --- a/sections/download.js +++ b/sections/download.js @@ -8,7 +8,7 @@ export const downloadsSection = { `, init: function() { const downloadsViewContainer = parseElement( - `
`, + `
`, ); // --- Data Store and State --- @@ -181,22 +181,22 @@ export const downloadsSection = { const IMAGES_SVG = ``; const MEDIA_SVG = ``; - const header = parseElement(`
-
-

Downloads

+ const header = parseElement(`
+
+

Downloads

`); - const controls = parseElement(`
`); + const controls = parseElement(`
`); const searchFilterRow = parseElement( - `
`, + `
`, ); - const searchBox = parseElement(`