Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not load all slides at once | stuebinm | 2021-03-07 | 1 | -1/+5 |
| | | | | | | | | to prevent noticable load times when switching slides, picarones previously loaded all slides at once, and then only displayed whichever one was applicable. This cause problems with larger slidesets; instead, it now loads the current slides and the two previous and next slides (wrapping around at the end/beginning). | ||||
* | Load slides from url given in uri fragment | stuebinm | 2021-03-07 | 1 | -7/+11 |
| | | | | | | Syntax is: https://domain-to-app#<prefix-for-slides>#<number-of-slides> Slides must be .png image files numbered as 01.png, 02.png ... | ||||
* | Join subtrees and integrate meta info / gitignore | stuebinm | 2021-03-07 | 2 | -0/+125 |
git-subtree-dir: picarones-elm git-subtree-mainline: 2ad5d413aa958a1c2fe75ce7aa155576e9a80345 git-subtree-split: f4a1ee55987b7c58745dc5865c4ecf30874a3564 |