Skip to content

Commit 30a7a2e

Browse files
authored
Big Refactor (#40)
* Region Search * Intersecting iCREs * Blank region search pages * SNP Portal mostly done * Remove delay, loading in nearby genomic * Better layout * More layout work * Check in before big change * Generic Layout * More reorg * Undo package changes * Fix build * Checkpoint * Small tweak * Check in * Delete old SNP route, other misc * Move over gene portal existing tabs * Big cleanup and move to new details page * change redirects * Fetch element details in ElementDetailsHeader * v29 genes * Remove outer folder * Remove most console.logs * Change icons
1 parent 51237e7 commit 30a7a2e

File tree

182 files changed

+2548
-2337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+2548
-2337
lines changed
File renamed without changes.
File renamed without changes.

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
# immuSCREEN
1+
# igSCREEN
22

3+
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
4+
5+
## Getting Started
6+
7+
First, run the development server:
8+
9+
```bash
10+
yarn dev
11+
```
12+
13+
To lint run:
14+
15+
```bash
16+
yarn lint
17+
```
18+
19+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
20+
21+
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
22+
23+
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
24+
25+
## Learn More
26+
27+
To learn more about Next.js, take a look at the following resources:
28+
29+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
30+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
31+
32+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
33+
34+
## Deploy on Vercel
35+
36+
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
37+
38+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

SECURITY.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

immuscreen/codegen.ts renamed to codegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config: CodegenConfig = {
55
schema: Config.API.CcreAPI,
66
documents: ['src/**/*.{ts,tsx}'],
77
generates: {
8-
'./src/types/': {
8+
'./src/types/generated/': {
99
preset: 'client',
1010
plugins: [],
1111
presetConfig: {

immuscreen/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

immuscreen/next.config.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)