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

feat(browser-starfish): create basic image view #58785

Merged
merged 7 commits into from
Oct 26, 2023

Conversation

DominikB2014
Copy link
Contributor

@DominikB2014 DominikB2014 commented Oct 25, 2023

Sorry about the large PR 😅 This works towards #58723

  1. moved some code around to divide JS/CSS view with Image (this is where the bulk of the code changes are)
  2. Creates basic image view (this still needs a bunch of work)
    image
  3. Rename Javascript/Stylesheets to JS/CSS/Fonts (This will probs have to revisted again)
  4. Other misc changes to support the 3 changes above.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 25, 2023
@DominikB2014 DominikB2014 marked this pull request as ready for review October 26, 2023 18:59
@DominikB2014 DominikB2014 requested a review from a team October 26, 2023 18:59
Comment on lines -1 to -5
function ImageResourceView() {
return <div>Add a sample table here, with some filters</div>;
}

export default ImageResourceView;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved this file to resources/imageView/index

@DominikB2014 DominikB2014 changed the title wip feat(browser-starfish): create basic image view Oct 26, 2023
@DominikB2014 DominikB2014 enabled auto-merge (squash) October 26, 2023 20:17
…/useIndexedResourcesQuery.ts

Co-authored-by: Abhijeet Prasad <[email protected]>
@DominikB2014 DominikB2014 merged commit aec9e40 into master Oct 26, 2023
40 checks passed
@DominikB2014 DominikB2014 deleted the DominikB2014/image-view branch October 26, 2023 20:56
@AbhiPrasad AbhiPrasad added this to the Resource Module Internal milestone Oct 27, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants