Skip to content

Usability improvements and optimizations

Compare
Choose a tag to compare
@WrathfulSpatula WrathfulSpatula released this 11 Jan 14:02
· 434 commits to main since this release
ffe2666

CHANGELOG:

v0.6.2

This release has a number of usability improvements and optimizations.

Added

  • Direct user to 'Latest' view on submission (70556d2)
  • Pick task/method with Typeahead (9b0ed50)
  • Point 'submissions' link to submissions view (ae6b1c7)
  • Reset modals on close (f79d618)
  • Correctly populate results modal for edit (db2b3c1)
  • Clear AddSubmission Typeahead on select (862e8f3)
  • Child methods can use CategoryScroll (d63079a)
  • Custom wrapper on React Bootstrap Table (36fa2d4)
  • Convert Task view to use SortingTable (a932920)
  • Manually refresh SortingTable (ba73f17)
  • Add 'publish' button to submission detail view (655a4b3)
  • Result modal delete button (7f12f87)
  • Refresh table after adding result (718e67e)
  • Predictive text for platforms (94bcc3a)
  • Show invalid thumbnail message next to field (9111625)
  • Get submission meta tags on paste (0f8c86f)
  • Button to remove chart labels (b301661)
  • Don't allow empty string as tag (51d400b)
  • Prepopulate 'new' modal from typeahead (677e999)
  • Predictive text submission reference modals (8a61915)
  • Log-2 plot option (66ad173)
  • Clicking image open arXiv (f699f3c)
  • Add log base option (and shrink checkbox column) (f7b85a9)
  • Base 2 QV; Base e T1; Base 10 infidelity (9d82845)
  • Check if new submission URL is already in database (8760ef9)
  • Detect perfect name match in add/create ref modals (60417ff)
  • Make metric names insensitive to case (94d7094)
  • Automatically replace image viewer links with raw image URL (d94f2cd)
  • Typeahead for parent refs (e5acab8)
  • Adding YouTube videos to FAQ and About pages (bcc162b)
  • Detect and redirect users to existing submission drafts (1d49c92)
  • Don't allow submission refs before draft can be saved (87b68bd)

Fixed

  • MetriQ -> Metriq (79668f1)
  • Fix submission edit login flow (c2b7ab6)
  • Fix default task metric key selection (34ab7ce)
  • Fix MathJax (1f82744)
  • Fix logout (0fcd184)
  • Fix standard error bars (44b1519)
  • npm audit fix (47292e4)
  • Fix SortingTable.js file name (2e8c484)
  • Fix results editing modal front end (07da82b)
  • Fix platform property editing (b395870)
  • Fix platform server-side load (69c73cd)
  • Fix PQF task (e3c6ea1)
  • Fix indentation (306067e)
  • Fix method detail submission list (fc87071)
  • Fix unhelpful button text (2069a29)
  • Always use className, not class, in React.js (74848d2)
  • Restore config.isDebug (7de83fb)
  • Fix first character input in FormFieldTypeaheadRow (22f6dc7)
  • Fix chart min/max (e35525d)
  • Fix log plots (4b3724c)
  • Clean up submission metadata line (6346a8f)
  • Fix all login redirects (9bf9c58)
  • Fix typeahead suggestions (1088fbf)
  • Fix modal validation (b0c0648)
  • Fix autocomplete validation (02023cc)