From 5ee45ee6fc83d15628178445c4723a21ab684f84 Mon Sep 17 00:00:00 2001 From: Rebecca Black Date: Tue, 26 Mar 2024 18:53:39 -0400 Subject: [PATCH] Fix height of viewer component (#5) * 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 (#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 (#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 (#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 (#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 (#82) * updated version number for new release * Making height more dynamic (#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 --- astro-web/src/layouts/Viewer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro-web/src/layouts/Viewer.astro b/astro-web/src/layouts/Viewer.astro index 16ca607..e8ef00f 100644 --- a/astro-web/src/layouts/Viewer.astro +++ b/astro-web/src/layouts/Viewer.astro @@ -31,7 +31,7 @@ const { title, documentName, transcriptionTypes, iiifManifest, documentInfo, thr -
+