Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve(codemod): Add BackgroundTaskManager member for @alipay/ob-ui => @oceanbase/ui #198

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

dengfuping
Copy link
Collaborator

@dengfuping dengfuping commented Oct 19, 2023

  • Add BackgroundTaskManagerConstants, BackgroundTaskManagerRef, ITaskMgrPreset, ITaskMgrQueue and TaskMgrID for @alipay/obui => @oceanbase/ui.
- import { Alert, Button, BackgroundTaskManager, BackgroundTaskManagerConstants, BasicLayout, Login, PageContainer } from '@alipay/ob-ui';
- import type { BackgroundTaskManagerRef, ITaskMgrPreset, ITaskMgrQueue, TaskMgrID } from '@alipay/ob-ui';
+ import { Alert, Button } from '@oceanbase/design';
+ import { BackgroundTaskManager, BackgroundTaskManagerConstants, BasicLayout, Login, PageContainer } from '@oceanbase/ui';
+ import type { BackgroundTaskManagerRef, ITaskMgrPreset, ITaskMgrQueue, TaskMgrID } from '@oceanbase/ui';

@github-actions
Copy link

github-actions bot commented Oct 19, 2023

@dengfuping dengfuping force-pushed the dengfuping-dev branch 2 times, most recently from 70aba5e to 02400c9 Compare October 19, 2023 13:56
@dengfuping dengfuping merged commit b710a10 into master Oct 20, 2023
5 checks passed
@dengfuping dengfuping added this to the 1.0.0 Release milestone Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant