-
As Fomantic-UI is the actively maintained SUI community fork with lots of new components like `calendar`, `slider`, `toast` or additional features like individual rating icons or colors, i suggest to …
-
While investigating a bug about progress notifications not showing during refactors, I found that this client always uses status bar notifications which are very subtle:
https://github.com/microsoft/…
-
## Describe the bug
React 18 was recently released. If you install the TUI Editor after creating a project using `create-react-app`, the dependency check conflicts as shown below and it is not instal…
jooy2 updated
2 years ago
-
https://bubbles-pied.vercel.app/toast
Utility function
https://bubbles-pied.vercel.app/show-toast
-
Hello, I was hoping to use this library but to re-style the component using a class based approach, a la TailwindCSS.
From the docs I was unsure how to go about this, it seems like only CSS variab…
-
### Describe the bug
During a demo with the Appwrite team, we had the situation where Tessa setup her workspace on the call, but when she finished setup and went to take a look at her dashboard, all …
-
### Description of the new feature / enhancement
Disable this prompt via registry key or command-line etc.
![Image](https://github.com/user-attachments/assets/5319d88f-6d01-42f5-a242-1ec7e44abefe)
…
-
@OhadRau and I were looking earlier at extending Notification to Windows support once #672 gets merged. (Sidenote, Linux is easy -- `libnotify` is very straightforward)
The problem is, as always, w…
-
# Bug Report
**Ionic version:**
[ ] **4.x**
[x] **5.x**
**Current behavior:**
Toast [custom css property](https://ionicframework.com/docs/api/toast#css-custom-properties…
-
import Notifier from 'node-notifier';
Notifier.notify({
message: folder.message,
title: folderPath.split('\\').reverse()[0],
wait: true,
timeout: 10,
});