Skip to content

Commit

Permalink
chore(ix): remove resolved TODO notes
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Feb 21, 2025
1 parent 55722d3 commit d8aa431
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions client/src/lit/interactive-example/choice.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ window.addEventListener("message", ({ data }) => {
if (element) {
element.style.cssText = code;
}
// TODO: nice transitions
// TODO: whatever prefixing and validation is going on in bob/editor/js/editor-libs/css-editor-utils.ts
}
});
2 changes: 0 additions & 2 deletions client/src/lit/interactive-example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ export class InteractiveExample extends GleanMixin(LitElement) {

/** @param {MouseEvent} event */
_choiceClick({ target }) {
// TODO: set first choice as default
// TODO: check if tabbing through choices works like before
// TODO: use a different event handler for editor update event
// TODO: deal with update race conditions (editor updates after user clicks on different editor)
if (target instanceof PlayEditor) {
Expand Down
2 changes: 0 additions & 2 deletions client/src/lit/interactive-example/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ tab-wrapper {
.template-choices {
border: 1px solid var(--border-secondary);
border-radius: var(--elem-radius);
// TODO: prototype, needs styling properly
// TODO: will share a lot of styles with tabbed interface, perhaps we make those generic?
display: grid;
grid-template-areas:
"header header"
Expand Down

0 comments on commit d8aa431

Please sign in to comment.