Skip to content

Commit

Permalink
Merge branch 'feature/ui-for-metadata-and-status' into gh-page
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Mar 3, 2025
2 parents 5c3b3ea + 96aaf56 commit afe178e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/frontend/app/auth/lib/CollectionsRestClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import httpClient from "@/lib/httpClient";
import {RestApplicationClient, RestResponse, uriEncoding} from "@/lib/RestClient";
import {RestApplicationClient, RestResponse} from "@/lib/RestClient";


interface CreateCollectionRequest {
Expand Down
1 change: 0 additions & 1 deletion src/frontend/app/compare/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {Alert, AlertDescription} from "@/components/ui/alert";
import TextInput from "@/components/TextInput";
import {Button} from "@/components/ui/button";

import 'react-json-view-lite/dist/index.css';
import {Card, CardContent, CardHeader, CardTitle} from "@/components/ui/card";
import {Loading} from "@/components/Loading";
import {Badge} from "@/components/ui/badge";
Expand Down
1 change: 0 additions & 1 deletion src/frontend/components/JsonVieweModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React, {useEffect, useState} from "react";
import TextInput from "@/components/TextInput";
import {Alert, AlertDescription} from "@/components/ui/alert";
import {Dialog, DialogContent, DialogFooter, DialogHeader, DialogTitle} from "@/components/ui/dialog";
import 'react-json-view-lite/dist/index.css';
import {Code} from "lucide-react";
import {Badge} from "@/components/ui/badge";
import httpClient from "@/lib/httpClient";
Expand Down
1 change: 1 addition & 0 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dedent": "^1.5.3",
"dotenv": "^16.4.7",
"framer-motion": "^12.4.7",
"jsonwebtoken": "^9.0.2",
Expand Down
21 changes: 0 additions & 21 deletions src/frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afe178e

Please sign in to comment.