v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit e62387685b - Show all commits

View File

@@ -14,7 +14,7 @@ import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input"; import { Input } from "@/components/ui/input";
import { toast } from "sonner"; import { toast } from "sonner";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { TOTPDialog } from "@/ui/components/TOTPDialog"; import { TOTPDialog } from "@/ui/Desktop/Navigation/TOTPDialog.tsx";
import { import {
Upload, Upload,
FolderPlus, FolderPlus,

View File

@@ -18,7 +18,7 @@ import {
logActivity, logActivity,
getSnippets, getSnippets,
} from "@/ui/main-axios.ts"; } from "@/ui/main-axios.ts";
import { TOTPDialog } from "@/ui/components/TOTPDialog"; import { TOTPDialog } from "@/ui/Desktop/Navigation/TOTPDialog.tsx";
import { import {
TERMINAL_THEMES, TERMINAL_THEMES,
DEFAULT_TERMINAL_CONFIG, DEFAULT_TERMINAL_CONFIG,

View File

@@ -1,7 +1,7 @@
import React from "react"; import React from "react";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button.tsx";
import { Input } from "@/components/ui/input"; import { Input } from "@/components/ui/input.tsx";
import { Label } from "@/components/ui/label"; import { Label } from "@/components/ui/label.tsx";
import { Shield } from "lucide-react"; import { Shield } from "lucide-react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";