Commit graph

40 commits

Author SHA1 Message Date
frostime
591cf2e95e 🔧 ci: 更新 vite 打包脚本 2024-10-16 14:43:56 +08:00
frostime
da4c4ced8f feat: 更新 Form 组件 2024-08-09 21:49:29 +08:00
frostime
b739c5ad54 ️ perf: 优化各个组件 2024-07-19 15:40:50 +08:00
frostime
6361001b8a 🚚 mv:将libs目录下的组件移至components子目录
为了更好地组织项目结构,将libs目录下的组件文件移动到新的libs/components子目录中。
同时,更新了setting-example.svelte组件中SettingPanel的导入路径,以反映新的文件位置。
2024-07-19 15:17:49 +08:00
frostime
ba57ba3f23 feat: add const.ts 2024-06-08 20:51:13 +08:00
frostime
6d75a46a56 🔨 refactor: 重构基于 svelte 的设置面板功能 2024-06-08 18:30:53 +08:00
frostime
67d6024a04 feat: add kits about dialogs 2024-06-01 16:29:07 +08:00
frostime
03ab34f552 禁用思源内部的 enter confirm 特性 2024-05-01 17:45:05 +08:00
frostime
9f54e7046c misc 2024-04-30 22:15:50 +08:00
frostime
3d565424ae 🎨 feat: Add "custom setting-items" example 2024-04-30 16:48:10 +08:00
frostime
29c494a3f4 feat(setting-utils): getter and setting 2024-04-30 16:32:26 +08:00
frostime
59daefa941 ⬆️ update siyuan: add direction parameter 2024-04-30 16:15:58 +08:00
frostime
7159755c70 🔨 调整 setting 的 interface 定义 2024-04-30 16:00:03 +08:00
frostime
0df9ec29ea feat(setting-utils): 增加自定义元素功能 2024-04-29 17:43:02 +08:00
frostime
57cc62f7b5 🎨 refactor: setting-utils args 2024-04-28 17:50:52 +08:00
frostime
56be185458 misc(setting-utils) 2024-04-28 17:48:49 +08:00
frostime
8daa01aedb 🐛 fix: 模板提供的 button 的 click 事件不生效; close #31 2024-04-27 16:55:46 +08:00
浔阳陌客
7a46168ed2 修改take()的获取值方法 2024-04-25 21:16:28 +08:00
浔阳陌客
587d5f2112 修复刷新页面后,数据已加载,但没有显示到设置页面的问题 2024-04-24 14:46:41 +08:00
浔阳陌客
8f27804c83 完善修改 2024-04-24 14:23:51 +08:00
浔阳陌客
786cc5e933 修改getElement()方法和方法说明 2024-04-24 12:17:56 +08:00
浔阳陌客
0e372e9068 修改textinput和textarea的回调函数 2024-04-06 14:48:25 +08:00
浔阳陌客
f06c82085e 为经典设置窗口添加实时读取和实时保存的能力 2024-04-06 13:24:00 +08:00
浔阳陌客
44d61785cf 添加setAndSave方法作为设置参数并保存 2024-04-06 01:44:54 +08:00
浔阳陌客
f9ea1bec3f 为表单提供禁用和启用的方法 2024-04-05 21:16:33 +08:00
浔阳陌客
c58c836b7c 为checkout添加切换状态时添加回调函数 2024-04-05 16:37:25 +08:00
frostime
953d15c661 feat: Update setting utils 2024-01-15 20:45:34 +08:00
zxkmm
f84497f6da add hint type to settingUtil 2024-01-13 22:10:54 +08:00
frostime
c179519f95 feat: Add input number element in setting-utils 2023-12-28 18:11:21 +08:00
zxkmm
2a08298060 fix wrong type def in lib to match header 2023-12-28 17:09:08 +08:00
frostime
2051a2a7d6 test: setting panel 2023-11-28 21:49:25 +08:00
frostime
b0d28e2513 🔨 refactor(setting): 重构了Svelte设置的模板
- 将 SettingPanel 作为基本模板
- 更改了 settingitem 的类型定义
2023-11-28 21:24:19 +08:00
frostime
7d95423d24 update 2023-10-28 16:52:03 +08:00
frostime
3343eb7e5c update 2023-10-27 22:12:43 +08:00
frostime
c580fb7a00 update setting utils 2023-10-27 22:11:43 +08:00
frostime
1a0b1018c5 优化 setting-utils 2023-09-16 18:17:41 +08:00
frostime
cdb5085f35 setting-utils 2023-09-16 18:03:59 +08:00
frostime
b1660caa30 slider tooltips 2023-06-28 21:17:34 +08:00
frostime
b42d86b17a add b3-typography to render plain text content 2023-05-23 15:02:56 +08:00
Frostime
0f049cc461
Dev (#2)
* feat: svelte example for setting pannel

* Must destroy svelte

* onDestroy

* Make hello easy

* 拷贝官方的代码功能

* Use hello both in tab and dialog

* fix: destroy dock
2023-05-20 17:40:15 +08:00