Logo
Explore Help
Register Sign In
ishangsf/DeepCodeGeniusWeb-vscode
2
0
Fork 0
You've already forked DeepCodeGeniusWeb-vscode
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
DeepCodeGeniusWeb-vscode/src/views/index.tsx

10 lines
290 B
TypeScript
Raw Normal View History

refactor: Refactor VSCode extension using React.
2023-05-04 16:09:19 +08:00
import * as React from 'react';
import ReactDOM from 'react-dom';
import { MantineProvider } from '@mantine/core';
feat: Add chat panel and menu Add a chat panel with a menu and input field for sending messages. The menu contains options for settings, messages, gallery, and search. The chat panel also includes a list of instructions and a button for adding new messages.
2023-05-05 01:10:02 +08:00
import App from './App';
refactor: Refactor VSCode extension using React.
2023-05-04 16:09:19 +08:00
ReactDOM.render(
<MantineProvider withGlobalStyles withNormalizeCSS>
<App />
</MantineProvider>,
feat: Add chat panel and menu Add a chat panel with a menu and input field for sending messages. The menu contains options for settings, messages, gallery, and search. The chat panel also includes a list of instructions and a button for adding new messages.
2023-05-05 01:10:02 +08:00
document.getElementById('app'));
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 107ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API