Skip to content

Commit

Permalink
fix: extract base64 images from placeholder to not to process giant b…
Browse files Browse the repository at this point in the history
…ase64 during build
  • Loading branch information
Kiryous committed Nov 13, 2024
1 parent 26262d3 commit 546c604
Show file tree
Hide file tree
Showing 10 changed files with 311 additions and 317 deletions.
2 changes: 1 addition & 1 deletion keep-ui/app/rules/CorrelationPlaceholder.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Fragment, useState } from "react";
import { Button, Card, Subtitle, Title } from "@tremor/react";
import { CorrelationSidebar } from "./CorrelationSidebar";
import { PlaceholderSankey } from "./PlaceholderSankey";
import { PlaceholderSankey } from "./ui/PlaceholderSankey";

export const CorrelationPlaceholder = () => {
const [isSidebarOpen, setIsSidebarOpen] = useState(false);
Expand Down
316 changes: 0 additions & 316 deletions keep-ui/app/rules/PlaceholderSankey.tsx

This file was deleted.

310 changes: 310 additions & 0 deletions keep-ui/app/rules/ui/PlaceholderSankey.tsx

Large diffs are not rendered by default.

Binary file added keep-ui/public/rules-placeholder/image_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keep-ui/public/rules-placeholder/image_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keep-ui/public/rules-placeholder/image_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keep-ui/public/rules-placeholder/image_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keep-ui/public/rules-placeholder/image_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keep-ui/public/rules-placeholder/image_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keep-ui/public/rules-placeholder/image_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 546c604

Please sign in to comment.