Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(snippets): remove outdated snippets #675

Merged
merged 2 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed resources/assets/snippets/hide-podcast-tab.png
Binary file not shown.
12 changes: 0 additions & 12 deletions src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ export default [
"code": ".main-yourEpisodesButton-yourEpisodesIcon { background: var(--spice-text); color: var(--spice-sidebar); }",
"preview": "resources/assets/snippets/fixed-episodes-icon.png",
},
// {
// "title": "Fix 'Made For You' Icon",
// "description": "Fix the colours of the Made For You icon",
// "code": ".utp540VMXpC3bYIxo9wy {\n color: var(--spice-sidebar);\n background: var(--spice-text);\n opacity: 1;\n}\n.t6d9Hf7maqFPHp1Y02VR {\n color: var(--spice-text);\n}",
// "preview": "https://placekitten.com/200/200",
// },
{
"title": "Fix 'Liked' Icon",
"description": "Fix the colours of the Liked icon in sidebar",
Expand Down Expand Up @@ -239,12 +233,6 @@ export default [
"code": ".npv-up-next.fade-in-and-out-transition-enter-done {display: none;}",
"preview": "resources/assets/snippets/fullscreen-hide-next-up.png",
},
{
"title": "Hide podcast tab",
"description": "Hides the podcast tab in Your Library",
"code": "[href='/collection/podcasts'] {display: none;}",
"preview": "resources/assets/snippets/hide-podcast-tab.png",
},
{
"title": "Hide profile username",
"description": "Hides your username next to your profile picture",
Expand Down