Commit Graph

158 Commits

Author SHA1 Message Date
boojack
ca23d78c8b feat: add Dockerfile (#32)
* feat: add Dockerfile

* chore: add build dev image action
2023-04-14 10:45:21 +08:00
Jorge Thomas - Akrista
cca6cbcad6 feat: add Spanish Language (#31)
* * 🐳 chore(Dockerfile): add Dockerfile for sqlchat
This commit adds a Dockerfile for sqlchat. The Dockerfile is based on Alpine Linux version 3.17 and installs the necessary dependencies for the application to run. The Dockerfile also sets the metadata for the container and copies the application files into the container. The Dockerfile uses pnpm to install the application dependencies and sets the OPENAI_API_KEY and OPENAI_API_ENDPOINT arguments for the container. The CMD instruction specifies the command to run when the container starts, which is to run the application in development mode using pnpm.

* * 🌐 feat(LocaleSelector.tsx): add support for Spanish language
* 🌐 feat(LocaleSwitch.tsx): add support for switching to Spanish language
* 🎨 style(ThemeSwitch.tsx): refactor button JSX for readability
The LocaleSelector component now includes an option for Spanish language. The LocaleSwitch component now includes support for switching to Spanish language. The ThemeSwitch component has been refactored to improve readability of the button JSX.

* 🌐 feat(i18n.ts): add support for Spanish language
A new language, Spanish, has been added to the application. The translations for the new language have been added to the es.json file. The i18n configuration has been updated to include the new language.

*  feat(setting.ts): add support for Spanish language
The Locale type now includes "es" for Spanish language support.

* * 🗑️ chore(Dockerfile): remove Dockerfile
The Dockerfile has been removed from the repository.

* * 🐛 fix(LocaleSwitch.tsx): fix indentation and add missing semicolon
* 🐛 fix(ThemeSwitch.tsx): remove unnecessary code and fix indentation
The LocaleSwitch component had an indentation issue and a missing semicolon. The ThemeSwitch component had unnecessary code that was removed, and the indentation was fixed.
2023-04-14 09:00:10 +08:00
Steven
d43fefc7f3 feat: implement Dropdown kit component 2023-04-14 08:10:25 +08:00
Steven
81ad3408fb fix: edit connection state 2023-04-13 22:58:09 +08:00
Steven
2ad7ede9fe chore: update modal props 2023-04-13 22:40:17 +08:00
Steven
6bec306c47 chore: remove tauri deps 2023-04-13 22:11:28 +08:00
steven
e14b69cf4c chore: update modal kit component 2023-04-13 15:15:03 +08:00
steven
68d2d8e7d1 chore: update github star badge dark mode 2023-04-13 14:39:55 +08:00
steven
bb938f36c7 fix: remove code block external slashs 2023-04-13 14:13:32 +08:00
steven
07f8714c50 chore: update tailwind unit styles 2023-04-13 12:20:44 +08:00
steven
644087b60d chore: remove transition duration 2023-04-13 11:28:27 +08:00
steven
7f2568fd08 feat: add dark mode switch in sidebar 2023-04-13 11:22:40 +08:00
Tianzhou Chen
c63df17480 chore: add dark-mode image 2023-04-13 01:51:18 +08:00
Steven
40a6dc8189 chore: update Dialog kit 2023-04-12 20:48:22 +08:00
steven
63ece9d969 feat: implement Popover kit component 2023-04-12 17:00:21 +08:00
steven
ce7ed9e821 chore: update dialog height 2023-04-12 15:38:49 +08:00
boojack
c4de3b0d6f feat: implement dark mode (#27)
* feat: implement dark mode

* feat: update data table dark mode style

* chore: update
2023-04-12 11:05:25 +08:00
Steven
2783bca24d chore: remove daisyui and update button style 2023-04-11 23:36:43 +08:00
Steven
bcd7bece81 feat: implement Dialog kit component 2023-04-11 23:07:18 +08:00
steven
42a4194d10 feat: implement TextField kit component 2023-04-11 17:44:33 +08:00
steven
8e43e7b0ac feat: add Tooltip kit component 2023-04-11 11:31:01 +08:00
Steven
87dfddcfe6 chore: import locale from dayjs 2023-04-10 23:39:27 +08:00
Steven
be0f2fe442 chore: update tauri config 2023-04-10 22:51:45 +08:00
Steven Lee
11003e8600 fix: apiEndpoint pathname (#25) 2023-04-10 17:01:42 +08:00
Tianzhou Chen
89ffe9e8cf chore: update discord to permanent invite 2023-04-09 11:54:56 +08:00
Steven
8af7069865 chore: update get databases for postgres 2023-04-08 12:55:46 +08:00
Steven
177674f6b4 chore: make database field optional for postgres 2023-04-08 12:54:18 +08:00
Steven
ef1fc30b0c chore: fix sidebar z-index 2023-04-08 11:09:35 +08:00
Steven
a7a4006555 chore: remove sidebar border 2023-04-08 10:32:06 +08:00
Steven
84413b7201 chore: update responsible connection sidebar style 2023-04-07 20:04:23 +08:00
Steven
8ca20535ef chore: update setting i18n items 2023-04-07 19:20:13 +08:00
Steven
eafe130842 feat: implement select kit 2023-04-07 13:39:18 +08:00
boojack
de861ae5c5 feat: add openai api key and endpoint in setting (#23) 2023-04-07 10:34:08 +08:00
Steven
3341af871f chore: rename chat to conversation 2023-04-06 21:48:36 +08:00
boojack
219e154530 chore: update default code language to sql (#20) 2023-04-06 11:11:50 +08:00
boojack
e7de062dfd fix: seo problems (#19) 2023-04-06 11:09:23 +08:00
boojack
4742f8b83c feat: add i18n deps (#18) 2023-04-06 10:59:45 +08:00
Steven
34a72a7d56 fix: message status handler 2023-04-03 15:31:52 +08:00
Chris Sundström
e405ee3df8 Proposed change: Minor gramatic/spell-check changes (#17)
Minor changes to get more accurate grammar and spell-check in the README-file.
2023-04-02 12:38:17 +08:00
boojack
a3d6aed097 feat: add tauri deps (#15) 2023-04-01 21:33:54 +08:00
Steven
06eda19fa3 feat: update message status handler 2023-04-01 11:32:39 +08:00
Tianzhou Chen
558f75f9a4 chore: add bytebase sponsor 2023-04-01 01:15:56 +08:00
Steven
933c1634e8 fix: ssl field selected state 2023-03-31 19:24:56 +08:00
boojack
2a9d3225b0 chore: update default language to SQL (#14) 2023-03-31 18:02:49 +08:00
boojack
af53eb773c feat: add SSL field to connection (#13)
* feat: add SSL field to connection

* chore: update
2023-03-31 17:59:14 +08:00
steven
861a22f13d refactor: move codes into src folder 2023-03-31 16:12:09 +08:00
tianzhou
483e750bc5 chore: change org to sqlchat 2023-03-31 16:01:40 +08:00
steven
fc7b69641f chore: update mysql connector 2023-03-31 12:22:48 +08:00
Steven
aa8b3c4d7d chore: add work breaking in message view 2023-03-30 19:30:55 +08:00
steven
5144e01a86 chore: update env example 2023-03-30 16:53:54 +08:00