uui-editor/src/plugins/listPlugin/listPlugin.tsx (2 lines): - line 82: // TODO: recursive check on ul parents for indent - line 110: // TODO: rewrite it uui-editor/src/plugins/imagePlugin/imagePlugin.tsx (2 lines): - line 105: // TODO: make image file upload independent form uploadFilePlugin - line 144: // TODO: get rid of that uui-editor/src/plugins/attachmentPlugin/AttachmentBlock.tsx (2 lines): - line 46: event.preventDefault(); // TODO: check if we need that - line 48: // TODO: remove that, seems like dead code. target doesn't have click and blur uui/components/overlays/DropdownMenu.module.scss (2 lines): - line 4: // TODO: need to revamp - line 146: @include fillColor(var(--uui-text-disabled)); // TODO: need possibility to override - in dark theme neutral 40 uui-editor/src/implementation/StickyToolbar.tsx (2 lines): - line 21: * TODO: refactoring - line 29: * TODO: refactoring uui-build/ts/tasks/docsGen/converters/converterUtils/nodeUtils.ts (1 line): - line 20: // TODO: tests, Record is missed. uui-components/src/overlays/PortalRoot.tsx (1 line): - line 31: // TODO: immprove on server side uui-editor/src/plugins/attachmentPlugin/types.ts (1 line): - line 7: // TODO: the same as name in upload response type, should be removed and normilized than uui-editor/src/SlateEditor.tsx (1 line): - line 92: /** TODO: move to plate */ uui-editor/src/helpers.ts (1 line): - line 49: // TODO: get rid of that uui-docs/src/docBuilderGen/propDetailsBuilders/buildCommonDetails.tsx (1 line): - line 6: const description = prop.comment?.raw?.join('\n').trim(); // TODO: need a better handling next-demo/next-app/src/components/withErrorHandle.tsx (1 line): - line 16: throw new Error('Something went wrong'); // TODO: create meaningful error type to pass error obj properly here uui-editor/src/defaultPlugins.ts (1 line): - line 53: createAutoformatPlugin(), // TODO: should only be enabled if lists plugin listed uui-components/src/inputs/TextArea.tsx (1 line): - line 157: : props?.rawProps?.dir } // TODO: remove after browser bug fix uui/settings.ts (1 line): - line 88: verticalPadding: { // TODO: try to move to size css classes, compare different components uui/components/pickers/DataPickerBody.tsx (1 line): - line 64: // TODO: make separate messages for 'NOT_FOUND' and "NO_RECORDS" reason uui-editor/src/plugins/headerPlugin/headerPlugin.tsx (1 line): - line 11: /** TODO: improve types of header plugin options, AnyObject seems weird */ uui/components/inputs/RadioInput.module.scss (1 line): - line 70: //@include typography-inline(); TODO: ??? uui/components/tables/variables.scss (1 line): - line 23: } // TODO: move vars to specific DataTable components uui-core/src/data/processing/views/tree/treeState/TreeState.ts (1 line): - line 225: * TODO: Add later `selectedOnlyMode: 'tree' | 'flat'. uui-docs/src/commonDocs/colorDocs/colorMap.ts (1 line): - line 23: gray: 'var(--uui-neutral-50)', // TODO: Do we need this? uui-build/rollup/rollup.config.js (1 line): - line 60: // TODO: maybe we need to move it to plugin. uui-editor/src/components.tsx (1 line): - line 44: components[key] = overrideByKey[key]!; // TODO: improve typing epam-assets/theme/variables/6px_grid.scss (1 line): - line 7: //--uui-border-radius: 3px; // TODO: ????? uui-components/src/inputs/TextInput.tsx (1 line): - line 107: : props?.rawProps?.dir, // TODO: remove after browser bug fix uui-editor/src/plugins/deserializeMdPlugin/deserializeMdPlugin.ts (1 line): - line 98: // TODO: move to plate uui-editor/src/implementation/PositionedToolbar.tsx (1 line): - line 23: const editor = useEditorState(); // TODO: use useEditorRef uui/components/overlays/NotificationCard.module.scss (1 line): - line 11: --uui-notification_card-shadow: var(--uui-shadow-level-2); //TODO: may change in the future server/utils/cspUtil.js (1 line): - line 7: // On external server. TODO: probably we should limit to specific pages deployed to CF, not entire CF uui-editor/src/plugins/iframePlugin/iframePlugin.tsx (1 line): - line 19: // TODO: implement iframe resize uui-build/ts/tasks/docsGen/converters/converterUtils/typeUtils.ts (1 line): - line 10: // TODO: review kinds, add tests uui-editor/src/plugins/eventEditorPlugin/eventEditorPlugin.ts (1 line): - line 6: // TODO: move to plate uui-core/src/services/LayoutContext.ts (1 line): - line 53: * TODO: we should remove this part: document.getElementById('main') || document.getElementById('root') uui-editor/src/plugins/tablePlugin/tablePlugin.tsx (1 line): - line 102: // TODO: move to plate uui-editor/src/plugins/toDoListPlugin/toDoListPlugin.tsx (1 line): - line 17: // TODO: implement withOverrides for toggling between lists and todo lists uui-components/src/pickers/PickerToggler.tsx (1 line): - line 199: dir={ browserBugFixDirAuto(value || placeholder) } // TODO: remove after browser bug fix