Add todos

This commit is contained in:
Tanya Fomina 2024-05-04 21:37:18 +03:00
parent 7f053d960a
commit 17982a60f1
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@ import { HintPosition } from '../../hint';
* @todo move nodes initialization to constructor
* @todo replace multiple make() usages with constructing separate instances
* @todo split regular popover item and popover item with confirmation to separate classes
* @todo display icon on the right side of the item for rtl languages
*/
export class PopoverItemDefault extends PopoverItem {
/**

View file

@ -12,6 +12,8 @@ import { PopoverItemHtml } from './components/popover-item/popover-item-html/pop
/**
* Desktop popover.
* On desktop devices popover behaves like a floating element. Nested popover appears at right or left side.
*
* @todo support rtl for nested popovers and search
*/
export class PopoverDesktop extends PopoverAbstract {
/**