-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Modularize frontend architecture and remove ORCA code #33
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
Changes from 29 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
314b754
update branding and add more repos
aboydnw 742d8f1
chore: cleanup PR for review
aboydnw ac82338
fix: resolve ruff linting and formatting errors
aboydnw 4480750
updated data
aboydnw 3dbada0
add filtering
aboydnw 6b14cc2
add vite
aboydnw 46034a5
break out modules from index.js
aboydnw 33a24bb
fix hover state offset
aboydnw 13c2c86
additional metrics
aboydnw e22d8e1
add community metrics for relevant repos
aboydnw 1287ea1
modularize the repo details panels, config, and styles
aboydnw d365bbc
extract state management and simulations
aboydnw 550cf5e
fix bugs from re-architecture
aboydnw 089f031
fix repo info card styling
aboydnw ec63e94
Merge main into update-frontend-architecture
aboydnw 5b01b74
remove ORCA specific code and update names to be more generic
aboydnw 1eb3fb4
remove vite
aboydnw 1a1d39f
remove vite and address code review changes
aboydnw be00dfa
bug fixes after removing vite
aboydnw 8c9cb56
fix title
aboydnw cc9a0ce
add back zoom
aboydnw b257c47
fix: remove node_modules from git tracking and add to .gitignore
aboydnw 648c94b
add node modules to gitignore
aboydnw 8047f6d
address merge conflicts
aboydnw b70bc3c
fix zoom
aboydnw fdbc504
clean up zoom action
aboydnw c9b1948
fix build error
aboydnw 85f9be4
fix build errors
aboydnw ab969c6
file structure fixes
aboydnw f94b7f6
remove other ds stores
aboydnw 782d2bb
project folder restructure
aboydnw 378210a
ci: add a build check
gadomski 9944f6c
fix: data locations
gadomski a2ebdc7
fix: build ci
gadomski e185369
fix: pages ci
gadomski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -215,3 +215,8 @@ __marimo__/ | |
| # Streamlit | ||
| .streamlit/secrets.toml | ||
|
|
||
| # Node.js | ||
| node_modules/ | ||
|
|
||
| # macOS | ||
| .DS_Store | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.