You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the notes for areas that could be potentially worked on in the near future. There is a fair amount of overlap with existing issues, and I've tried to note issue numbers when possible. They're a bit rough, as I made them for myself, but I cleaned them up enough that I think they should be understandable on their own.
Deck props intro in general is hard to understand. Most people probably don't care about printer options. This will be one of the first references people find, as Deck is hugely important, so it should be streamlined and niche information be moved to an appropriate spot https://formidable.com/open-source/spectacle/docs/api-reference#deck
Forward up the imperative ref (or maybe just key parts of it) from inside default-deck so users can use it to programmatically control the presentation navigation.
SpectacleThemeOverrides does not allow for arbitrary keys, e.g. for "pink" or "header", even though our old codepen shows that being done - is that not the accepted practice any more?
Since we use styled-components internally, it's hard to use styled-components in the user's own code (because of different ThemeContext, etc). Should it be a peer dependency? (Would be a breaking change, so it would need to be in v10)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here are the notes for areas that could be potentially worked on in the near future. There is a fair amount of overlap with existing issues, and I've tried to note issue numbers when possible. They're a bit rough, as I made them for myself, but I cleaned them up enough that I think they should be understandable on their own.
Docs
url()
? https://formidable.com/open-source/spectacle/docs/props#backgroundDeck
is hugely important, so it should be streamlined and niche information be moved to an appropriate spot https://formidable.com/open-source/spectacle/docs/api-reference#deckPropTypes
, when it's not even used in the source any more https://formidable.com/open-source/spectacle/docs/api-referenceFeatures / Improvements
<Appear>
/<Stepper>
children visible in exportMode (Show<Appear>
children when exportMode is active #1111)Bugs
Beta Was this translation helpful? Give feedback.
All reactions