1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 15:54:39 +00:00

Send notification to cloud user (#6415)

* send subscription expire notification

* optimize code

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
awu0403
2025-04-21 13:30:35 +08:00
committed by GitHub
parent 0b8aa00f4d
commit 8cc5815107
11 changed files with 411 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ import { Utils, isMobile } from './utils/utils';
import SystemNotification from './components/system-notification';
import EventBus from './components/common/event-bus';
import Header from './components/header';
import SystemUserNotification from './components/system-user-notification';
import SidePanel from './components/side-panel';
import ResizeBar from './components/resize-bar';
import {
@@ -278,6 +279,7 @@ class App extends Component {
return (
<React.Fragment>
<SystemNotification />
<SystemUserNotification />
<Header
isSidePanelClosed={isSidePanelClosed}
onCloseSidePanel={this.onCloseSidePanel}