diff --git a/docs/TODO.md b/docs/TODO.md index 40109ab..4433b5e 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -88,10 +88,11 @@ - [x] FEATURE - position in top panel (right | center | left) - [x] StatusBar - 3 sections - user | Repo | actions - [x] FEATURE - Missing scopes - relogin -- [ ] BUG - Refresh state - Changing repo without actions & with actions -- [ ] BUG - NOT_LOGGED / NOT_INSTALLED_CLI - refresh -> setState() +- [x] BUG - Refresh state - Changing repo without actions & with actions +- [x] BUG - NOT_LOGGED / NOT_INSTALLED_CLI - refresh -> setState() ## 🎯 Version 4 - Multirepo config & WebHooks +- [ ] NO DATA for empty sections - [ ] BUG - suspend - [ ] New notifications style - Title - command - [ ] FEATURE - Workflow enable/disable diff --git a/github-actions@arononak.github.io/lib/status_bar_indicator.js b/github-actions@arononak.github.io/lib/status_bar_indicator.js index 6db5dba..d3d0c00 100644 --- a/github-actions@arononak.github.io/lib/status_bar_indicator.js +++ b/github-actions@arononak.github.io/lib/status_bar_indicator.js @@ -450,7 +450,7 @@ export class StatusBarIndicator extends PanelMenu.Button { this.menu.addMenuItem(this.repositoryMenuItem) // Repository createdAt - this.repositoryCreatedItem = new IconPopupMenuItem({ startIconName: `alarm-symbolic` }) + this.repositoryCreatedItem = new IconPopupMenuItem({ startIconName: `x-office-calendar-symbolic` }) this.repositoryMenuItem.menuBox.add_actor(this.repositoryCreatedItem) // Repository isPrivate diff --git a/github-actions@arononak.github.io/lib/version.js b/github-actions@arononak.github.io/lib/version.js index 9b03daf..0e3e3d7 100644 --- a/github-actions@arononak.github.io/lib/version.js +++ b/github-actions@arononak.github.io/lib/version.js @@ -1 +1 @@ -export const VERSION = `3.13.0` +export const VERSION = `3.14.0` diff --git a/github-actions@arononak.github.io/prefs.js b/github-actions@arononak.github.io/prefs.js index f81bb72..5c35193 100644 --- a/github-actions@arononak.github.io/prefs.js +++ b/github-actions@arononak.github.io/prefs.js @@ -148,7 +148,7 @@ export default class GithubActionsPreferences extends ExtensionPreferences { versionDescription, } = prefsController.fetchData() - window.set_default_size(600, 1600) + window.set_default_size(600, 1620) const enabledRow = createToggleRow({ title: `Enabled`,