This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Component from '@glimmer/component'; | |
export default class extends Component { | |
classNameBindings = ":value-list" | |
valueList = true; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Component from '@ember/component'; | |
export default Component.extend({ | |
actions: { | |
toggle(){ | |
this.set("shouldShow", !this.shouldShow); | |
} | |
} | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Add-on timer for https://codenames.game | |
When run, a popup window will be opened with a countdown timer. | |
The timer will automatically reset when a team completes its turn. | |
There is also a manual reset control and duration setting | |
To run, start a game, then paste this entire gist into your browser developer tools. | |
Alternatively, add this URL as a bookmarklet: | |
javascript:fetch("https://gist.githubusercontent.com/davidtaylorhq/b64c294122dafbaf244ad7a53ce7a82a/raw/codenames-timer.js").then(response => response.text()).then(eval) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am davidtaylorhq on github. | |
* I am davidtaylorhq (https://keybase.io/davidtaylorhq) on keybase. | |
* I have a public key ASAmJUHYd5-2pkpCLAKsjkvYxgn7g1H4jmX-PKHpZwPNtgo | |
To claim this, I am signing this object: |