Style stalled bubble
This commit is contained in:
@@ -56,7 +56,11 @@ export default class extends Controller {
|
||||
}
|
||||
|
||||
#showStalled() {
|
||||
this.#toggleDisplayedContainer(false)
|
||||
this.entropyTopTarget.innerHTML = "Stalled for"
|
||||
this.entropyDaysTarget.innerHTML = signedDifferenceInDays(new Date(this.stalledValue.lastActivitySpikeAt), new Date())
|
||||
this.entropyBottomTarget.innerHTML = "days"
|
||||
|
||||
this.#toggleDisplayedContainer(true)
|
||||
}
|
||||
|
||||
#hide() {
|
||||
|
||||
Reference in New Issue
Block a user