Skip to content

Commit

Permalink
[Feature] Discogs Drafts Page Link (#150)
Browse files Browse the repository at this point in the history
* Added discogs drafts page link

* Update changelog
  • Loading branch information
Serhii-DV authored Dec 24, 2024
1 parent 47515ff commit 2c2d6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- discogs: Removed extension link from the release notes
- discogs: Set default release country to `Worldwide`
- popup: Added Bandcamp wishlist and feed links to the main navigation
- popup: Added Discogs Drafts page link to the main navigation
- popup: Small improvements on the release card tab for release urls
- popup: Use one tab for the latest viewed releases, release card and releases
- core: Improved initialization of console log commands
Expand Down
3 changes: 3 additions & 0 deletions src/popup/popup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<a class="btn btn-dark rounded-0" id="wishlist-link" href="https://bandcamp.com/" title="Bandcamp Wishlist" target="_blank">
<b2d-icon name="heart"></b2d-icon>
</a>
<a class="btn btn-dark rounded-0" id="discogs-drafts-link" href="https://www.discogs.com/users/drafts" title="Discogs Drafts" target="_blank">
<b2d-icon name="discogs-png"></b2d-icon>
</a>
<button class="btn btn-dark rounded-0" id="about-tab" data-bs-toggle="tab" data-bs-target="#about" role="tab" aria-controls="about" aria-selected="false" type="button" title="About the extension">
<b2d-icon name="question-square"></b2d-icon>
</button>
Expand Down

0 comments on commit 2c2d6e1

Please sign in to comment.