-
Per user story #208, when an entry is saved, edited and then saved, or deleted, currently there is nothing to indicate that the action was successfully completed. I'm proposing that we notify the user…
-
We aim to integrate global toast notifications into our project to indicate various actions. We will use the default Bootstrap toast in three modes: **success** (green), **error** (red), and **info** …
-
```
What steps will reproduce the problem?
1.Open RCS-e RI app
2.Click "Presence"
3.Click "Edit my presence info"
4.Enter something
5.Click "Publish"
What is the expected output? What do you see inst…
-
Before going further we need to sketch a design + navigation diagram
The current app was inspired by the app in the
[CITIZEN SCIENCE REVOLUTION The Making Sense EU Project August 2018](https://yo…
-
-
```
What steps will reproduce the problem?
1. Turn iPhone/iPad on side and trigger a Toast
What is the expected output? What do you see instead?
Notification should be aligned with the interface at…
-
Parent issue https://github.com/elastic/kibana/issues/95853
Core bundle size is critical for performance because it's loaded on every page and delays all other plugin initialization affecting perce…
-
If I recall correctly, you shouldn't send notifications for that kind of things, as that's inconsistent with Android's design guidelines
ghost updated
9 years ago
-
Toasts crashed if the project is targeting Android O.
```
com.github.johnpersano.supertoasts.demo E/AndroidRuntime: FATAL EXCEPTION: main
…
-
When I set my package.json like this:
```
"dependencies": {
"react-dom": "^16.0.0",
"react": "^16.0.0",
"react-toastr": "^2.9.3"
}
```
Then I run `npm i`, the `node_modules/react-toastr…