Spanish language and some housekeeping
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export default eventHandler(() => "pong");
|
||||
@@ -32,13 +32,11 @@ export const preferences = pgTable("preferences", {
|
||||
.$type<{
|
||||
enabled: boolean;
|
||||
language: string;
|
||||
tone: string;
|
||||
units: "Imperial" | "Metric";
|
||||
}>()
|
||||
.$defaultFn(() => ({
|
||||
enabled: true,
|
||||
language: "English",
|
||||
tone: "Casual",
|
||||
units: "Metric",
|
||||
})),
|
||||
});
|
||||
|
||||
@@ -70,7 +70,6 @@ export default defineOAuthStravaEventHandler({
|
||||
data: {
|
||||
enabled: true,
|
||||
language: "English",
|
||||
tone: "Casual",
|
||||
units: "Metric",
|
||||
},
|
||||
})
|
||||
|
||||
@@ -10,6 +10,7 @@ const movingActivityTypes = [
|
||||
"Crossfit",
|
||||
"EBikeRide",
|
||||
"Elliptical",
|
||||
"Handcycle",
|
||||
"Hike",
|
||||
"IceSkate",
|
||||
"InlineSkate",
|
||||
@@ -38,7 +39,6 @@ const movingActivityTypes = [
|
||||
];
|
||||
|
||||
const staticActivityTypes = [
|
||||
"Handcycle",
|
||||
"Soccer",
|
||||
"Workout",
|
||||
"WeightTraining",
|
||||
|
||||
Reference in New Issue
Block a user