Skip to content
Snippets Groups Projects
  1. Sep 23, 2021
  2. Sep 22, 2021
  3. Sep 21, 2021
  4. Sep 20, 2021
  5. Sep 17, 2021
  6. Sep 16, 2021
    • Manuel Leduc's avatar
      XWIKI-18978: No loader is displayed during the first Live Data entries load · 9e630c78
      Manuel Leduc authored
      (cherry picked from commit b1b7552a)
      9e630c78
    • Manuel Leduc's avatar
      [Misc] Live Data performance improvement · 25657fdb
      Manuel Leduc authored
      This commits contains a set of small improvements aimed at speeding-up the rendering of tables with a large amount of properties to display.
      This involves:
      - not displaying components when possible by moving v-if statements from the callee to the caller
      - prevent re-rendering of frequently instantiated components by using v-show
      In addition, a tippy feature that we do not currently use is turned off.
      25657fdb
    • Manuel Leduc's avatar
      [Misc] LiveData code style fix · 0b18ba05
      Manuel Leduc authored
      - Add a missing mock file
      - Replace this.config.hasOwnProperty(property) by Object.prototype.hasOwnProperty.call(this.config, property)
      
      (cherry picked from commit 3b62a900)
      0b18ba05
    • Manuel Leduc's avatar
      [Misc] LiveData performance improvement · 2c86eae9
      Manuel Leduc authored
      - Freeze the entries collection to prevent Vue to add reactive listener to all the sub-attributes of the entries Array
      - Move updateEntries call to the beginning of the Logic initialization to display the datas to the user early
      - Improve webpack's bundling by importing explicitly the default Live Data displayers and filters
      2c86eae9
  7. Sep 15, 2021
  8. Sep 13, 2021
  9. Sep 09, 2021
  10. Sep 08, 2021
  11. Sep 06, 2021
  12. Sep 03, 2021
  13. Aug 31, 2021
  14. Aug 30, 2021
  15. Aug 27, 2021
  16. Aug 25, 2021
  17. Aug 24, 2021
  18. Aug 23, 2021
  19. Aug 18, 2021
  20. Aug 17, 2021
Loading