Merge pull request #288 from neyfua/missing-finished-build-status
refactor(obs-integration): added missing Finished build status
This commit is contained in:
@@ -359,14 +359,14 @@ local STATUS_STYLE = {
|
||||
blocked = { glyph = "clock", color = "on_surface_variant", labelKey = "status_blocked" },
|
||||
excluded = { glyph = "ban", color = "on_surface_variant", labelKey = "status_excluded" },
|
||||
unbuildable = { glyph = "ban", color = "on_surface_variant", labelKey = "status_unbuildable" },
|
||||
finished = { glyph = "check", color = "secondary", labelKey = "status_succeeded" },
|
||||
finished = { glyph = "circle-dot", color = "tertiary", labelKey = "status_finished" },
|
||||
unknown = { glyph = "help-circle", color = "on_surface_variant", labelKey = "status_unknown" },
|
||||
}
|
||||
|
||||
local STATUS_GROUPS = {
|
||||
["succeeded"] = "succeeded",
|
||||
["success"] = "succeeded",
|
||||
["finished"] = "succeeded",
|
||||
["finished"] = "finished",
|
||||
["failed"] = "failure",
|
||||
["broken"] = "failure",
|
||||
["unresolvable"] = "unresolvable",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
id = "neyfua/obs-integration"
|
||||
name = "OBS Integration"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
plugin_api = 9
|
||||
author = "neyfua"
|
||||
license = "MIT"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@@ -52,6 +52,7 @@
|
||||
"status_loading": "Loading status...",
|
||||
"no_builds": "No build results.",
|
||||
"status_succeeded": "Succeeded",
|
||||
"status_finished": "Finished",
|
||||
"status_failed": "Failed",
|
||||
"status_unresolvable": "Unresolvable",
|
||||
"status_building": "Building",
|
||||
|
||||
Reference in New Issue
Block a user