Skip to content
Snippets Groups Projects
  1. Mar 09, 2021
  2. Mar 08, 2021
  3. Mar 07, 2021
  4. Mar 06, 2021
    • Skriv's avatar
      Ifyouenjoyit to JS · a77db1a1
      Skriv authored and Pregmodder's avatar Pregmodder committed
      a77db1a1
    • 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
  5. Mar 05, 2021
  6. Mar 03, 2021
  7. Mar 02, 2021
  8. Mar 01, 2021
  9. Feb 28, 2021
  10. Feb 27, 2021
  11. Feb 23, 2021
  12. Feb 22, 2021
  13. Feb 21, 2021
  14. Feb 20, 2021
Loading