Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloads #100

Merged
merged 33 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fce91d9
Quick Start Downloads
jpfisher72 Jul 25, 2023
e3988b6
Fetch Data, Icon
jpfisher72 Jul 26, 2023
5229ff7
Biosample autocompletes filled
jpfisher72 Jul 26, 2023
79d0f34
Merge branch 'main' into Downloads
jpfisher72 Jul 27, 2023
05183f4
Biosample downloads, maybe bugged
jpfisher72 Jul 27, 2023
81e58a5
Biosample downloads working
jpfisher72 Jul 28, 2023
2480304
Tooltips and named download
jpfisher72 Jul 28, 2023
f55381b
Button w/ loading
jpfisher72 Jul 31, 2023
243846d
Cleanup tab 1, UI for tab 2
jpfisher72 Aug 1, 2023
5f63756
Correct Links, styling
jpfisher72 Aug 1, 2023
b1b3471
Lots of small things, accessing data in new tab
jpfisher72 Aug 1, 2023
d9a299b
File downloads in modals, all 6 up
jpfisher72 Aug 2, 2023
faad613
Theme, Icons, Styling
jpfisher72 Aug 3, 2023
45b1845
Fixing Errors
jpfisher72 Aug 6, 2023
346b6a0
Data Matrices Initial UI
jpfisher72 Aug 8, 2023
b610120
Fetching data, conserving matrices tab state
jpfisher72 Aug 8, 2023
e3bf309
Data updating, empty plot
jpfisher72 Aug 9, 2023
cc0c8ca
Merge branch 'main' into Downloads
jpfisher72 Aug 9, 2023
b99c097
Fix Merge from Main
jpfisher72 Aug 9, 2023
79dd03c
Radio Buttons Working
jpfisher72 Aug 10, 2023
680bf6b
Biosample view, downloads, default dnase
jpfisher72 Aug 11, 2023
1446693
Legend, selected biosample tables
jpfisher72 Aug 11, 2023
62a4bed
Lots of small changes
jpfisher72 Aug 11, 2023
b49a26a
Fix zoom bug, matrices file cleanup
jpfisher72 Aug 14, 2023
9829352
Cleanup, responsiveness
jpfisher72 Aug 15, 2023
fbc5d73
Reset theme changes
jpfisher72 Aug 15, 2023
b510847
More Cleanup
jpfisher72 Aug 15, 2023
3112ff8
Attempt to sync package with main
jpfisher72 Aug 15, 2023
991fc78
Merge branch 'main' into Downloads
jpfisher72 Aug 15, 2023
c208fcd
Update package.json
jpfisher72 Aug 15, 2023
d939c86
Small update
jpfisher72 Aug 17, 2023
069f16e
Sync lockfile
jpfisher72 Aug 18, 2023
5f0ca14
Merge branch 'main' into Downloads
jpfisher72 Aug 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading