mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Persist issue read state and clear unread on open
This commit is contained in:
parent
86bd26ee8a
commit
38d3d5fa59
11 changed files with 6062 additions and 44 deletions
|
|
@ -20,6 +20,7 @@ export { labels } from "./labels.js";
|
|||
export { issueLabels } from "./issue_labels.js";
|
||||
export { issueApprovals } from "./issue_approvals.js";
|
||||
export { issueComments } from "./issue_comments.js";
|
||||
export { issueReadStates } from "./issue_read_states.js";
|
||||
export { assets } from "./assets.js";
|
||||
export { issueAttachments } from "./issue_attachments.js";
|
||||
export { heartbeatRuns } from "./heartbeat_runs.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue