Issues
- 0
Modals should remain in place or focused on the button that triggers them
#119 opened by stephenlprice - 0
fix postnav sizing for screens larger than mobile, should only take third of page width
#148 opened by stephenlprice - 0
modal should close on 'escape' keyPress events
#116 opened by stephenlprice - 0
add "review" routes only accessible via login for content that is not yet public
#147 opened by stephenlprice - 0
add "publish" metadata that will stop articles under review from being public
#146 opened by stephenlprice - 0
fix navigation with post nav buttons
#144 opened by stephenlprice - 0
update to Gatsby v4
#143 opened by stephenlprice - 0
fix embed code for samples in transition towards a reusable component library
#141 opened by stephenlprice - 0
support captions for a viz, make them navigable when more than one viz is provided
#140 opened by stephenlprice - 0
- 0
redo <Layout/> component so that it uses gatsby's APIs rather than importing it everywhere
#137 opened by stephenlprice - 0
refactor markup to use layout context
#135 opened by stephenlprice - 0
refactor mobile layout for listed articles on /docs/ - the date should appear below the title and the entire element should be hoverable
#134 opened by stephenlprice - 0
add breakpoints-hook to useContext to handle different device layouts for the site
#103 opened by stephenlprice - 0
- 0
write an article on how to write blog posts
#130 opened by stephenlprice - 0
- 0
add a sitemap
#105 opened by stephenlprice - 0
add offline support
#106 opened by stephenlprice - 0
add a manifest file
#107 opened by stephenlprice - 0
add support for light and dark theme
#123 opened by stephenlprice - 0
- 0
add a STORY_POINT_SWITCH event listener to allow for story point navigation and updates
#121 opened by stephenlprice - 0
embedded content should have standard placeholder sizes to reduce page layout shifts
#120 opened by stephenlprice - 0
- 0
viz Details when in Tablet breakpoint should have 'is-mobile' class on columns but not once in smartphone breakpoint
#115 opened by stephenlprice - 0
- 0
refactor all css modules to scss to allow for variable imports and reduce global.scss to essentials
#113 opened by stephenlprice - 0
vizToolbar should be disabled until Tableau content has been initialized
#108 opened by stephenlprice - 0
users should be able to declare and array of vizzes which allows for navigation functionality
#109 opened by stephenlprice - 0
add why-did-you-render dependency for performance improvements and tracking
#102 opened by stephenlprice - 0
VizToolbar needs a help modal
#98 opened by stephenlprice - 0
tables should support horizontal scrolling so they don't smash up on mobile (test with 5+ columns)
#76 opened by stephenlprice - 0
add feature blocks to the landing page
#93 opened by stephenlprice - 0
rework the footer
#94 opened by stephenlprice - 0
add content to landing page
#79 opened by stephenlprice - 0
refactor global.scss to css modules
#89 opened by stephenlprice - 0
add a 404 page
#88 opened by stephenlprice - 0
implement TabScale techniques to 2D scale Tableau components on initialization and resize events
#87 opened by stephenlprice - 0
refactor components with direct DOM manipulation and ad-hoc keys to use best practices
#84 opened by stephenlprice - 0
research GraphQL best practices around declaring fields/variables - implement on post-template and elsewhere as needed
#80 opened by stephenlprice - 0
Make SVGs (undraw.co cartoons and logo) dynamically change color using CSS fill
#77 opened by stephenlprice - 0
Explore should support pagination rather than show all results (maybe a limit of 10 posts per page?)
#75 opened by stephenlprice - 0
Search bars on dropdown and explore should autocomplete and filter listed items
#74 opened by stephenlprice - 0
- 0
- 0
- 0
refactor menuList so that it takes an array of objects as props containing text and a URL "Link" component
#66 opened by stephenlprice - 0
remove support for .md and only keep support for MDX (functionally they are the same but under the hood they use different plugins and add complexity)
#65 opened by stephenlprice - 0
add Table of Contents to .mdx files
#64 opened by stephenlprice