brackets-viewer.js icon indicating copy to clipboard operation
brackets-viewer.js copied to clipboard

A simple library to display tournament brackets (round-robin, single elimination, double elimination).

Results 12 brackets-viewer.js issues
Sort by recently updated
recently updated
newest added

Some ideas: - [x] Expose event callbacks (e.g. a match clicked event, see #7) - [ ] Expose properties - [ ] Support diff-ing data to partially render matches See...

enhancement

All I seem to be able to see is a label if there are child matches. Curious if there is, or will be, any kind of UI to view the...

enhancement

Same as https://github.com/Drarig29/brackets-manager.js/issues/53

The library would generate virtual dom and there would be two possible renderers: one client-side and one server-side. Just need to find something to handle virtual dom and diffing or...

Example from [jQuery Bracket](http://www.aropupu.fi/bracket/) ![image](https://user-images.githubusercontent.com/9317502/93000594-b5284180-f529-11ea-8d08-1a0b58a38393.png)

enhancement

The viewer should not have much logic. It should just display data created by the manager. So round-robin ranking calculation should go in the manager's `get` module. Just as the...

Could be cool to enable this (Toornament does it). A track: https://github.com/kmturley/touch-scroll --- Related to #7

enhancement

Keep JS and CSS files separated, and add sourcemaps for both (not inlined).

ohhH, ok sorry. child_count I didn't see it!! But, do you have any example of use? What I was trying to mention was being able to hit the BO3 winner...

enhancement

![image](https://github.com/Drarig29/brackets-manager.js/assets/162104058/ca815fda-53e6-43d1-aa64-e1175ae62c21) I have been analyzing your code, performing tests here and there. The question is if you are interested in implementing forms of formats in this case in the groups...

enhancement