Skip to content

Commit 580f551

Browse files
committed
Add import/export, show/hide all links
Add import from and export to clipboard feature. Add buttons to show or hide all links. Add feature to show/hide links using alt/option + click. Automatically remove hidden links entries if that link doesn't exist anymore. Replace Material Design Icons with Lucide Icons. Update Simple Icons. Update some links. Add new links: - Public APIs - Quarkus - Micronaut - Statamic - selfh.st - Awesome Selfhosted - Shields.io Remove links: - Interactive Git Cheatsheet (because website uses self signed certificate) - Xamarin (because support has ended in 2024) - Can I DevTools... (website is not available anymore) - Is Houdini ready yet? (website is not available anymore)
1 parent 7310f43 commit 580f551

112 files changed

Lines changed: 1491 additions & 839 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
svg {
27-
@apply fill-current align-middle;
27+
@apply align-middle;
2828
}
2929
}
3030

package-lock.json

Lines changed: 672 additions & 545 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"type": "module",
55
"scripts": {
66
"dev": "vite --host 0.0.0.0",
@@ -11,11 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@headlessui/react": "^2.1.10",
14-
"@mdi/js": "^7.4.47",
15-
"@mdi/react": "^1.4.0",
1614
"classnames": "^2.3.1",
17-
"react": "^18.0.0",
18-
"react-dom": "^18.0.0",
15+
"lucide-react": "^0.575.0",
16+
"react": "^18.3.1",
17+
"react-dom": "^18.3.1",
1918
"react-redux": "^8.1.3",
2019
"redux": "^4.2.1"
2120
},

public/simple-icons/anichart.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/baseui.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/bitsy.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/convex.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)