notification icon indicating copy to clipboard operation
notification copied to clipboard

React Notification

Results 50 notification issues
Sort by recently updated
recently updated
newest added

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.2.3 to 6.1.1. Release notes Sourced from gh-pages's releases. v6.1.1 Fixes fix: Add missing cname option not passed to the config by @​WillBAnders in tschaub/gh-pages#535 Dependency Updates...

dependencies

Bumps [@umijs/fabric](https://github.com/umijs/fabric) from 2.14.1 to 4.0.1. Release notes Sourced from @​umijs/fabric's releases. v4.0.1 up to latest verison a071c01 create pnpm.lock 8541197 create pnpm.lock 3e315aa https://github.com/umijs/fabric/compare/v4.0.0...v4.0.1 v3.0.0 add prettier-plugin-organize-imports 644eb07 https://github.com/umijs/fabric/compare/v2.12.2...v3.0.0...

dependencies

this is because the stack mode adds `:after` to the dom Right now, I have to add `z-index` to `.rc-notification .rc-notification-notice-close` ,

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 14.0.1 to 15.2.9. Release notes Sourced from lint-staged's releases. v15.2.9 Patch Changes #1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.9.0. Release notes Sourced from eslint's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to...

dependencies

import RcNotification from 'rc-notification'; // console.log('RcNotification') => undefined;

New feature for [ #52268](https://github.com/ant-design/ant-design/issues/52268) ## Summary by CodeRabbit - **新功能** - 为通知组件添加了自定义进度条颜色的功能 - 新增按钮触发具有自定义颜色的进度条通知 - **测试** - 新增测试用例验证自定义进度条颜色功能 - **样式** - 引入新的CSS变量 `--progress-color` 以控制进度条颜色 - 提高样式的灵活性和可定制性

5.6.4版本,参考README: import Notification from 'rc-notification'; Notification.newInstance({}, notification => { notification.notice({ content: 'content' }); }); 但是会有Notification上不存在属性“newInstance”的错误

## Problem Description The `setTimeout` used in this component has a [maximum delay limit](https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#maximum_delay_value). If the `duration` exceeds this limit, it overflows and triggers immediately (treated as `0ms`). This causes...

## Summary by CodeRabbit - 新功能 - 通知新增可关闭选项(closable:支持布尔或对象)。 - 支持为关闭按钮单独自定义类名与样式(classNames.close、styles.close),传入值会合并到关闭控件的渲染中。 - 测试 - 新增用例覆盖可关闭通知及关闭按钮自定义类名与样式的渲染与断言。