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
feat(Codebytes): move language selection component disc 354 (#17)
* working version
* update to include gamut styles
* add simple code editor
* add editor container styles
* fix prettier issues
* pass onCopy from parent
* use isIframeProp
* pass down snippets base url from parent
* simple monaco editor
* update tslint for scale
* incorporate review feedback
* fix prettier issues
* default snippets endpoint to empty string
* use rem
* update example text
* use language prop
* add language selection comp
* use colors gray
* remove env file
* run prettier
* change function name to onEdit
* update story names
* comment on change handlers
* update stories
* fix prettier
* pairing session - new props, types, and passing on handler
* use monaco-editor/react package
* update monaco editor package version
* remove comments
* add additional story for language and text not provided
* update text
* update stories
* update stories
* fix typings
* remove gitignore
* use theme navy
* fix linting issues
* update dependencies
* slight change in editorOnMount naming
* fix linting issues
* rename env
* remove eslint comment
* fix lint
* update select
* fix linter error
* use pascal case for language option
* fix lint
* package bump
Co-authored-by: Hailey <[email protected]>
snippetsBaseUrl?: string/* TODO in DISC-353: Determine best way to host and include snippets endpoint for both staging and production in both the monolith and next.js repo. */;
0 commit comments