From d1971f596c1b8c833fa7a010b1cdbf274fa88845 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Tue, 24 Dec 2024 14:49:48 +0300 Subject: [PATCH] styling changes --- src/features/editor/Toolbar/index.tsx | 3 +- src/features/modals/UpgradeModal/index.tsx | 83 ++++++++++++---------- 2 files changed, 46 insertions(+), 40 deletions(-) diff --git a/src/features/editor/Toolbar/index.tsx b/src/features/editor/Toolbar/index.tsx index f60d369..588130b 100644 --- a/src/features/editor/Toolbar/index.tsx +++ b/src/features/editor/Toolbar/index.tsx @@ -88,6 +88,7 @@ export const Toolbar = ({ isWidget = false }: ToolbarProps) => { )} diff --git a/src/features/modals/UpgradeModal/index.tsx b/src/features/modals/UpgradeModal/index.tsx index c210849..2f82820 100644 --- a/src/features/modals/UpgradeModal/index.tsx +++ b/src/features/modals/UpgradeModal/index.tsx @@ -1,20 +1,21 @@ import React from "react"; import type { ModalProps } from "@mantine/core"; import { - Text, Button, Modal, Flex, Stack, Title, - ThemeIcon, CloseButton, FocusTrap, Image, Divider, + List, + ThemeIcon, + Anchor, } from "@mantine/core"; import Cookie from "js-cookie"; -import { LuCrown, LuTrendingUp } from "react-icons/lu"; +import { LuCheckCircle } from "react-icons/lu"; import useConfig from "src/store/useConfig"; export const UpgradeModal = ({ opened, onClose }: ModalProps) => { @@ -47,53 +48,57 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => { style={{ objectPosition: "left" }} /> - - + + - Upgrade to unlock all features + Try the new editor! - - - - - - - Load larger files - - - We made it easy to visualize, format, and explore JSON data, faster than ever. - - - - - - - - - - Powerful, colorful editor - - - Modify data, preview images, inspect nodes, and more! - - - + + + + } + > + Large data support + Custom themes + Cloud Storage + Compare Data + AI-Filter + API Integration + + + Chrome Extension + + + -