Skip to content

Commit

Permalink
fix: Update gofer frontend to use a table instead of div blocks.
Browse files Browse the repository at this point in the history
The div blocks for the Gofer frontend were great to look at but not very
functional. Since all the frontend does is show runs it's better to just
have a table of runs. This also sets the stage for a search function
and sorting functions which would be useful for users simply looking
to explore what has been run already.
  • Loading branch information
clintjedwards committed Jan 5, 2025
1 parent 7065d78 commit 601e235
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 104 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ thought into this feature that it can become a game changer for Gofer as a whole

# Small things I want to keep track of that I definitely need to do.

* Give the frontend the trivial dark mode switcher I use for other websites.
* When the user asks for a log and there is no log, we should say so.
* When the user tries to get a run and the status if failed, we should automaticallly print the failed reasonings and
then tell the user how to go about finding more information.
Expand Down
Loading

0 comments on commit 601e235

Please sign in to comment.