From c42958592e3f6e00fd1b805f1dead3ff073ce309 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Fri, 3 Jan 2025 15:12:19 -0500 Subject: [PATCH] Featured tasks --- src/views/Tasks.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/views/Tasks.js b/src/views/Tasks.js index 7e633c8..7d9195a 100644 --- a/src/views/Tasks.js +++ b/src/views/Tasks.js @@ -22,6 +22,7 @@ class Tasks extends React.Component { isLoading: true, alphabetical: [], allNames: [], + featured: [34, 38, 159], filterId: null, requestFailedMessage: '' } @@ -86,6 +87,28 @@ class Tasks extends React.Component {

Tasks are workloads of interest performed on a quantum computer.

Search the task hierarchy to see charts of comparative performance across methods or click into the parent/child task hierarchy through top-level task categories.


+
+
+

Featured Tasks

+
+
+
+
+ {this.state.featured.map((taskId, index) => + + +
+
+ )} +
+
+