Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arononak committed Jan 26, 2024
1 parent 29a6f5d commit 0d694aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion [email protected]/lib/status_bar_indicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion [email protected]/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = `3.13.0`
export const VERSION = `3.14.0`
2 changes: 1 addition & 1 deletion [email protected]/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 0d694aa

Please sign in to comment.