Homework list portal#91
Open
IvanDetch wants to merge 7 commits into
Open
Conversation
added 7 commits
March 11, 2025 23:07
feat: modify style App.css feat: modify package.json feat: modify webpack.config.json
…f, transactionFull, addToCartButton, cartItem, productBrief, productFull.
feat: (i18n) wrap stories with LocalizationProvider refactor: (header) memoize Header and group controls chore: (storybook) migrate Header stories to CSF3 render feat: (modal) autofocus input on open via useRef perf: (ui) memoize LanguageToggle and ThemeToggle
feat(ui/modal): implement portal mount to body with ESC close and backdrop click feat(lib): add random data generators for Product and Operation feat(ecommerce/product-list): render products array via ProductBrief feat(ecommerce/product-list): append items by "show more" button feat(ecommerce/product-list): auto-load next page via IntersectionObserver feat(finance/operation): add Operation and OperationFull components feat(finance/operation-list): implement infinite list with IO and "show more" feat(storybook): add ProductList playground with generatedCount and pageSize controls feat(storybook): add OperationList playground with generatedCount and pageSize controls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task: https://otus.ru/learning/335195/#/homework-chat/37430/



Screenshots:
Deploy: https://github.com/IvanDetch/IvanDetch.github.io/tree/homework-list-portal
Score: 10 / 10
-[x] Модальное окно (1 балл)
-[x] Компонент списка товаров/операций (2 балла)
-[x] Динамическое добавление товаров/операций (3 балла)
-[x] Новые операции добавляются с помощью IntersectionObserver (4 балла)