this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: rename to tools

+48 -44
+5 -1
.tangled/workflows/default.yml
··· 5 5 engine: "nixery" 6 6 7 7 dependencies: 8 - nixpkgs: 8 + github:nixos/nixpkgs/b538aa0098dd632291cef20c1a451b889acb90e9: 9 + - biome 9 10 - nodejs 10 11 11 12 steps: 13 + - name: "lint" 14 + command: "biome check" 15 + 12 16 - name: "deploy" 13 17 command: 'npx vercel --yes --token=$VERCEL_TOKEN ${TANGLED_REF:+--prod}'
+2 -2
README.md
··· 1 - # Not Just A Clock 1 + # Very Good Tools 2 2 3 - It's the best clock you could find. 3 + It's juste my tools, nobody use it.
+1 -1
biome.json
··· 1 1 { 2 - "$schema": "https://biomejs.dev/schemas/2.4.10/schema.json", 2 + "$schema": "https://biomejs.dev/schemas/2.4.9/schema.json", 3 3 "vcs": { 4 4 "enabled": true, 5 5 "clientKind": "git",
+2 -2
package.json
··· 1 1 { 2 - "name": "clock", 2 + "name": "tools", 3 3 "version": "0.1.0", 4 4 "private": true, 5 5 "scripts": { ··· 22 22 "tw-animate-css": "^1.4.0" 23 23 }, 24 24 "devDependencies": { 25 - "@biomejs/biome": "2.4.10", 25 + "@biomejs/biome": "2.4.9", 26 26 "@tailwindcss/postcss": "^4", 27 27 "@types/node": "^25", 28 28 "@types/react": "^19",
+37 -37
pnpm-lock.yaml
··· 40 40 version: 1.4.0 41 41 devDependencies: 42 42 '@biomejs/biome': 43 - specifier: 2.4.10 44 - version: 2.4.10 43 + specifier: 2.4.9 44 + version: 2.4.9 45 45 '@tailwindcss/postcss': 46 46 specifier: ^4 47 47 version: 4.2.2 ··· 224 224 '@types/react': 225 225 optional: true 226 226 227 - '@biomejs/biome@2.4.10': 228 - resolution: {integrity: sha512-xxA3AphFQ1geij4JTHXv4EeSTda1IFn22ye9LdyVPoJU19fNVl0uzfEuhsfQ4Yue/0FaLs2/ccVi4UDiE7R30w==} 227 + '@biomejs/biome@2.4.9': 228 + resolution: {integrity: sha512-wvZW92FrwitTcacvCBT8xdAbfbxWfDLwjYMmU3djjqQTh7Ni4ZdiWIT/x5VcZ+RQuxiKzIOzi5D+dcyJDFZMsA==} 229 229 engines: {node: '>=14.21.3'} 230 230 hasBin: true 231 231 232 - '@biomejs/cli-darwin-arm64@2.4.10': 233 - resolution: {integrity: sha512-vuzzI1cWqDVzOMIkYyHbKqp+AkQq4K7k+UCXWpkYcY/HDn1UxdsbsfgtVpa40shem8Kax4TLDLlx8kMAecgqiw==} 232 + '@biomejs/cli-darwin-arm64@2.4.9': 233 + resolution: {integrity: sha512-d5G8Gf2RpH5pYwiHLPA+UpG3G9TLQu4WM+VK6sfL7K68AmhcEQ9r+nkj/DvR/GYhYox6twsHUtmWWWIKfcfQQA==} 234 234 engines: {node: '>=14.21.3'} 235 235 cpu: [arm64] 236 236 os: [darwin] 237 237 238 - '@biomejs/cli-darwin-x64@2.4.10': 239 - resolution: {integrity: sha512-14fzASRo+BPotwp7nWULy2W5xeUyFnTaq1V13Etrrxkrih+ez/2QfgFm5Ehtf5vSjtgx/IJycMMpn5kPd5ZNaA==} 238 + '@biomejs/cli-darwin-x64@2.4.9': 239 + resolution: {integrity: sha512-LNCLNgqDMG7BLdc3a8aY/dwKPK7+R8/JXJoXjCvZh2gx8KseqBdFDKbhrr7HCWF8SzNhbTaALhTBoh/I6rf9lA==} 240 240 engines: {node: '>=14.21.3'} 241 241 cpu: [x64] 242 242 os: [darwin] 243 243 244 - '@biomejs/cli-linux-arm64-musl@2.4.10': 245 - resolution: {integrity: sha512-WrJY6UuiSD/Dh+nwK2qOTu8kdMDlLV3dLMmychIghHPAysWFq1/DGC1pVZx8POE3ZkzKR3PUUnVrtZfMfaJjyQ==} 244 + '@biomejs/cli-linux-arm64-musl@2.4.9': 245 + resolution: {integrity: sha512-8RCww5xnPn2wpK4L/QDGDOW0dq80uVWfppPxHIUg6mOs9B6gRmqPp32h1Ls3T8GnW8Wo5A8u7vpTwz4fExN+sw==} 246 246 engines: {node: '>=14.21.3'} 247 247 cpu: [arm64] 248 248 os: [linux] 249 249 libc: [musl] 250 250 251 - '@biomejs/cli-linux-arm64@2.4.10': 252 - resolution: {integrity: sha512-7MH1CMW5uuxQ/s7FLST63qF8B3Hgu2HRdZ7tA1X1+mk+St4JOuIrqdhIBnnyqeyWJNI+Bww7Es5QZ0wIc1Cmkw==} 251 + '@biomejs/cli-linux-arm64@2.4.9': 252 + resolution: {integrity: sha512-4adnkAUi6K4C/emPRgYznMOcLlUqZdXWM6aIui4VP4LraE764g6Q4YguygnAUoxKjKIXIWPteKMgRbN0wsgwcg==} 253 253 engines: {node: '>=14.21.3'} 254 254 cpu: [arm64] 255 255 os: [linux] 256 256 libc: [glibc] 257 257 258 - '@biomejs/cli-linux-x64-musl@2.4.10': 259 - resolution: {integrity: sha512-kDTi3pI6PBN6CiczsWYOyP2zk0IJI08EWEQyDMQWW221rPaaEz6FvjLhnU07KMzLv8q3qSuoB93ua6inSQ55Tw==} 258 + '@biomejs/cli-linux-x64-musl@2.4.9': 259 + resolution: {integrity: sha512-5TD+WS9v5vzXKzjetF0hgoaNFHMcpQeBUwKKVi3JbG1e9UCrFuUK3Gt185fyTzvRdwYkJJEMqglRPjmesmVv4A==} 260 260 engines: {node: '>=14.21.3'} 261 261 cpu: [x64] 262 262 os: [linux] 263 263 libc: [musl] 264 264 265 - '@biomejs/cli-linux-x64@2.4.10': 266 - resolution: {integrity: sha512-tZLvEEi2u9Xu1zAqRjTcpIDGVtldigVvzug2fTuPG0ME/g8/mXpRPcNgLB22bGn6FvLJpHHnqLnwliOu8xjYrg==} 265 + '@biomejs/cli-linux-x64@2.4.9': 266 + resolution: {integrity: sha512-L10na7POF0Ks/cgLFNF1ZvIe+X4onLkTi5oP9hY+Rh60Q+7fWzKDDCeGyiHUFf1nGIa9dQOOUPGe2MyYg8nMSQ==} 267 267 engines: {node: '>=14.21.3'} 268 268 cpu: [x64] 269 269 os: [linux] 270 270 libc: [glibc] 271 271 272 - '@biomejs/cli-win32-arm64@2.4.10': 273 - resolution: {integrity: sha512-umwQU6qPzH+ISTf/eHyJ/QoQnJs3V9Vpjz2OjZXe9MVBZ7prgGafMy7yYeRGnlmDAn87AKTF3Q6weLoMGpeqdQ==} 272 + '@biomejs/cli-win32-arm64@2.4.9': 273 + resolution: {integrity: sha512-aDZr0RBC3sMGJOU10BvG7eZIlWLK/i51HRIfScE2lVhfts2dQTreowLiJJd+UYg/tHKxS470IbzpuKmd0MiD6g==} 274 274 engines: {node: '>=14.21.3'} 275 275 cpu: [arm64] 276 276 os: [win32] 277 277 278 - '@biomejs/cli-win32-x64@2.4.10': 279 - resolution: {integrity: sha512-aW/JU5GuyH4uxMrNYpoC2kjaHlyJGLgIa3XkhPEZI0uKhZhJZU8BuEyJmvgzSPQNGozBwWjC972RaNdcJ9KyJg==} 278 + '@biomejs/cli-win32-x64@2.4.9': 279 + resolution: {integrity: sha512-NS4g/2G9SoQ4ktKtz31pvyc/rmgzlcIDCGU/zWbmHJAqx6gcRj2gj5Q/guXhoWTzCUaQZDIqiCQXHS7BcGYc0w==} 280 280 engines: {node: '>=14.21.3'} 281 281 cpu: [x64] 282 282 os: [win32] ··· 2255 2255 optionalDependencies: 2256 2256 '@types/react': 19.2.14 2257 2257 2258 - '@biomejs/biome@2.4.10': 2258 + '@biomejs/biome@2.4.9': 2259 2259 optionalDependencies: 2260 - '@biomejs/cli-darwin-arm64': 2.4.10 2261 - '@biomejs/cli-darwin-x64': 2.4.10 2262 - '@biomejs/cli-linux-arm64': 2.4.10 2263 - '@biomejs/cli-linux-arm64-musl': 2.4.10 2264 - '@biomejs/cli-linux-x64': 2.4.10 2265 - '@biomejs/cli-linux-x64-musl': 2.4.10 2266 - '@biomejs/cli-win32-arm64': 2.4.10 2267 - '@biomejs/cli-win32-x64': 2.4.10 2260 + '@biomejs/cli-darwin-arm64': 2.4.9 2261 + '@biomejs/cli-darwin-x64': 2.4.9 2262 + '@biomejs/cli-linux-arm64': 2.4.9 2263 + '@biomejs/cli-linux-arm64-musl': 2.4.9 2264 + '@biomejs/cli-linux-x64': 2.4.9 2265 + '@biomejs/cli-linux-x64-musl': 2.4.9 2266 + '@biomejs/cli-win32-arm64': 2.4.9 2267 + '@biomejs/cli-win32-x64': 2.4.9 2268 2268 2269 - '@biomejs/cli-darwin-arm64@2.4.10': 2269 + '@biomejs/cli-darwin-arm64@2.4.9': 2270 2270 optional: true 2271 2271 2272 - '@biomejs/cli-darwin-x64@2.4.10': 2272 + '@biomejs/cli-darwin-x64@2.4.9': 2273 2273 optional: true 2274 2274 2275 - '@biomejs/cli-linux-arm64-musl@2.4.10': 2275 + '@biomejs/cli-linux-arm64-musl@2.4.9': 2276 2276 optional: true 2277 2277 2278 - '@biomejs/cli-linux-arm64@2.4.10': 2278 + '@biomejs/cli-linux-arm64@2.4.9': 2279 2279 optional: true 2280 2280 2281 - '@biomejs/cli-linux-x64-musl@2.4.10': 2281 + '@biomejs/cli-linux-x64-musl@2.4.9': 2282 2282 optional: true 2283 2283 2284 - '@biomejs/cli-linux-x64@2.4.10': 2284 + '@biomejs/cli-linux-x64@2.4.9': 2285 2285 optional: true 2286 2286 2287 - '@biomejs/cli-win32-arm64@2.4.10': 2287 + '@biomejs/cli-win32-arm64@2.4.9': 2288 2288 optional: true 2289 2289 2290 - '@biomejs/cli-win32-x64@2.4.10': 2290 + '@biomejs/cli-win32-x64@2.4.9': 2291 2291 optional: true 2292 2292 2293 2293 '@dotenvx/dotenvx@1.59.1':
+1 -1
src/app/page.tsx
··· 2 2 3 3 import { useEffect, useState } from "react"; 4 4 5 - export default function TypographyClock() { 5 + export default function Clock() { 6 6 const [time, setTime] = useState(""); 7 7 8 8 useEffect(() => {