-
+
= ({
/>
-
-
+
+
Ban Duration
@@ -119,7 +119,7 @@ export const BanUserModal: React.FC
= ({
)}
-
+
Cancel
diff --git a/apps/web/src/components/analytics/TrackAnalyticsView.tsx b/apps/web/src/components/analytics/TrackAnalyticsView.tsx
index 0f5e8806b..a3801fe24 100644
--- a/apps/web/src/components/analytics/TrackAnalyticsView.tsx
+++ b/apps/web/src/components/analytics/TrackAnalyticsView.tsx
@@ -124,7 +124,7 @@ export const TrackAnalyticsView: React.FC
= ({
Top Locations
-
+
{trackData.geo.map((g) => (
{g.country}
diff --git a/apps/web/src/components/commerce/OrderSummary.tsx b/apps/web/src/components/commerce/OrderSummary.tsx
index 95b45c1a4..8e72607f7 100644
--- a/apps/web/src/components/commerce/OrderSummary.tsx
+++ b/apps/web/src/components/commerce/OrderSummary.tsx
@@ -43,7 +43,7 @@ export const OrderSummary: React.FC
= ({
Order Summary
-
+
Subtotal
@@ -88,7 +88,7 @@ export const OrderSummary: React.FC = ({
)}
-
+
Secure Checkout
diff --git a/apps/web/src/components/commerce/modals/RefundRequestModal.tsx b/apps/web/src/components/commerce/modals/RefundRequestModal.tsx
index 4e7c98e90..18fe2a961 100644
--- a/apps/web/src/components/commerce/modals/RefundRequestModal.tsx
+++ b/apps/web/src/components/commerce/modals/RefundRequestModal.tsx
@@ -65,7 +65,7 @@ export const RefundRequestModal: React.FC = ({
Details
-
+
Cancel
diff --git a/apps/web/src/components/dashboard/StatCard.tsx b/apps/web/src/components/dashboard/StatCard.tsx
index 000cc33a2..4ef3e221b 100644
--- a/apps/web/src/components/dashboard/StatCard.tsx
+++ b/apps/web/src/components/dashboard/StatCard.tsx
@@ -76,7 +76,7 @@ export const StatCard: React.FC
= ({
return (
diff --git a/apps/web/src/components/dashboard/TrackList.tsx b/apps/web/src/components/dashboard/TrackList.tsx
index c5a8f395b..bf41cbbf3 100644
--- a/apps/web/src/components/dashboard/TrackList.tsx
+++ b/apps/web/src/components/dashboard/TrackList.tsx
@@ -63,7 +63,7 @@ export const TrackList: React.FC = () => {
if (loading) {
return (
-
+
{[1, 2, 3, 4, 5].map((i) => (
{
if (tracks.length === 0) {
return (
-
+
No tracks trending right now.
@@ -109,7 +109,7 @@ export const TrackList: React.FC = () => {
handlePlay(track)}
diff --git a/apps/web/src/components/data/Grid.tsx b/apps/web/src/components/data/Grid.tsx
index 6b978baeb..8eb27313b 100644
--- a/apps/web/src/components/data/Grid.tsx
+++ b/apps/web/src/components/data/Grid.tsx
@@ -105,14 +105,14 @@ const GAP_CLASSES: Record
= {
0: 'gap-0',
1: 'gap-1',
2: 'gap-2',
- 3: 'gap-3',
+ 3: 'gap-4',
4: 'gap-4',
- 5: 'gap-5',
+ 5: 'gap-6',
6: 'gap-6',
7: 'gap-6', // Standardized: 7 (28px) → 6 (24px) to follow 4px base scale
8: 'gap-8',
9: 'gap-8', // Standardized: 9 (36px) → 8 (32px) to follow 4px base scale
- 10: 'gap-10',
+ 10: 'gap-12',
11: 'gap-12', // Standardized: 11 (44px) → 12 (48px) to follow 4px base scale
12: 'gap-12',
};
diff --git a/apps/web/src/components/data/List.tsx b/apps/web/src/components/data/List.tsx
index e406330b5..040622f7b 100644
--- a/apps/web/src/components/data/List.tsx
+++ b/apps/web/src/components/data/List.tsx
@@ -54,7 +54,7 @@ export function List({
onClick={item.onClick && !item.disabled ? item.onClick : undefined}
className={cn(
'flex items-center justify-between',
- variant === 'bordered' && 'px-4 py-3',
+ variant === 'bordered' && 'px-4 py-4',
variant === 'spaced' && 'px-2 py-2',
variant === 'default' && 'px-2 py-2',
item.onClick && !item.disabled && 'cursor-pointer hover:bg-accent',
diff --git a/apps/web/src/components/developer/APIPlaygroundView.tsx b/apps/web/src/components/developer/APIPlaygroundView.tsx
index dca48ad2d..324e37999 100644
--- a/apps/web/src/components/developer/APIPlaygroundView.tsx
+++ b/apps/web/src/components/developer/APIPlaygroundView.tsx
@@ -62,7 +62,7 @@ export const APIPlaygroundView: React.FC = () => {
Endpoint
{
const ep = ENDPOINTS.find((p) => p.path === e.target.value);
@@ -85,7 +85,7 @@ export const APIPlaygroundView: React.FC = () => {
Body (JSON)
-
+
= ({ username }) => {
if (loading)
return (
-
+
);
@@ -101,13 +101,13 @@ export const ProfileXPView: React.FC
= ({ username }) => {
/>
-
+
{xpData.totalEarned.toLocaleString()}
{' '}
Total Lifetime XP
-
+
+12% vs Last
Week
diff --git a/apps/web/src/components/inventory/AddEquipmentView.tsx b/apps/web/src/components/inventory/AddEquipmentView.tsx
index 002716654..bec69711c 100644
--- a/apps/web/src/components/inventory/AddEquipmentView.tsx
+++ b/apps/web/src/components/inventory/AddEquipmentView.tsx
@@ -93,7 +93,7 @@ export const AddEquipmentView: React.FC = () => {
Category
handleChange('category', e.target.value)}
>
@@ -175,7 +175,7 @@ export const AddEquipmentView: React.FC = () => {
Notes