Oleg Klimenko
Oleg Klimenko
https://github.com/VKCOM/noverify
Добавить в таски, настроить gh actions
Некоторые имена атрибутов в react отличаются от html-представления. Сейчас мы поддерживаем только перевод className в class, но это не единственный такой атрибут (есть еще htmlFor, например). Нужно найти список таких...
- Происследовать ограничения - Подготовить прототип - Согласовать с командой VKUI
Дано: ``` export const IconLeft = ({ ref }: Props) => { const onClick = () => { ref?.current?.scroll({ left: ref.current.scrollLeft - 50, behavior: 'smooth' }); }; return ( );...
- Add a job queue item and cron job for this - Add job to queue if ruleset was changed - Show warning when settings are changed and there are...
Steps to reproduce: - Exclude a table from seating on players manage page - Make a seating on games manage page - Return back to players management and add the...
Example: https://github.com/MahjongPantheon/pantheon/issues/609#issuecomment-2015854090
To update timer, page reload is required. Update button in bottom does not work the way intended.