Skip to content

Commit

Permalink
Downloads (#100)
Browse files Browse the repository at this point in the history
* Quick Start Downloads

* Fetch Data, Icon

* Biosample autocompletes filled

* Biosample downloads, maybe bugged

* Biosample downloads working

* Tooltips and named download

* Button w/ loading

* Cleanup tab 1, UI for tab 2

* Correct Links, styling

* Lots of small things, accessing data in new tab

* File downloads in modals, all 6 up

* Theme, Icons, Styling

* Fixing Errors

* Data Matrices Initial UI

* Fetching data, conserving matrices tab state

* Data updating, empty plot

* Fix Merge from Main

* Radio Buttons Working

* Biosample view, downloads, default dnase

* Legend, selected biosample tables

* Lots of small changes

* Fix zoom bug, matrices file cleanup

* Cleanup, responsiveness

* Reset theme changes

* More Cleanup

* Attempt to sync package with main

* Update package.json

* Small update

* Sync lockfile
  • Loading branch information
jpfisher72 authored Aug 18, 2023
1 parent 2fb819d commit fae9a8e
Show file tree
Hide file tree
Showing 24 changed files with 1,376 additions and 58 deletions.
Binary file added screen2.0/public/Human2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screen2.0/public/Mouse2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion screen2.0/src/app/applets/gwas/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Typography } from "@mui/material"

import React, { useEffect, useState } from "react"
import { DataTable } from "@weng-lab/ts-ztable"
import { DataTable } from "@weng-lab/psychscreen-ui-components"
import { createLink, ErrorMessage, LoadingMessage } from "../../../common/lib/utility"
import Grid2 from "@mui/material/Unstable_Grid2/Grid2"
import { Box } from "@mui/material"
Expand Down
2 changes: 2 additions & 0 deletions screen2.0/src/app/applets/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"use client"

import { Typography } from "@mui/material"


export default function Applets() {
return (
<main>
Expand Down
Loading

0 comments on commit fae9a8e

Please sign in to comment.