From a4f13acc1dbd19e0e856652f37b1c41eb5e2d222 Mon Sep 17 00:00:00 2001 From: Grant Forrest Date: Thu, 18 Jul 2024 12:51:40 -0400 Subject: [PATCH] more ui tweaks --- apps/gnocchi/hub/package.json | 2 +- apps/gnocchi/web/package.json | 2 +- .../pantry/items/PantryListItem.tsx | 18 +++-- .../pantry/list/PantryListSectionTabs.tsx | 2 +- apps/humding/web/package.json | 2 +- apps/marginalia/web/package.json | 2 +- apps/star-chart/web/package.json | 2 +- apps/trip-tick/web/package.json | 2 +- apps/wish-wash/web/package.json | 2 +- blog/package.json | 2 +- packages/client/package.json | 2 +- pnpm-lock.yaml | 72 +++++++++---------- web/package.json | 2 +- 13 files changed, 58 insertions(+), 54 deletions(-) diff --git a/apps/gnocchi/hub/package.json b/apps/gnocchi/hub/package.json index 4bb3a919..c25c4a08 100644 --- a/apps/gnocchi/hub/package.json +++ b/apps/gnocchi/hub/package.json @@ -20,7 +20,7 @@ "typecheck": "tsc --build tsconfig.json" }, "dependencies": { - "@a-type/ui": "^1.0.5", + "@a-type/ui": "^1.0.7", "@a-type/utils": "^1.0.8", "@tiptap/core": "^2.2.4", "@tiptap/extension-document": "^2.2.4", diff --git a/apps/gnocchi/web/package.json b/apps/gnocchi/web/package.json index 0f6dcd61..4f4e805a 100644 --- a/apps/gnocchi/web/package.json +++ b/apps/gnocchi/web/package.json @@ -14,7 +14,7 @@ "typecheck": "tsc --build tsconfig.json" }, "dependencies": { - "@a-type/ui": "^1.0.5", + "@a-type/ui": "^1.0.7", "@a-type/utils": "^1.0.8", "@biscuits/client": "workspace:*", "@biscuits/error": "workspace:*", diff --git a/apps/gnocchi/web/src/components/pantry/items/PantryListItem.tsx b/apps/gnocchi/web/src/components/pantry/items/PantryListItem.tsx index 3bd80423..ec1130b3 100644 --- a/apps/gnocchi/web/src/components/pantry/items/PantryListItem.tsx +++ b/apps/gnocchi/web/src/components/pantry/items/PantryListItem.tsx @@ -81,11 +81,14 @@ export function PantryListItem({ leaving && 'animate-fade-out-down animate-forwards', )} > - + + + +
{purchasedAt && ( @@ -110,14 +113,15 @@ export function PantryListItem({ )}
- - -
- - + + setFilter(f as 'purchased' | 'all' | 'frozen')} - className="overflow-x-auto" + className="overflow-x-auto overflow-y-hidden" > diff --git a/apps/humding/web/package.json b/apps/humding/web/package.json index 56b67d30..71e73ffa 100644 --- a/apps/humding/web/package.json +++ b/apps/humding/web/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@a-type/ui": "1.0.5", + "@a-type/ui": "1.0.7", "@a-type/utils": "1.1.3", "@biscuits/client": "workspace:*", "@humding.biscuits/verdant": "workspace:*", diff --git a/apps/marginalia/web/package.json b/apps/marginalia/web/package.json index 1287e292..626238b0 100644 --- a/apps/marginalia/web/package.json +++ b/apps/marginalia/web/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@a-type/ui": "1.0.5", + "@a-type/ui": "1.0.7", "@a-type/utils": "1.1.0", "@biscuits/client": "workspace:*", "@marginalia.biscuits/verdant": "workspace:*", diff --git a/apps/star-chart/web/package.json b/apps/star-chart/web/package.json index 935cf7a3..cd1d3b78 100644 --- a/apps/star-chart/web/package.json +++ b/apps/star-chart/web/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@a-type/ui": "1.0.5", + "@a-type/ui": "1.0.7", "@a-type/utils": "1.1.2", "@biscuits/client": "workspace:*", "@react-spring/web": "^9.7.3", diff --git a/apps/trip-tick/web/package.json b/apps/trip-tick/web/package.json index 24b3f4f3..96a97dbe 100644 --- a/apps/trip-tick/web/package.json +++ b/apps/trip-tick/web/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@a-type/ui": "^1.0.5", + "@a-type/ui": "^1.0.7", "@a-type/utils": "^1.0.6", "@biscuits/client": "workspace:*", "@radix-ui/react-progress": "^1.0.3", diff --git a/apps/wish-wash/web/package.json b/apps/wish-wash/web/package.json index de01034e..23d35d4f 100644 --- a/apps/wish-wash/web/package.json +++ b/apps/wish-wash/web/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@a-type/ui": "1.0.5", + "@a-type/ui": "1.0.7", "@a-type/utils": "1.1.3", "@biscuits/client": "workspace:*", "@react-spring/web": "^9.7.3", diff --git a/blog/package.json b/blog/package.json index 018be300..f785d26e 100644 --- a/blog/package.json +++ b/blog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@a-type/ui": "^1.0.5", + "@a-type/ui": "^1.0.7", "@astrojs/check": "^0.5.10", "@astrojs/mdx": "^2.3.1", "@astrojs/rss": "^4.0.5", diff --git a/packages/client/package.json b/packages/client/package.json index 19a0d6d0..6d98aee8 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -59,7 +59,7 @@ "vite-plugin-pwa": "0.19.2" }, "devDependencies": { - "@a-type/ui": "^1.0.5", + "@a-type/ui": "^1.0.7", "@types/react": "18.3.3", "@unocss/transformer-variant-group": "^0.58.0", "@verdant-web/react-router": "0.6.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac7ac869..1588506c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,8 +61,8 @@ importers: apps/gnocchi/hub: dependencies: '@a-type/ui': - specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: ^1.0.7 + version: 1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@a-type/utils': specifier: ^1.0.8 version: 1.1.0 @@ -181,8 +181,8 @@ importers: apps/gnocchi/web: dependencies: '@a-type/ui': - specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.2)(react-dom@18.3.1)(react@18.3.1) + specifier: ^1.0.7 + version: 1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.2)(react-dom@18.3.1)(react@18.3.1) '@a-type/utils': specifier: ^1.0.8 version: 1.0.8 @@ -455,8 +455,8 @@ importers: apps/humding/web: dependencies: '@a-type/ui': - specifier: 1.0.5 - version: 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: 1.0.7 + version: 1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@a-type/utils': specifier: 1.1.3 version: 1.1.3 @@ -558,8 +558,8 @@ importers: apps/marginalia/web: dependencies: '@a-type/ui': - specifier: 1.0.5 - version: 1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: 1.0.7 + version: 1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@a-type/utils': specifier: 1.1.0 version: 1.1.0 @@ -661,8 +661,8 @@ importers: apps/star-chart/web: dependencies: '@a-type/ui': - specifier: 1.0.5 - version: 1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: 1.0.7 + version: 1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@a-type/utils': specifier: 1.1.2 version: 1.1.2 @@ -791,8 +791,8 @@ importers: apps/trip-tick/web: dependencies: '@a-type/ui': - specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.2.0)(react@18.3.1) + specifier: ^1.0.7 + version: 1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.2.0)(react@18.3.1) '@a-type/utils': specifier: ^1.0.6 version: 1.0.6 @@ -927,8 +927,8 @@ importers: apps/wish-wash/web: dependencies: '@a-type/ui': - specifier: 1.0.5 - version: 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: 1.0.7 + version: 1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@a-type/utils': specifier: 1.1.3 version: 1.1.3 @@ -1003,8 +1003,8 @@ importers: blog: dependencies: '@a-type/ui': - specifier: ^1.0.5 - version: 1.0.5(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: ^1.0.7 + version: 1.0.7(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@astrojs/check': specifier: ^0.5.10 version: 0.5.10(typescript@5.5.3) @@ -1094,7 +1094,7 @@ importers: dependencies: '@a-type/auth-client': specifier: 1.0.6 - version: 1.0.6(@a-type/ui@1.0.5)(react@18.3.1) + version: 1.0.6(@a-type/ui@1.0.7)(react@18.3.1) '@a-type/utils': specifier: 1.1.3 version: 1.1.3 @@ -1124,8 +1124,8 @@ importers: version: 1.13.2(@types/react@18.3.3)(react@18.3.1) devDependencies: '@a-type/ui': - specifier: ^1.0.5 - version: 1.0.5(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: ^1.0.7 + version: 1.0.7(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@types/react': specifier: 18.3.3 version: 18.3.3 @@ -1341,10 +1341,10 @@ importers: dependencies: '@a-type/auth-client': specifier: 1.0.6 - version: 1.0.6(@a-type/ui@1.0.5)(react@18.3.1) + version: 1.0.6(@a-type/ui@1.0.7)(react@18.3.1) '@a-type/ui': - specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + specifier: ^1.0.7 + version: 1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) '@biscuits/apps': specifier: workspace:* version: link:../packages/apps @@ -1496,13 +1496,13 @@ packages: graphql: 16.9.0 typescript: 5.5.3 - /@a-type/auth-client@1.0.6(@a-type/ui@1.0.5)(react@18.3.1): + /@a-type/auth-client@1.0.6(@a-type/ui@1.0.7)(react@18.3.1): resolution: {integrity: sha512-AGKAEpExelRupmveEVfYzpwEMVwAPJ6fCqdpJKQeL41rHyCY/CpwAF4+XG7AEFgU/1EzEjr00MYEC1QQNJZzzw==} peerDependencies: '@a-type/ui': ^0.8.0 react: ^18 dependencies: - '@a-type/ui': 1.0.5(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) + '@a-type/ui': 1.0.7(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 dev: false @@ -1545,8 +1545,8 @@ packages: - encoding - supports-color - /@a-type/ui@1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.2)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-pvZFXGKwQBjF3CfIBgOdARm5oyaYXPRcHjMuEa3trxJJ3IC9mwvwOE4L4jC4zf8ahMbdTC1oxSAyJGwQVBfV0A==} + /@a-type/ui@1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.2)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-tP1gSMQi3J1RdfQO7Ph4V8j6wHqI31EPuGwrWrxQAmYmOVlP99B279W6VFzZFUWZ1qryv61CrsfRbWfw/Lr/Jg==} peerDependencies: react: ^18 react-dom: ^18 @@ -1598,8 +1598,8 @@ packages: - csstype dev: false - /@a-type/ui@1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.2.0)(react@18.3.1): - resolution: {integrity: sha512-pvZFXGKwQBjF3CfIBgOdARm5oyaYXPRcHjMuEa3trxJJ3IC9mwvwOE4L4jC4zf8ahMbdTC1oxSAyJGwQVBfV0A==} + /@a-type/ui@1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.2.0)(react@18.3.1): + resolution: {integrity: sha512-tP1gSMQi3J1RdfQO7Ph4V8j6wHqI31EPuGwrWrxQAmYmOVlP99B279W6VFzZFUWZ1qryv61CrsfRbWfw/Lr/Jg==} peerDependencies: react: ^18 react-dom: ^18 @@ -1651,8 +1651,8 @@ packages: - csstype dev: false - /@a-type/ui@1.0.5(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-pvZFXGKwQBjF3CfIBgOdARm5oyaYXPRcHjMuEa3trxJJ3IC9mwvwOE4L4jC4zf8ahMbdTC1oxSAyJGwQVBfV0A==} + /@a-type/ui@1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-tP1gSMQi3J1RdfQO7Ph4V8j6wHqI31EPuGwrWrxQAmYmOVlP99B279W6VFzZFUWZ1qryv61CrsfRbWfw/Lr/Jg==} peerDependencies: react: ^18 react-dom: ^18 @@ -1704,8 +1704,8 @@ packages: - csstype dev: false - /@a-type/ui@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-pvZFXGKwQBjF3CfIBgOdARm5oyaYXPRcHjMuEa3trxJJ3IC9mwvwOE4L4jC4zf8ahMbdTC1oxSAyJGwQVBfV0A==} + /@a-type/ui@1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-tP1gSMQi3J1RdfQO7Ph4V8j6wHqI31EPuGwrWrxQAmYmOVlP99B279W6VFzZFUWZ1qryv61CrsfRbWfw/Lr/Jg==} peerDependencies: react: ^18 react-dom: ^18 @@ -1757,8 +1757,8 @@ packages: - csstype dev: false - /@a-type/ui@1.0.5(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-pvZFXGKwQBjF3CfIBgOdARm5oyaYXPRcHjMuEa3trxJJ3IC9mwvwOE4L4jC4zf8ahMbdTC1oxSAyJGwQVBfV0A==} + /@a-type/ui@1.0.7(@types/react@18.3.3)(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-tP1gSMQi3J1RdfQO7Ph4V8j6wHqI31EPuGwrWrxQAmYmOVlP99B279W6VFzZFUWZ1qryv61CrsfRbWfw/Lr/Jg==} peerDependencies: react: ^18 react-dom: ^18 @@ -1809,8 +1809,8 @@ packages: - '@types/react-dom' - csstype - /@a-type/ui@1.0.5(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-pvZFXGKwQBjF3CfIBgOdARm5oyaYXPRcHjMuEa3trxJJ3IC9mwvwOE4L4jC4zf8ahMbdTC1oxSAyJGwQVBfV0A==} + /@a-type/ui@1.0.7(csstype@3.1.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-tP1gSMQi3J1RdfQO7Ph4V8j6wHqI31EPuGwrWrxQAmYmOVlP99B279W6VFzZFUWZ1qryv61CrsfRbWfw/Lr/Jg==} peerDependencies: react: ^18 react-dom: ^18 diff --git a/web/package.json b/web/package.json index bae3fb12..1ee09ac4 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@a-type/auth-client": "1.0.6", - "@a-type/ui": "^1.0.5", + "@a-type/ui": "^1.0.7", "@biscuits/apps": "workspace:*", "@biscuits/client": "workspace:*", "@biscuits/error": "workspace:*",