Commit graph

37 commits

Author SHA1 Message Date
zhengkunwang
1f842b49cc
fix: Fix issue with failure to disable website cache (#8113) 2025-03-10 18:36:46 +08:00
ssongliu
40b099a978
feat: Improve the internationalization of the frontend. (#7778) 2025-01-27 11:06:26 +00:00
zhengkunwang
90354451d2
feat: Standardized interface name capitalization (#7770) 2025-01-24 14:38:10 +00:00
ssongliu
4f1a56e66c
feat: merge code from dev (#7750) 2025-01-21 10:32:14 +00:00
ssongliu
42c97f6eeb
feat: Add dialog component (#7553) 2024-12-24 14:22:47 +00:00
ssongliu
a627aa9915
feat: merge from dev (#7366)
* feat: merge from dev

* feat: Merge mobile style code from the dev branch
2024-12-17 15:59:21 +08:00
03b04eea6b
feat: 文本编辑器新增右侧缩略图开关 (#5781) 2024-07-12 02:19:25 +00:00
bcfbbb656a
feat: 文本编辑器全屏高度处理 (#5760)
Some checks failed
Build Test / build-linux-binary (push) Failing after -6m24s
Build / SonarCloud (push) Failing after -6m28s
sync2gitee / repo-sync (push) Failing after -6m29s
2024-07-11 13:04:54 +08:00
730a25fcd2
refactor: 文本编辑器全屏按钮样式处理 (#5748) 2024-07-10 10:05:24 +00:00
16d26077be
fix: 监听编辑器内容变化事件调整 (#5732)
调整监听编辑器内容变化事件到初始化编辑器之后,避免编辑器初始化时导致默认内容被视为用户编辑行为。
2024-07-09 08:49:27 +00:00
f0fbb02495
feat: 文件编辑器侧边栏指上和选中文件样式调整 (#5689) 2024-07-05 08:48:38 +00:00
7f77a13b0c
feat: 文件管理文本编辑后退出前保存提示 (#5636)
#### What this PR does / why we need it?
Refs #5356
#### Summary of your change
检测文本是否编辑,退出/切换文件作出提示,可以重置当前修改!
#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2024-07-02 09:27:24 +00:00
9cc4ec49ef
feat: 文件管理编辑文件增加左侧目录树 (#5594)
Refs: #3624

#### What this PR does / why we need it?

#### Summary of your change

#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2024-06-28 06:16:57 +00:00
John Bro
c30ea553bd
feat: 文件编辑器支持网页全屏 (#5486)
Refs #5357
2024-06-18 10:04:53 +00:00
zhengkunwang
f1421ba7f9
style: 修改文件编辑器配置样式 (#4535) 2024-04-16 18:59:30 +08:00
zhengkunwang
38b0c42555
feat: 增加回收站文件夹限制 (#4479) 2024-04-11 11:06:10 +00:00
zhengkunwang
1e2c85e771
feat: 文本编辑器记住上次设置 (#4445)
Refs https://github.com/1Panel-dev/1Panel/issues/4397
Refs https://github.com/1Panel-dev/1Panel/issues/4266
2024-04-09 09:30:09 +00:00
ssongliu
62828c464e
fix: 解决文件保存失败一直处于加载中的问题 (#4418) 2024-04-07 21:38:59 +08:00
zhengkunwang
0b66be7a3a
fix: 解决安装应用过程中出现的状态异常问题 (#4156) 2024-03-11 12:34:08 +00:00
zhengkunwang
58f58f0fac
fix: 解决清空文件后保存失败的问题 (#3965) 2024-02-23 10:36:40 +00:00
zhengkunwang
282c58ca86
feat: 文件编辑器增加换行功能 (#3173) 2023-12-04 14:14:10 +00:00
zhengkunwang223
03d338d6c9
fix: 解决打开编辑文件页面确认按钮可能看不到的问题 (#1084)
Refs https://github.com/1Panel-dev/1Panel/issues/1042
2023-05-19 06:25:09 +00:00
zhengkunwang223
1e4ea2f8c3
feat: 文件操作增加名称显示 (#985)
resolve  https://github.com/1Panel-dev/1Panel/issues/975
2023-05-10 07:02:15 +00:00
zhengkunwang223
bbf610569d
fix: 解决本地应用升级失败的问题 (#813) 2023-04-27 07:30:15 +00:00
zhengkunwang223
d7f53862e9
fix: 解决文件编辑之后大小没有改变的 BUG (#804) 2023-04-26 14:30:14 +00:00
zhengkunwang223
db2aa35b2f
fix: 解决文件复制到原路径导致文件内容清空的 BUG (#798) 2023-04-26 12:30:14 +00:00
zhengkunwang223
c63897ded4
feat: 文件编辑器增加 python 语言 (#595) 2023-04-12 07:28:31 +00:00
zhengkunwang223
bbe08ed218
style: 修改编辑器行尾符提示 (#465) 2023-03-31 07:18:15 +00:00
gengxin
d71e2a74b4
feat: xterm-Support for Ctrl+MouseWheel to scaling fonts (#448)
#### What this PR does / why we need it?
#284 
Support for scaling fonts using Ctrl+mouse wheel

#446 
support Editor config the eol.
Currently, 1Panel only supports Linux, so directly set the default EOL to LF and add a new configuration item 

#### Summary of your change

#### Please indicate you've done the following:

- [x] Made sure tests are passing and test coverage is added if needed.
- [x] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2023-03-31 03:16:15 +00:00
zhengkunwang223
7de80e9d5a fix: 解决打开文件编辑,控制台报错的问题 2023-03-16 09:44:28 +00:00
zhengkunwang223
e120bb0612 feat: 编辑器增加 plaintext 类型 2023-03-14 15:05:44 +08:00
zhengkunwang223
c332d0284b feat: 修改 code-editor 样式 2023-03-13 18:02:48 +08:00
zhengkunwang223
895e6ce181 feat: 调整文件编辑弹框的高度 2023-02-28 16:44:06 +08:00
ssongliu
4e5aeb9d54 fix: 弹出提示框增加关闭按钮 2023-02-14 18:20:34 +08:00
zhengkunwang223
eb046090a5 feat: 适配面包屑长度 2023-02-02 14:48:25 +08:00
zhengkunwang223
5100865f7e feat: 修改文件页面样式 2023-01-31 14:18:52 +08:00
zhengkunwang223
9bcbe1df05 style: 样式调整 左侧菜单调整 2022-09-08 15:42:00 +08:00
Renamed from frontend/src/views/file-management/code-editor/index.vue (Browse further)