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

WIP: feat: avoid layouts thrashing #3715

Closed
wants to merge 21 commits into from
Closed

Conversation

bytemain
Copy link
Member

Types

  • 🎉 New Features

Background or solution

当我们在获取浏览器的布局时,如果当前有未应用的布局,浏览器会强制应用该布局。

所以我们其实不太需要每一次都获取最新的布局,仅获取上一帧的布局信息即可。

我们在 resize 相关的代码里没有做到直一点,现在是用一个包 fastdom 来保证这一点。

Changelog

avoid layouts thrashing

Copy link

railway-app bot commented May 24, 2024

🚅 Previously deployed to Railway in the core project. Environment has been deleted.

@opensumi opensumi bot added the 🎨 feature feature required label May 24, 2024
erha19
erha19 previously approved these changes May 24, 2024
@bytemain bytemain changed the title feat: avoid layouts thrashing WIP: feat: avoid layouts thrashing May 24, 2024
bytemain and others added 13 commits May 28, 2024 14:48
* feat: add api for rendering chat message history messages

* feat: fix typo error

* feat: add custom ai render

* feat: add scroll to bottom

* feat: add type definition

---------

Co-authored-by: John <qingyi.xjh@antgroup.com>
* fix: terminal not restore (#3713)

* feat: chat api support scrollToBottom (#3714)

* chore: update SlotRenderer default sizes based on layout configuration (#3724)

* feat: add api for rendering chat message history messages (#3712)

* feat: add api for rendering chat message history messages

* feat: fix typo error

* feat: add custom ai render

* feat: add scroll to bottom

* feat: add type definition

---------

Co-authored-by: John <qingyi.xjh@antgroup.com>

* chore: update manifest.json to v3.0.4

* v3.0.4

---------

Co-authored-by: RetroX <retrox.jcy@alipay.com>
Co-authored-by: bk1012 <sijie.zsj@antgroup.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: support interactive input components

* feat: interactiveInputHandler interface

* chore: remove AIInlineOperation components

* refactor: ai loading  component

* style: improve loading style

* feat: support handle interactive input value

* feat: support switch input and inlinechat

* feat: support cmd + k keybing

* feat: support auto focus

* feat: support input layout

* chore: improve code

* style: improve style
@bytemain
Copy link
Member Author

base 变更了,重新提这个 pr

@bytemain bytemain closed this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 feature feature required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants