mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 10:20:16 -06:00
e25f281ca2
* feat: SDA-2619 - implement reply feature for custom notification * feat: SDA-2619 - Move SVG to file
46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
# Intro
|
|
The Symphony Electron app supports toast notifications.
|
|
|
|
# Platforms Supported
|
|
macOS, Windows 7, Windows 10
|
|
|
|
# Purpose
|
|
To provide a rich desktop user experience, toast notifications are supported on all the platforms.
|
|
|
|
# Details
|
|
We support the following set of notifications along with badge / taskbar count on Electron.
|
|
|
|
- IM message
|
|
- MIM message
|
|
- Room message
|
|
- Mentions
|
|
- Wall Posts
|
|
- Signals
|
|
|
|
## OS Native notification
|
|
We support OS native notifications for users who'd like to keep it simple. This is the same as what you see with toasts in any other apps (on Windows and macOS). Emojis and Quick Replies are supported in the notification.
|
|
|
|
- Inline reply
|
|
|
|
![notifications_mac.png](assets/notifications_mac.png)
|
|
![notifications_mac_2.png](assets/notifications_mac_2.png)
|
|
|
|
## Custom SDA Notification (Windows, macOS, Linux)
|
|
Notifications are custom built to support the following use cases:
|
|
- Custom Color
|
|
- Position in the screen
|
|
- Custom screen (in case of multiple displays connected)
|
|
- Flashing a notification to call for attention
|
|
- Inline reply
|
|
- Quick reactions (👍)
|
|
- Emojis
|
|
|
|
![Notification_screen.png](assets/Notification_screen.png)
|
|
![New Custom Notification](assets/custom_notifications.gif)
|
|
|
|
# Example
|
|
N/A
|
|
|
|
# Other Info
|
|
N/A
|