OpenWebGAL / WebGAL_Terre

Galgame Editing. Redefined | 视觉小说编辑,再进化
https://openwebgal.com
Mozilla Public License 2.0
353 stars 53 forks source link

Add Grab Input Function in EffectEditor.tsx #343

Closed ClodLingxi closed 4 days ago

ClodLingxi commented 6 days ago

Screencast from 2024-11-24 03-08-53.webm

ClodLingxi commented 6 days ago

左右拖拽,双击进入编辑模式。

源码仅修改了一个文本框作为演示。

MakinoharaShoko commented 5 days ago

该方案并不容易被用户理解,我认为可以在保留输入框的前提下添加滑动输入条,或其他更易被理解的方式更好。

ClodLingxi commented 5 days ago

Screencast from 2024-11-24 18-22-48.webm

ClodLingxi commented 5 days ago

新效果,用了FluentUI的Slidder,按住Shift为原来的0.1倍变化速率

ClodLingxi commented 5 days ago

将拖动条设置为常显示 并且应用到其他输入框。

并且在其他小数数值的设置为更小的偏移量step

请问是否需要控件样式?保留常显示拖动条导致字体出现了轻微偏移

ClodLingxi commented 4 days ago

暂时关闭 将在feat: graphical editor hotkey #344 完成后重新启用