Skip to content
Snippets Groups Projects
  1. Mar 06, 2021
    • svornost's avatar
      DOM concatenation utilities cleanup: · edd96d39
      svornost authored
      1. Extend `App.UI.DOM.generateLinksStrip` to accept strings as well as links.
      2. Change calls of `App.UI.DOM.arrayToList` which added text-node pipes between links to use `App.UI.DOM.generateLinksStrip` instead, so they'll all pick up link strip styling should we decide to change it.
      3. Move `App.UI.DOM.arrayToList` to use a similar fast Iterator-driven implementation to `toSentence`, and rename it `App.UI.DOM.toSentence`, since it really does the same thing, just with DOM nodes instead of strings.
      4. Make Starting Girls use `App.UI.DOM.toSentence` instead of building the DOM committed slave list by hand.
      edd96d39
  2. Mar 05, 2021
  3. Mar 03, 2021
  4. Mar 02, 2021
  5. Mar 01, 2021
  6. Feb 28, 2021
  7. Feb 27, 2021
  8. Feb 23, 2021
  9. Feb 22, 2021
  10. Feb 21, 2021
  11. Feb 20, 2021
  12. Feb 19, 2021
Loading