Draft: New download widget

Ishaan Arora requested to merge pulsar17/inkscape-web:new-download-widget into master

The initial implementation for the new download widget discussed in #589

Changes required in backend:

# Code changes in Change Reason
1 releases.views.Platform addField display_color The color to display for 'leaf' platforms like AppImages, etc in the widget
2 releases.views.Platform renameField match_family to os_family The initial selection of the tabbed layout will depend upon the OS detected by User Agent (The field is currently not used)
3 releases.views.Platform renameField match_bits to architecture The plan is just to select using the os family for now and let user pick the architecture, so this is not required but is optional (The field is currently not used)
4 static/images Add some new icons designed by Pacer These are some new svg icons, and can be used in other parts of the website too.

List of changes completed by #

  • #1
  • #2
  • #3
  • #4
Edited by Ishaan Arora

Merge request reports