Skip to content

Replace GlTable with GlTablelite for time-tracking-table

Jannik Lehmann requested to merge jnnkl-table-lite-time-tracking into master

What does this MR do and why?

This MR solves: #342278 (closed)

It replaces the GlTable with the GlTableLite component, since it does qualify for it. This is a performance Improvement, to reduce bundle-size it does not affect any functionality.

Screenshots or screen recordings

No visual changes
Screenshot_2021-11-12_at_08.39.24

How to set up and validate locally

  1. log in to your gdk
  2. go to any Issue
  3. log some time by commenting /spend 1h
  4. click on timetracking report in the sidebar
  5. the table will open in a modal

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jannik Lehmann

Merge request reports