Add loading indicator and improve non-clipboard interactions

This commit is contained in:
Bad Manners 2024-09-23 11:26:24 -03:00
parent 66f6f52773
commit aa5759d6f5
4 changed files with 73 additions and 20 deletions

View file

@ -1,7 +1,7 @@
{
"name": "badmanners.xyz",
"type": "module",
"version": "2.1.14",
"version": "2.1.15",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -20,6 +20,7 @@
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.15.5",
"astro-htaccess": "^0.2.0",
"astro-loading-indicator": "^0.6.0",
"date-fns": "^3.6.0",
"tailwindcss": "^3.4.11",
"tippy.js": "^6.3.7",