1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

Watch file changes (#5364)

* [my libraries] redesigned 'watch/unwatch file changes'

- added 'watch file changes' & 'unwatch file changes' to the operation
menu
- added icon & tooltip for monitored libraries
- added support for mobile

* [my libs] updated 'watch/unwatch file changes'

* [notifications] update for 'watch/unwatch file changes'
This commit is contained in:
llj
2023-02-03 09:51:18 +08:00
committed by GitHub
parent 2f958cdd6b
commit 4c62d5086f
11 changed files with 1524 additions and 138 deletions

12
frontend/src/css/icon.css Normal file
View File

@@ -0,0 +1,12 @@
.seafile-multicolor-icon {
width: 1em;
height: 1em;
fill: currentColor;
overflow: hidden;
}
.seafile-multicolor-icon-monitor {
font-size: 14px;
fill: #444;
color: #bdbdbd;
}