Commit Graph

13 Commits

Author SHA1 Message Date
boojack c83fd1de38
chore: update dialog overflow style (#1872) 2023-07-01 17:37:43 +08:00
deeshu e62a94c05a
feat: hiding dialog using X button should remove class "overflow-hidden" (#1555)
Hiding dialogs result in the body to stay frozen due to mounting behaviour of the dialog, but using 'X' button hides the dialog and won't let user scroll any further. Removing overflow behaviour during hiding procedure will improve User Experience.
2023-04-17 20:13:33 +08:00
boojack 5f8aae69e4
chore: update save button style (#1542) 2023-04-16 15:47:01 +08:00
boojack 89ab57d738
refactor: update import prefix with alias (#1433) 2023-04-01 16:03:14 +08:00
boojack df04e852bf
feat: implement openai integration (#1245)
* feat: implement openai integration

* chore: update
2023-03-04 18:22:10 +08:00
boojack c5368fe8d3
chore: update resource dialog style (#982) 2023-01-21 08:46:49 +08:00
boojack b67ed1ee13
feat: customize system profile (#774)
* feat: system setting for customized profile

* chore: update

* feat: update frontend

* chore: update
2022-12-18 21:18:30 +08:00
Zeng1998 55695f2189
feat: `esc` key to exit multiple dialogs (#692)
* fix: `esc` key to exit multiple dialogs

* update

* update

* update

* Update web/src/components/Dialog/BaseDialog.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-18 10:09:12 +00:00
Stephen Zhou 83e5278b51
fix: dialog close when draging from in to out (#760) 2022-12-17 10:53:55 +08:00
boojack c5200ca31b
feat: dark mode for dialogs (#643) 2022-11-30 20:34:16 +08:00
Steven 2a11aed881 chore: update dialog event listener 2022-08-30 07:41:28 +08:00
XQ cea16fac88
chore: remove `useAppContext` in dialog props 2022-08-08 23:33:53 +08:00
boojack 2b8078a19b chore: add `CommonDialog` 2022-07-28 20:19:14 +08:00
Renamed from web/src/components/Dialog.tsx (Browse further)