Commit Graph

181 Commits

Author SHA1 Message Date
an-lee
9f48a8f6bd validate conversaton configuation & handle preset loading in poor network (#624) 2024-05-21 15:48:20 +08:00
an-lee
8c4ba9f30d fix style 2024-05-20 10:42:28 +08:00
an-lee
cdbaf89005 Fix: handle echogarden align error (#620)
* may re-generate when "no matching voice found"

* may regenerate if the original text has not-matching voice

* specify language to avoid "no matching voice found"
2024-05-20 10:30:28 +08:00
an-lee
e0b2f59a23 Feat: read & record through the transcription (#619)
* may read & record fulltext of transcription

* may delete & remove recording

* may assess recording

* fix pronunciation assessment result style

* fix style

* fix style

* fix player confit

* update locale & fix warning
2024-05-19 09:05:02 +08:00
an-lee
2d58c9ac63 Fix audible provider & add more YT channel (#618)
* add more youtube channel

* fix audible provider

* fix youtube video card style
2024-05-17 11:36:35 +08:00
an-lee
47fe3f430d Fix unhandled errors (#617)
* fix undefined

* prevent story preview unless url provided

* refactor
2024-05-17 10:48:47 +08:00
an-lee
8cc030e6af Fix: use local timezone as default (#615)
* use local timezone as default

* refactor code

* fix time display
2024-05-17 10:23:39 +08:00
an-lee
df68540fb1 fix undefined error when lookup (#613) 2024-05-16 20:45:04 +08:00
an-lee
470dd5daf2 fix react warning 2024-05-15 18:38:58 +08:00
an-lee
fc0dc70bfa fix locale 2024-05-15 18:36:32 +08:00
an-lee
89faf35483 refactor ai lookup 2024-05-15 17:06:10 +08:00
an-lee
6a59d9883e fix default engine setting validation 2024-05-15 16:05:47 +08:00
an-lee
61c76006fd Feat: more settings for ai engine & models (#611)
* may setup gpt ai engine & model

* ai models setting works

* update openai setting

* validate engine setting before save

* fail fast

* clean code

* refactor gpt preset
2024-05-15 15:52:07 +08:00
an-lee
b4d7fb837e refactor error handle 2024-05-15 08:58:25 +08:00
an-lee
838ed1e601 Improve conversation (#609)
* fix conversation form

* refactor conversation list
2024-05-14 23:40:18 +08:00
an-lee
e090ccadf9 remove redundant symbol 2024-05-14 21:01:42 +08:00
an-lee
4e84e086db fix login form style in dark mode (#608) 2024-05-14 20:53:39 +08:00
an-lee
49dabc89a3 Update constants from api (#607)
* fix caption ipa display

* fetch gpt/tts providers from API

* fetch remote gpt presets

* update constants

* fix conversavtion save

* refactor ipa convert

* fetch ipa mapping from api

* fix ipa mark

* fix constant

* validate camdict pron audio src
2024-05-14 20:37:51 +08:00
an-lee
0fd6efe9bd fix Mixin ID validation when send code (#605) 2024-05-13 14:06:26 +08:00
an-lee
156222f28c Feat: may download segment (#601)
* may download segment audio

* display original audio with the recording in post
2024-05-13 10:25:28 +08:00
an-lee
c01548d3a0 Refactor login method (#599)
* fix login form

* use github oauth device flow

* refactor login form

* mixin otp

* fix ui

* clean up code

* upgrade deps

* fix intl tel input
2024-05-13 08:42:48 +08:00
an-lee
fcd9217986 Chore: upgrade deps (#598)
* upgrade deps

* fix mobile phone valid
2024-05-10 17:54:47 +08:00
an-lee
fb30ef3122 use hotkey in vocabulary page (#597) 2024-05-10 15:13:12 +08:00
an-lee
8afb942f97 Chore: refactor (#596)
* use WebContentView instead of deprecated BrowserView API

* refactor providers

* fix forwardRef warning
2024-05-10 14:50:35 +08:00
an-lee
0e8de4881c Feat: lookup in context menu (#595)
* add lookup widget

* add lookup result

* refactor

* refactor

* add translate widget

* make translate widget works

* refactor locales

* typo

* remove deprecated component

* refactor lookup prompt
2024-05-10 11:16:38 +08:00
an-lee
69a6f721ca Feat summarize audio topic (#594)
* refactor ai commands

* fix json command

* fix extract story command

* may summarize topic for audio
2024-05-09 10:54:11 +08:00
an-lee
5436b2038c fix active region toggle 2024-05-08 16:23:08 +08:00
an-lee
8799f5d479 Feat: may update transcription (#592)
* may update transcription

* update locales & ui

* transcription post process should not break transcription
2024-05-08 16:16:14 +08:00
an-lee
42937f2d0c auto blur after button click 2024-04-30 19:37:57 +08:00
an-lee
7517fe2a80 Chore update constants (#576)
* support multiple base url

* use hf-mirror.com for model download host
2024-04-28 15:17:19 +08:00
an-lee
5e56235bde auto stop recording in one minute (#568) 2024-04-26 16:32:37 +08:00
an-lee
8a024c6956 fix proxy config save (#567) 2024-04-26 15:30:21 +08:00
an-lee
0644c3bbd7 Feat: make notes on caption (#544)
* add segment model

* add note model

* db handle segment & note

* add notes & segments handler

* refactor media caption components

* segment & note create

* fix type

* update note column & may sync

* display selected words for note

* refactor selected words

* auto select words when editing note

* refactor

* refactor caption component

* display notes

* refactor notes components

* fix

* refactor segment & notes into context

* destroy note

* update locale

* fix caption switch issue

* fix layout

* refactor caption layout

* remove deprecated code

* may share note

* improve UI

* fix notes list auto update after created

* remove console.log

* add notes page

* refactor note parameters

* refactor components

* mark note on transcription

* handle no notes

* improve style

* improve style

* show context menu on selection text

* fix utils
2024-04-26 15:05:36 +08:00
an-lee
e9c043ce95 Fix hotkeys (#539)
* fix compare hotkey in sm layout
2024-04-19 10:48:12 +08:00
an-lee
e4f5bdcfb9 Refactor components codes (#538)
* remove deprecated code

* refactor code

* refactor components codes

* fix renderer tests
2024-04-19 10:46:04 +08:00
an-lee
5f3ee54bb5 Fix transcription (#536)
* fix transcription for `-`

* fix typo
2024-04-17 14:56:35 +08:00
an-lee
8947b66007 upgrade echogarden dep (#535)
* upgrade echogarden dep

* avoid duplicate render when after recording

* update trim threshold when compare recording

* update recording trim threhold when saving
2024-04-17 10:37:30 +08:00
an-lee
093302a771 Fix style (#534)
* fix conversation textarea style

* fix style in dark mode ref #530
2024-04-17 08:58:20 +08:00
BiggerRain
65d11044e1 style: delete font style for numbers (#529) 2024-04-16 14:02:14 +08:00
BiggerRain
405b6a693c chore: add image loading error handling (#532) 2024-04-16 14:02:02 +08:00
an-lee
955571e5d2 Feat copy caption with ipa & refactor some style (#516)
* refactor sidebar

* fix vocabulary style

* fix conversation page in dark mode

* remove focus-visible:ring

* copy caption with ipa
2024-04-12 12:43:55 +08:00
an-lee
7cc8e0bf7b use gpt-4-turbo as default (#515) 2024-04-12 10:25:35 +08:00
an-lee
1c3b148e9a Update auto updater config (#514)
* update autoupdater config

* update deps

* update window size
2024-04-12 09:29:40 +08:00
an-lee
39c55b5f3f Feat: publish to s3 & auto update (#511)
* publish to s3

* add update base url

* autoupdate from s3

* fix warning

* update locales

* update publish workflow
2024-04-11 21:37:48 +08:00
an-lee
b4767a9c7a lint 2024-04-11 17:02:36 +08:00
an-lee
4497360ae0 fix locale 2024-04-11 17:01:51 +08:00
an-lee
ac39ccaf6f Improve layout (#510)
* fix assessment layout

* improve player layout

* refactor sidebar

* default system theme

* may toggle theme

* fix calendar in dark theme

* fix style in dark mode

* improve player layout
2024-04-11 16:03:17 +08:00
an-lee
7dfd47bb6d Refactor hotkey setting UI (#506)
* refactor hotkeys setting

* update UI

* refactor

* fix toast
2024-04-10 11:54:28 +08:00
slarkvan
5b87d218ac Feat/custom hotkeys (#496)
* feat: 2024-04-07 15:27:52 - custom hotkeys

* feat: 2024-04-07 15:52:13 - add custome compare shortcuts

* feat: 2024-04-09 10:17:23 - Modify the code according to the code review suggestions and optimize the experience.

---------

Co-authored-by: more.tai <more.tai@huolala.cn>
2024-04-09 14:52:51 +08:00
an-lee
e7df154f84 Feat: share GPT (#502)
* may share GPT

* add ai assistant from shared gpt
2024-04-08 16:42:41 +08:00