Skip to content

Add days in status tags #9

Merged
ausievich merged 49 commits intomainfrom
add-age-tags-without-token-pt-2
Feb 15, 2026
Merged

Add days in status tags #9
ausievich merged 49 commits intomainfrom
add-age-tags-without-token-pt-2

Conversation

@ausievich
Copy link
Copy Markdown
Owner

No description provided.

@ausievich ausievich changed the title Add days in status tags [Draft] Add days in status tags Nov 16, 2025
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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.

@ausievich
Copy link
Copy Markdown
Owner Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread src/components/DaysInStatus.tsx Outdated
Comment on lines +18 to +22
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.

Comment on lines +101 to +105
const initDaysInStatus = async () => {
await daysInStatusManager.start();
};

initDaysInStatus();

This comment was marked as outdated.

@ausievich ausievich force-pushed the add-age-tags-without-token-pt-2 branch from ee5bbff to 03cd57f Compare February 1, 2026 18:11
@ausievich ausievich changed the title [Draft] Add days in status tags Add days in status tags Feb 8, 2026
@ausievich
Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

@ausievich ausievich merged commit cd6051e into main Feb 15, 2026
ausievich added a commit that referenced this pull request Mar 16, 2026
* add created and updated tags on cards
* add token setup
* upd screenshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant