Commit Graph

229 Commits

Author SHA1 Message Date
Ayaka
b4f3789060 Add language names (#198) 2023-04-04 16:08:02 +08:00
Tindo N. Arsel
8f0ed233e9 adjust new chat button display in chat folder (#199)
* adjust new chat button display in chat folder

* Display it at the top instead at the end.
This because chats are order by recently created.
UX issue when clicking to the button at the end,
and have to scroll at the top to see and edit newly created chat.

* Display the button when hovering the folder,
not just the group of chats in the folder.
This make the button to display when hover the folder,
even if there is not yet chats list in the folder.

* parent sibling hover

---------

Co-authored-by: Jing Hua <tohjinghua123@gmail.com>
2023-04-04 16:04:39 +08:00
Jing Hua
4d258687c0 style: scrollbar 2023-04-04 14:33:56 +08:00
Junya Masuda mabo
63f9eca717 fix: Prevent chat message submission during Japanese IME conversion (#196) 2023-04-04 09:37:35 +08:00
Tindo N. Arsel
6d1ae9f526 add feature to create new chat in a given folder (#174)
* add feature to create new chat in a given folder

This to not have to drag and drop a chat each time in a folder

* change style

* fix margin

* style: folder gradient

* style

---------

Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
2023-04-04 00:33:40 +08:00
spctechdev
bfe3f1adfa New language: Italian (#192)
* Add files via upload

* Update i18n.ts
2023-04-03 10:07:11 +08:00
Jing Hua
4823b1dc38 feat: folder colors (#191) 2023-04-02 23:04:11 +08:00
Jing Hua
892e7792ba style: gray-650 and gray-850 2023-04-02 21:29:25 +08:00
Jing Hua
e4468fd93f support environment variables
fixes #159
2023-04-02 20:43:54 +08:00
Jing Hua
dfd8cfc32a add csv label 2023-04-02 19:56:00 +08:00
Jing Hua
9956d254f4 Refactor folder (#188)
* refactor folders

* add chat id
2023-04-02 16:27:19 +08:00
Jing Hua
f6c2976cbd remove custom api placeholder 2023-04-02 00:25:32 +08:00
Ayaka Mikazuki
15ca9adc4a update i18n 2023-04-02 02:17:35 +10:00
Jing Hua
cc22a47a11 change electron artifact name 2023-04-02 00:08:16 +08:00
Jing Hua
4a9efaf7da fix: chat filter 2023-04-02 00:04:21 +08:00
Ayaka Mikazuki
12e82070ab Fix en-GB and en-US translation 2023-04-02 01:51:04 +10:00
Ayaka Mikazuki
b122e9f6cd update Japanese translation
Co-authored-by: sangandol <36394877+sangandol@users.noreply.github.com>
v1.0.2
2023-04-02 01:42:17 +10:00
Jing Hua
fc95eecc11 fix: mobile side bar auto collapsing 2023-04-01 23:21:44 +08:00
Jing Hua
b868e713d0 Bump v1.0.2 2023-04-01 23:02:39 +08:00
Jing Hua
60044b35d0 style: ChatSearch margin 2023-04-01 23:00:27 +08:00
Tindo N. Arsel
88319e1b4d little fix a french translation contextual word (#186)
Better use "Soumettre" instead of "Envoyer" to translate "Submit".
"Envoyer" is more contextually translation for the word "Send"
2023-04-01 22:54:36 +08:00
Jing Hua
55aa22a28b feat: search chats / folders
fixes #102
2023-04-01 22:45:57 +08:00
Jing Hua
467160fbb1 fix: newFolderIcon attribute name 2023-04-01 22:00:29 +08:00
Jing Hua
22d83c7677 electron: auto update 2023-04-01 21:36:37 +08:00
Jing Hua
13fc68907c style: limit chat title height on mobile 2023-04-01 12:08:05 +08:00
Jing Hua
d2da2a3b7c generate title in user's language
fixes #178
2023-04-01 12:01:30 +08:00
Tindo N. Arsel
7cb8aa0b4a update new folder icon (#177) 2023-04-01 11:28:29 +08:00
akira0245
c33498d7fc update Simplified Chinese translation (#171)
* update Simplified Chinese translation

* change clone chat button text to avoid ambiguity
2023-04-01 00:02:54 +08:00
Jing Hua
8868270af8 update readme 2023-04-01 00:04:11 +08:00
Jing Hua
e14f44b8c9 feat: prompts import and export
Fixes #71
2023-03-31 23:33:47 +08:00
Jing Hua
2c89c9325b reorder about popup 2023-03-31 22:04:50 +08:00
Jing Hua
a21a4161c4 readme: add vercel deploy 2023-03-31 22:02:12 +08:00
Tindo N. Arsel
446fd1c944 update french translation (#170) 2023-03-31 05:03:02 +08:00
Jing Hua
5f7b445225 disable enter to submit for mobile 2023-03-30 16:55:53 +08:00
Jing Hua
5f73a68ce5 update readme 2023-03-30 16:39:56 +08:00
akira0245
63596c20d4 feat: add shortcut for "save and submit" when editing message (#127)
save and submit the edited message when ctrl and shift key been pressed simultaneously.

Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
2023-03-30 16:06:51 +08:00
Jing Hua
78bf777365 feat: option for enterToSubmit / shiftEnterToSubmit
Fixes #88
2023-03-30 16:01:01 +08:00
Jing Hua
4e0b31cb1b add env for publish.yml v1.0.1 2023-03-30 14:13:21 +08:00
Jing Hua
4903399d56 feat: desktop app (#169)
* electron

* github actions

* fix publish.yml

* more concise

* update linux target

* gitignore add newline
2023-03-30 13:58:59 +08:00
Jing Hua
77963d3aaa remove date in default system message 2023-03-29 20:40:26 +08:00
Jing Hua
fd14260c84 feat: clone chat
fixes #160
2023-03-29 20:39:31 +08:00
Jing Hua
6ef5a6b09e remove knowledge cutoff from default system message
fixes #162
2023-03-29 20:09:16 +08:00
Tindo N. Arsel
25576212a3 Instruct the system to respond using Markdown (#161)
This for a default behavior.
This makes the answer of the AI more user-friendly to read.
This also increases the accuracy of the answer to be well-formatted.
2023-03-29 19:46:36 +08:00
Jing Hua
c4c7ff7077 update readme
Co-authored-by: Ayaka <ayaka@mail.shn.hk>
2023-03-28 23:56:02 +08:00
Ayaka Mikazuki
58651ea4d2 add yue as symlink to zh-HK 2023-03-29 01:17:22 +10:00
Tindo N. Arsel
a12ab5177a add French translation, use relative shortcut for main French and English variant (en-US & fr-FR) (#153)
* add French translation

* Add US english and French french translations

This as shortcuts to their respective default locales.
This will improve locale indexing for these main language  variants,
without unnecessary duplication.

* trailing new line

* fix typo

* fix typo

---------

Co-authored-by: Ayaka <f@0x40.shn.hk>
Co-authored-by: Ayaka <ayaka@mail.shn.hk>
2023-03-28 23:15:07 +08:00
Jing Hua
325da54e4c fix: chat import model 2023-03-28 16:04:31 +08:00
Jing Hua
29013bbd76 import folders / clear folders 2023-03-28 01:06:58 +08:00
Jing Hua
cb9f6fb3db fix: keep folders expanded 2023-03-27 23:07:32 +08:00
Jing Hua
a0c43a4ac0 chat history enter to save edits 2023-03-27 23:00:40 +08:00