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

[bugfix] Firefox experiences CJK IME issues due to CompositionEvent. #505

Closed
wants to merge 298 commits into from

Conversation

ryanhex53
Copy link
Contributor

Related to PR #253, fixes an issue with Chinese input not working properly in Firefox. Fixes issue #218

mckaywrigley and others added 30 commits March 18, 2023 22:27
Correct the improper context being used when it exceeds the limit.
Co-authored-by: dev <dev@ptfprod7>
* feat: Add conditional search input for conversation list

* style and ux adjust

---------

Co-authored-by: Tekle Ayele <[email protected]>
* Update .gitignore

* Update next.config.js

* Enable GPT-4

* Update index.ts

* Fix logic

* Fix error

* Add set openai key instruction

* Fix menu safari

* Revert changes

* new line

---------

Co-authored-by: Sonny <[email protected]>
* mobile ui updates

* fixes sidebar btn

* return if null

* mobile input blur

* handle mobile enter key

* new convo name

* new delete mechanism

* test height

* revert

* change padding

* remove overflow

* check relative

* padding

* done

* retry

* test

* test

* should work now

* test

* test

* more

* max h

* revert

* done
* use tiktoken for api limit

* model conditional char limits on frontend

* adjust for completion tokens

---------

Co-authored-by: Alan Pogrebinschi <[email protected]>
* Change scroll bar style in desktop

* new scrollbar

---------

Co-authored-by: Quốc Thịnh Võ <[email protected]>
* Add button "Clear Conversations"

* custom btn

---------

Co-authored-by: Xiangxuan Liu <[email protected]>
ryanhex53 and others added 15 commits April 19, 2023 16:31
# Conflicts:
#	components/Chat/Chat.tsx
#	components/Chat/Temperature.tsx
#	public/locales/zh/sidebar.json
- conserve space in new convo view
- fix overlapping edit and delete chat message icons
- fix overlapping copy icon
basic secuirty policy as the repo didn't have one yet, update as needed.
commit fa3f6e9
Author: Anthony Puppo <[email protected]>
Date:   Thu Apr 20 10:33:28 2023 -0400

    Add blinking typing cursing (mckaywrigley#619)

commit f849a2e
Author: kyyhkynen <[email protected]>
Date:   Thu Apr 20 17:28:29 2023 +0300

    add Finnish translations (mckaywrigley#618)

commit 063ce50
Author: Mckay Wrigley <[email protected]>
Date:   Wed Apr 19 15:00:11 2023 -0600

    force update

commit 718dc64
Author: Mckay Wrigley <[email protected]>
Date:   Wed Apr 19 14:51:35 2023 -0600

    FIX IMPORT

commit ab9f108
Author: Mckay Wrigley <[email protected]>
Date:   Wed Apr 19 14:37:18 2023 -0600

    fix prompt selection

commit c7be455
Author: Mckay Wrigley <[email protected]>
Date:   Wed Apr 19 08:45:50 2023 -0600

    readme update

commit c959264
Author: Anthony Puppo <[email protected]>
Date:   Wed Apr 19 10:39:19 2023 -0400

    Performance (mckaywrigley#602)

commit 24068ea
Author: TKS <[email protected]>
Date:   Wed Apr 19 07:35:18 2023 -0700

    Create Security.md (mckaywrigley#607)

    basic secuirty policy as the repo didn't have one yet, update as needed.

commit dcb2810
Author: Shemar Lindie <[email protected]>
Date:   Wed Apr 19 10:34:27 2023 -0400

    fix: optimize mobile layout (mckaywrigley#606)

    - conserve space in new convo view
    - fix overlapping edit and delete chat message icons
    - fix overlapping copy icon

commit 2208e4d
Author: ryanhex53 <[email protected]>
Date:   Wed Apr 19 22:32:29 2023 +0800

    more chinese translation. (mckaywrigley#609)

commit 3685378
Author: Mckay Wrigley <[email protected]>
Date:   Wed Apr 19 08:31:12 2023 -0600

    change empty msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet