Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an "extractions" section #213

Open
github-actions bot opened this issue Nov 25, 2023 · 0 comments
Open

Add an "extractions" section #213

github-actions bot opened this issue Nov 25, 2023 · 0 comments
Labels
250 USDT help wanted Extra attention is needed P1 priority 1 issues todo

Comments

@github-actions
Copy link

// @TODO Add an "extractions" section

import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "ui/shadcn/accordion/Accordion";
import { LocaleSelector } from "ui/locale-selector/LocaleSelector";
import { ThemeSelector } from "ui/theme-selector/ThemeSelector";
import { FileObject } from "context/file/FileContext.types";
import { useFormContext } from "context/form/useFormContext";
import { FormFieldNames } from "app/chat/dropbox-chat/DropboxChat.types";

import styles from "./ChatSidebar.module.scss";
import { ChatSidebarProps } from "./ChatSidebar.types";

// @TODO Add an "extractions" section
// labels: 250 USDT, P1
export const ChatSidebar: React.FC<ChatSidebarProps> = () => {
  const [threads, setThreads] = useState<ChatContextMessage[][]>([]);
@github-actions github-actions bot added 250 USDT help wanted Extra attention is needed P1 priority 1 issues todo labels Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
250 USDT help wanted Extra attention is needed P1 priority 1 issues todo
Projects
None yet
Development

No branches or pull requests

0 participants