Skip to content

Commit

Permalink
Chore/update config (#53)
Browse files Browse the repository at this point in the history
* add multitab explorer config

* updated BIH staging FE config

* updated BIH staging FE config

* updated BIH staging landing page blurbs

* Update to 0.10.78 (#52)

* remove override name in quay build (#17)

Co-authored-by: craigrbarnes <[email protected]>

* Update package.json (#19)

* Update package.json

* update package-lock to v0.10.15

---------

Co-authored-by: craigrbarnes <[email protected]>

* Add Gen3FF updates to sample app (#23)

* add updates to sample app

* Add modals config

---------

Co-authored-by: craigrbarnes <[email protected]>

* fix broken links/missing images (#24)

Co-authored-by: craigrbarnes <[email protected]>

* Chore/update to Gen3.2 version 0.10.30 (#29)

* update config and dependencies

* update config/package.json

* add eslint/prettier

* update typescript esplugin

* update github ci

* update Dockerfile

* Chore/patch 0 10 31 (#36)

* update config and dependencies

* update config/package.json

* add eslint/prettier

* update typescript esplugin

* update github ci

* update Dockerfile

* update to 0.10.31

* update to 0.10.31

* update dockerfile

* update dockerfile

* update dockerfile

* update dockerfile

* update dockerfile

* update docker

* testing update build ci

* testing update build ci

* Delete .idea directory

* update docker

* Update Dockerfile

* update Docker

* Update to 0.10.44 (#41)

* update to 0.10.44

* update to 0.10.44

* update mantine and style for tailwind

* update changed to support v0.10.48 (#46)

* update changed to support v0.10.48

* update changed to support v0.10.50

* add next js config flags

* Chore/0.10.51 (#49)

* update v0.10.51

* update version to v0.10.51

* update Dockerfile

* Update to Gen3.2 Release 0.10.55 (#53)

Update to Gen3.2 v0.10.55

* Update CustomCellRenderers.tsx to DicomLink (#52)

* update git workflows node version, remove automated npm update (#55)

Co-authored-by: Shawn O'Connor <[email protected]>

* Update/release 0 10 67 (uc-cdis#57)

* update version to v0.10.61

* update version to v0.10.67

* update version to v0.10.67

* Update ci.yaml

* update build to use start.sh for automation (uc-cdis#59)

Co-authored-by: Shawn O'Connor <[email protected]>

* update to 0.10.73 (uc-cdis#63)

* Chore/update docker (uc-cdis#64)

* update Dockerfile

* update .env files

* Chore/update 0.10.74 (uc-cdis#66)

* update Dockerfile

* update .env files

* update to gen3.2 0.10.74

* Added Loading.tsx component and integrated Suspense (uc-cdis#65)

* Added Loading.tsx component and integrated Suspense

* Moved Loading.tsx to components folder and updated _app.tsx

* update to 0.10.77 (uc-cdis#67)

* update to 0.10.78 (uc-cdis#68)

* add package lock

* update Diacom to Dicom

---------

Co-authored-by: craigrbarnes <[email protected]>
Co-authored-by: Albert Snow <[email protected]>
Co-authored-by: Shawn O'Connor <[email protected]>
Co-authored-by: Shawn O'Connor <[email protected]>
Co-authored-by: Advaith Mahendrakar <[email protected]>

---------

Co-authored-by: craigrbarnes <[email protected]>
Co-authored-by: craigrbarnes <[email protected]>
Co-authored-by: Albert Snow <[email protected]>
Co-authored-by: Shawn O'Connor <[email protected]>
Co-authored-by: Shawn O'Connor <[email protected]>
Co-authored-by: Advaith Mahendrakar <[email protected]>
  • Loading branch information
7 people authored Jan 30, 2025
1 parent d95b61b commit 629df15
Show file tree
Hide file tree
Showing 34 changed files with 19,597 additions and 8,549 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.css
node_modules
56 changes: 56 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
extends: [
'eslint:recommended',
'plugin:jsx-a11y/recommended',
'plugin:react/recommended',
'plugin:react-hooks/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@next/next/recommended',
'prettier',
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 12,
sourceType: 'module',
},
plugins: ['jsx-a11y', 'react', 'react-hooks', '@typescript-eslint'],
rules: {
'@typescript-eslint/no-explicit-any':['warn'],
'no-underscore-dangle': 'off',
'import/prefer-default-export': 'off',
'linebreak-style': ['error', 'unix'],
'@typescript-eslint/quotes': ['warn', 'single'],
quotes: ['warn', 'single'],
'jsx-quotes': ['warn', 'prefer-double'],
semi: ['error', 'always'],
'prefer-destructuring': ['error', { object: true, array: false }],
'react/jsx-fragments': ['warn', 'element'],
// disable these because we're using React 17+ with the jsx transform
'react/jsx-uses-react': 'off',
'react/react-in-jsx-scope': 'off',
},
overrides: [
{
files: ['**/*.tsx'],
rules: {
'react/prop-types': 'off',
},
},
],
settings: {
react: {
version: 'detect',
},
next: {
rootDir: './',
},
},
};
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# misc
.DS_Store
*.pem
.idea

# debug
npm-debug.log*
Expand Down
9 changes: 9 additions & 0 deletions config/bih/alternate_colors/dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"primary": "#009688",
"secondary": "#465451",
"accent": "#cba12c",
"base": "#111111",
"accentWarm": "#892115",
"accentCool": "#255990",
"chart": "#0d95A1"
}
Loading

0 comments on commit 629df15

Please sign in to comment.