Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| export class LocalStorageTokenManager { | ||
| private static instance: LocalStorageTokenManager; | ||
| private tokenMap: Map<string, StoredTokenInfo> = new Map(); | ||
| private refreshTimeouts: Map<string, NodeJS.Timeout> = new Map(); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| const simpleService = SimpleDaysInStatusService.getInstance(); | ||
| const cardElement = document.querySelector(`[data-issue-id="${issueId}"]`) as HTMLElement; | ||
|
|
||
| if (cardElement) { | ||
| const result = await simpleService.getDaysInStatusFromDOM(issueId, cardElement); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
| const initDaysInStatus = async () => { | ||
| await daysInStatusManager.start(); | ||
| }; | ||
|
|
||
| initDaysInStatus(); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
ee5bbff to
03cd57f
Compare
|
@codex review |
|
To use Codex here, create a Codex account and connect to github. |
* add created and updated tags on cards * add token setup * upd screenshots
No description provided.