src/components/common/_material-overrides-inputs.scss (3 lines): - line 33: // TODO: uncomment for 6.0.9, when fixed - line 46: // TODO: remove below for select 6.0.9 - line 56: // TODO: Cannot use mixins because the mixins deps are 6.0.9 and select is 5.7.2 src/components/Firestore/DocumentEditor/utils.ts (2 lines): - line 156: // TODO: Trying to reference a Firestore Document without a Firestore instance. - line 162: // TODO: The store does not always have a valid DocRef, reconsider. src/components/Firestore/utils.ts (2 lines): - line 184: // TODO: Better date time formatting. - line 240: // TODO: Use UTF-8 encoded byte order instead of localCompare to match Firestore production behavior https://firebase.google.com/docs/firestore/manage-data/data-types src/components/Firestore/Requests/RequestsCard/Table/index.tsx (2 lines): - line 72: {/* TODO: add onSortChange to toggle sorting value when sorting functionality is ready */} - line 134: // TODO: Add support for filtering. src/components/Firestore/index.tsx (2 lines): - line 86: // TODO: do something better here! - line 117: // TODO: move to routing constants src/components/Firestore/Requests/RequestsCard/Header/variables.scss (1 line): - line 18: // TODO: set this variable to 56px when component is developed and src/components/common/Field.tsx (1 line): - line 101: theme, // TODO: 5.0 theme, incompatible with 6.0 remove at 6.0 src/components/Firestore/DocumentPreview/store.tsx (1 line): - line 202: // TODO: Somehow make this look different than a list. src/components/Firestore/Requests/RequestDetails/CodeViewer/index.tsx (1 line): - line 33: // TODO: find a way to remove the CSSProperties cast src/components/Firestore/Requests/rules_evaluation_result_model.ts (1 line): - line 78: // TODO: Add a more cleaned-up version of the detailed info src/components/Database/DatabasePicker.scss (1 line): - line 20: // TODO: File this issue against upstream and get it fixed? src/components/Database/DataViewer/RenameDialog.tsx (1 line): - line 63: // TODO: handle error state src/reconnectingWebSocket.ts (1 line): - line 33: // TODO: Remove Node.js typings from source files for the web. src/components/common/icons.tsx (1 line): - line 126: // TODO: Re-implement outer circle using CSS and dedupe with DatabaseIcon. src/components/Firestore/index.scss (1 line): - line 71: // TODO: Remove this wrapper and merge everything in document into a big list. src/components/Firestore/Collection.tsx (1 line): - line 125: // TODO: create a CollectionSkeleton that the loading+loaded state can utilize src/components/Firestore/Requests/RequestsCard/Table/index.scss (1 line): - line 94: // TODO: remove this style when sorting functionality is ready src/components/common/_material-overrides.scss (1 line): - line 75: // TODO: Use text-transform mixins once RMWC updates to @material/tabs v4.0+ src/components/Firestore/DocumentPreview/api.tsx (1 line): - line 50: // TODO: Better surface this to the user. src/components/Firestore/dialogs/AddDocumentDialog.tsx (1 line): - line 50: // TODO: Validation src/components/Firestore/DocumentEditor/TimestampEditor.tsx (1 line): - line 34: // TODO: update to a date-picker that potentially supports time-zones src/components/Firestore/Requests/index.tsx (1 line): - line 53: {/* TODO: Finish developing the RequestsHeader in order to render it */}