Skip to content

Commit

Permalink
Fix height of viewer component (#5)
Browse files Browse the repository at this point in the history
* trying width and height auto

* resize based on container

* add loading spinner component

* added loading spinner to image and transcription views

* made dropdown and help icon visible on single pane

* initial creation of astro site folder

* built out index page

* added buttons

* updated header

* updated deploy.yml to pull from main

* Create deploy.yml

* Update astro.config.mjs

* adding mdx

* adding getting started section

* increasing responsivity

* add mdx

* resize based on container

* add loading spinner component

* initial creation of astro site folder

* built out index page

* Update astro.config.mjs

* adding mdx

* adding getting started section

* increasing responsivity

* adding project view pages

* Updates to styling and reactiveness (cu-mkp#75)

* trying width and height auto

* resize based on container

* add loading spinner component

* added loading spinner to image and transcription views

* made dropdown and help icon visible on single pane

* improved layout of nav at small widths

* improvement to color of nav row for imageview

* Fixing zoom control and help popup bugs (cu-mkp#78)

* trying width and height auto

* resize based on container

* add loading spinner component

* added loading spinner to image and transcription views

* made dropdown and help icon visible on single pane

* improved layout of nav at small widths

* improvement to color of nav row for imageview

* fixed imageview zoom buttons

* fixed positioning issue of help popup

* fix merge errors in navigation

* Adding astro frontend site (#1)

* trying width and height auto

* resize based on container

* add loading spinner component

* added loading spinner to image and transcription views

* made dropdown and help icon visible on single pane

* initial creation of astro site folder

* built out index page

* added buttons

* updated header

* updated deploy.yml to pull from main

* Create deploy.yml

* Update astro.config.mjs

* configured base in astro config

* changed base in astro config

* updated image links

* add mdx

* resize based on container

* add loading spinner component

* initial creation of astro site folder

* built out index page

* Update astro.config.mjs

* adding mdx

* adding getting started section

* increasing responsivity

* resize based on container

* add loading spinner component

* initial creation of astro site folder

* adding project view pages

* updated version number for new release

* update EC version and tweak viewer layout

* Improved navigation component styling (cu-mkp#79)

* updated navbar styling to adapt to container

* updated stories with 1200px width example

* fixed visibility of "jump to folio" on small widths

* updated some styles for one-pane view

* updated version number for new release (cu-mkp#80)

* Adding astro frontend site (#1)

* trying width and height auto

* resize based on container

* add loading spinner component

* added loading spinner to image and transcription views

* made dropdown and help icon visible on single pane

* initial creation of astro site folder

* built out index page

* added buttons

* updated header

* updated deploy.yml to pull from main

* Create deploy.yml

* Update astro.config.mjs

* configured base in astro config

* changed base in astro config

* updated image links

* add mdx

* resize based on container

* add loading spinner component

* initial creation of astro site folder

* built out index page

* Update astro.config.mjs

* adding mdx

* adding getting started section

* increasing responsivity

* resize based on container

* add loading spinner component

* initial creation of astro site folder

* adding project view pages

* Adding astro frontend site (#1)

* trying width and height auto

* resize based on container

* add loading spinner component

* added loading spinner to image and transcription views

* made dropdown and help icon visible on single pane

* initial creation of astro site folder

* built out index page

* added buttons

* updated header

* updated deploy.yml to pull from main

* Create deploy.yml

* Update astro.config.mjs

* resize based on container

* add loading spinner component

* built out index page

* Update astro.config.mjs

* adding mdx

* adding getting started section

* resize based on container

* add loading spinner component

* update EC version and tweak viewer layout

* Adjusting how height is handled dynamically (cu-mkp#82)

* updated version number for new release

* Making height more dynamic (cu-mkp#81)

* making height fit layout container

* made height fill container when relevant

* fixed async useeffect call

* added story contained in full screen div

* update version number to 0.2.3

* updated to most recent version of viewer

* fleshed out getting started page

* fixed height class of viewer
  • Loading branch information
ajolipa authored Mar 26, 2024
1 parent a141841 commit 5ee45ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-web/src/layouts/Viewer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const { title, documentName, transcriptionTypes, iiifManifest, documentInfo, thr
</h1>
</Container>
</div>
<div class="w-full h-80dvh bg-white">
<div class="w-full h-[80dvh] bg-white">
<EditionCrafter
documentName={documentName}
documentInfo={documentInfo}
Expand Down

0 comments on commit 5ee45ee

Please sign in to comment.