Skip to content
Snippets Groups Projects
  1. Oct 17, 2024
  2. Oct 15, 2024
  3. Oct 12, 2024
  4. Oct 10, 2024
  5. Oct 01, 2024
  6. Sep 25, 2024
  7. Sep 19, 2024
  8. Sep 16, 2024
  9. Sep 13, 2024
  10. Sep 12, 2024
  11. Sep 09, 2024
    • Saurabh Kumar's avatar
      New submission table view (#4080) · f0ca4ae0
      Saurabh Kumar authored
      
      Changes
      
      - [x] Replaces the old view with new table view, that is powered by the
      filtering and rendering logic build for the new list view.
      - [x] removes round detail view and round export, reuse the submission
      all page.
      - [x] Add rounds/labs menu to primary nav, makes it easy to list and
      view status of different rounds, for staff.
      - [x] Update my flags view on the dashboard page.
      - [x] Implement `SUBMISSION_LIST_EXCLUDE_FIELDS` on both list and table
      view (in progress)
      - [x] Expose old table view at an accessible url
      
      ---------
      
      Co-authored-by: default avatarFredrik Jonsson <frjo@xdeb.org>
    • Saurabh Kumar's avatar
      Update makefile, auto-help and better serve (#4109) · c20578f6
      Saurabh Kumar authored
      
      - The current make -j parallelization doesn't kill the remaining process
      when one of them errors out, the causes confusion if let's css/js is not
      building.
      
      - This PR also refractors the help target to use comment based generator
      which is more maintainable.
      
      - Update the node scripts to not require `collectstatic` during
      development, the runserver -> static server can find all the all files
      from packages and serve them on demand.
      - `make serve` now also installs python & node packages and builds the
      static_src if they are outdated.
      
      ---------
      
      Co-authored-by: default avatarFredrik Jonsson <frjo@xdeb.org>
      c20578f6
  12. Sep 04, 2024
  13. Sep 03, 2024
  14. Aug 28, 2024
    • Wes Appler's avatar
      Update htmx to 2.x (#4102) · 81e1245d
      Wes Appler authored
      Fixes #4094. 
      
      ~~For some reason, when combining other triggers with
      `revealed` the revealed trigger itself breaks while others remain fine.
      Swapping for the `intersect once` trigger resolved this but I'm not
      exactly sure why. Also not sure if moving forward for consistency we
      should use `intersect` instead of `revealed`. @theskumar any thoughts?~~
      
      Updated htmx from v1.9.12 -> v2.0.2 to fix the usage of multiple tags
      breaking `revealed`. Tested locally and there doesn't seem to be any
      major breaking changes.
  15. Aug 27, 2024
  16. Aug 26, 2024
  17. Aug 16, 2024
Loading