Skip to content

Prepare for the release v2025.05.08.1 #335

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

Merged
merged 22 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b071d2d
Explore circuits - json and api (#297)
loris-olivier-obi May 1, 2025
127f28e
Creation of single circuit page base (#304)
loris-olivier-obi May 1, 2025
f811075
Added the header content of the detail view with metadata and paramet…
loris-olivier-obi May 1, 2025
125cee9
Circuit detail view hero image preview section (#307)
loris-olivier-obi May 2, 2025
5bebbe7
Removed currency dropdown (#287)
loris-olivier-obi May 5, 2025
5909389
Componisation of circuit table (#308)
loris-olivier-obi May 5, 2025
953171c
Circuit detail view fixed the typo in fetching individual circuits (#…
loris-olivier-obi May 5, 2025
85b01a3
Changed the name of the api circuit for explore-circuits (#312)
loris-olivier-obi May 5, 2025
1c7b827
Circuit detail view bottom sections (#311)
loris-olivier-obi May 6, 2025
a58b50a
Fixed the circuit count (#315)
loris-olivier-obi May 6, 2025
5b2a36c
Fix circuit layout (#317)
pgetta May 6, 2025
5951646
Fix detailed view scroll and top level layout (#318)
pgetta May 6, 2025
ad1c2f8
Added reset search input when closing search bar (#321)
loris-olivier-obi May 6, 2025
eb4973d
Fix simulate page filter (#323)
g-bar May 7, 2025
3ada413
Fix all lint issues (#324)
tolokoban May 7, 2025
dbd7852
189/prevent emails not approved by insurance (#326)
tolokoban May 7, 2025
63a0be6
Removed the component of search bar and filter options (#325)
loris-olivier-obi May 7, 2025
6352839
remove redandunt imports
bilalesi May 7, 2025
2d857c0
Subcircuit issue with download (#327)
loris-olivier-obi May 7, 2025
3ca87aa
Fix subcircuit url in two cases (#332)
loris-olivier-obi May 8, 2025
eb2b355
Fix download for 3rd depth level subcircuits (#333)
loris-olivier-obi May 8, 2025
3272d72
Use both @id and @id.keyword fields for query (#331)
pgetta May 8, 2025
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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.vscode/
__tests__/**/*.json
/src/env.mjs
/public
6 changes: 6 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ const nextConfig = {
port: '',
pathname: '/images/**',
},
{
protocol: 'https',
hostname: 'openbluebrain.s3.us-west-2.amazonaws.com',
port: '',
pathname: '/**',
},
],
},
};
Expand Down
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"react-markdown": "^9.0.3",
"react-pdf": "^7.7.0",
"react-plotly.js": "^2.6.0",
"react-resizable": "^3.0.5",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.6.1",
"sharp": "^0.33.5",
Expand All @@ -125,6 +126,7 @@
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"@types/react-plotly.js": "^2.6.0",
"@types/react-resizable": "^3.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down
1 change: 1 addition & 0 deletions public/circuits/ALL_CIRCUITS.json

Large diffs are not rendered by default.

Loading