rolling-scopes / site

πŸ¦₯πŸ›Ό Website supporting The Rolling Scopes and The Rolling Scopes School educational process
https://rollingscopes.com
6 stars 8 forks source link

264-fix: load images for smal window #333

Closed ya6 closed 14 hours ago

ya6 commented 1 week ago

What type of PR is this? (select all that apply)

Description

In my opinion the approach works like a "silver bullet" with the presence of this error

After trying several approaches, in the latest version of the files I suggest:

Related Tickets & Documents

Screenshots, Recordings

Added/updated tests?

Summary by CodeRabbit

coderabbitai[bot] commented 1 week ago

Walkthrough

The recent updates primarily involve enhancements to the Image component and its utility functions to handle image formats better and ensure robust state initialization. Key adjustments include the introduction of a new checkIfSvg utility, changes to the import statements, and additional logic for state handling based on environment variables and image format checks.

Changes

File Change Summary
src/shared/ui/image/image.tsx Updated imports, added checkIfSvg utility, and modified srcSet and sizes state initialization.
src/shared/ui/image/utils/checkIfSvg.ts Introduced a new function to check if an image URL ends with .svg.
src/shared/ui/image/utils/convertToWebp.ts Converted convertToWebp from a default export to a named exported constant.
src/shared/ui/image/utils/generateSizes.ts Modified generateSizes to be a named exported function.
src/shared/ui/image/utils/generateSrcSet.ts Changed generateSrcSet from a default export to a named export.

Sequence Diagrams

Sequence diagrams are not applicable for these changes as they mainly include small adjustments and refactoring rather than new features or complex control flows.

Assessment against linked issues

Objective (Issue #) Addressed Explanation
Fix the error in console when browser window is small (#264) βœ…

Poem

A code so sleek in image fair, To thwart the errors hiding there, With checks for SVGs in sight, And states that initialize just right, For bugs we bid a swift goodbye, As windows small, our code will fly! πŸ°πŸš€


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
github-actions[bot] commented 1 week ago

Qodana for JS

It seems all right πŸ‘Œ

No new problems were found according to the checks applied

πŸ’‘ Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 80 dependencies # Third-party software list This page lists the third-party software dependencies used in project | Dependency | Version | Licenses | |--------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------| | [@next/env](https://www.npmjs.com/package/@next/env) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-gnu](https://www.npmjs.com/package/@next/swc-linux-x64-gnu) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-musl](https://www.npmjs.com/package/@next/swc-linux-x64-musl) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@playwright/test](https://www.npmjs.com/package/@playwright/test) | 1.44.1 | [Apache-2.0](http://www.apache.org/licenses/) | | [@remix-run/router](https://www.npmjs.com/package/@remix-run/router) | 1.16.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@swc/counter](https://www.npmjs.com/package/@swc/counter) | 0.1.3 | [Apache-2.0](http://www.apache.org/licenses/) | | [@swc/helpers](https://www.npmjs.com/package/@swc/helpers) | 0.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [anymatch](https://www.npmjs.com/package/anymatch) | 3.1.3 | [ISC](https://www.isc.org/licenses/) | | [binary-extensions](https://www.npmjs.com/package/binary-extensions) | 2.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [braces](https://www.npmjs.com/package/braces) | 3.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [brcast](https://www.npmjs.com/package/brcast) | 3.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [busboy](https://www.npmjs.com/package/busboy) | 1.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [caniuse-lite](https://www.npmjs.com/package/caniuse-lite) | 1.0.30001616 | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) | | [chokidar](https://www.npmjs.com/package/chokidar) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [classnames](https://www.npmjs.com/package/classnames) | 2.5.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [client-only](https://www.npmjs.com/package/client-only) | 0.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [css-vendor](https://www.npmjs.com/package/css-vendor) | 0.3.8 | [MIT](http://opensource.org/licenses/mit-license.php) | | [dayjs](https://www.npmjs.com/package/dayjs) | 1.11.11 | [MIT](http://opensource.org/licenses/mit-license.php) | | [fill-range](https://www.npmjs.com/package/fill-range) | 7.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [glob-parent](https://www.npmjs.com/package/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/licenses/) | | [graceful-fs](https://www.npmjs.com/package/graceful-fs) | 4.2.11 | [ISC](https://www.isc.org/licenses/) | | [hoist-non-react-statics](https://www.npmjs.com/package/hoist-non-react-statics) | 2.5.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [hyphenate-style-name](https://www.npmjs.com/package/hyphenate-style-name) | 1.0.4 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [immutable](https://www.npmjs.com/package/immutable) | 4.3.5 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-binary-path](https://www.npmjs.com/package/is-binary-path) | 2.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-function](https://www.npmjs.com/package/is-function) | 1.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-glob](https://www.npmjs.com/package/is-glob) | 4.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-in-browser](https://www.npmjs.com/package/is-in-browser) | 1.1.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-number](https://www.npmjs.com/package/is-number) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-plain-object](https://www.npmjs.com/package/is-plain-object) | 2.0.4 | [MIT](http://opensource.org/licenses/mit-license.php) | | [isobject](https://www.npmjs.com/package/isobject) | 3.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [js-tokens](https://www.npmjs.com/package/js-tokens) | 4.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-camel-case](https://www.npmjs.com/package/jss-camel-case) | 6.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-compose](https://www.npmjs.com/package/jss-compose) | 5.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-default-unit](https://www.npmjs.com/package/jss-default-unit) | 8.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-expand](https://www.npmjs.com/package/jss-expand) | 5.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-extend](https://www.npmjs.com/package/jss-extend) | 6.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-global](https://www.npmjs.com/package/jss-global) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-nested](https://www.npmjs.com/package/jss-nested) | 6.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-preset-default](https://www.npmjs.com/package/jss-preset-default) | 4.5.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-props-sort](https://www.npmjs.com/package/jss-props-sort) | 6.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-template](https://www.npmjs.com/package/jss-template) | 1.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-vendor-prefixer](https://www.npmjs.com/package/jss-vendor-prefixer) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss](https://www.npmjs.com/package/jss) | 9.8.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [loose-envify](https://www.npmjs.com/package/loose-envify) | 1.4.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nanoid](https://www.npmjs.com/package/nanoid) | 3.3.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [next](https://www.npmjs.com/package/next) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nextjs-toploader](https://www.npmjs.com/package/nextjs-toploader) | 1.6.12 | [MIT](http://opensource.org/licenses/mit-license.php) | | [normalize-path](https://www.npmjs.com/package/normalize-path) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nprogress](https://www.npmjs.com/package/nprogress) | 0.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [object-assign](https://www.npmjs.com/package/object-assign) | 4.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [picocolors](https://www.npmjs.com/package/picocolors) | 1.0.1 | [ISC](https://www.isc.org/licenses/) | | [picomatch](https://www.npmjs.com/package/picomatch) | 2.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [playwright-core](https://www.npmjs.com/package/playwright-core) | 1.44.1 | [Apache-2.0](http://www.apache.org/licenses/) | | [playwright](https://www.npmjs.com/package/playwright) | 1.44.1 | [Apache-2.0](http://www.apache.org/licenses/) | | [postcss](https://www.npmjs.com/package/postcss) | 8.4.31 | [MIT](http://opensource.org/licenses/mit-license.php) | | [prop-types](https://www.npmjs.com/package/prop-types) | 15.8.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-double-marquee](https://www.npmjs.com/package/react-double-marquee) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-easy-swipe](https://www.npmjs.com/package/react-easy-swipe) | 0.0.21 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-is](https://www.npmjs.com/package/react-is) | 16.13.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-json-pretty](https://www.npmjs.com/package/react-json-pretty) | 2.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-jss](https://www.npmjs.com/package/react-jss) | 8.6.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-responsive-carousel](https://www.npmjs.com/package/react-responsive-carousel) | 3.2.23 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router-dom](https://www.npmjs.com/package/react-router-dom) | 6.23.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router](https://www.npmjs.com/package/react-router) | 6.23.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [readdirp](https://www.npmjs.com/package/readdirp) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [sass](https://www.npmjs.com/package/sass) | 1.77.4 | [Apache-2.0](http://www.apache.org/licenses/) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.19.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.23.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [source-map-js](https://www.npmjs.com/package/source-map-js) | 1.2.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [streamsearch](https://www.npmjs.com/package/streamsearch) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [styled-jsx](https://www.npmjs.com/package/styled-jsx) | 5.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [theming](https://www.npmjs.com/package/theming) | 1.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [to-regex-range](https://www.npmjs.com/package/to-regex-range) | 5.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | [0BSD](http://landley.net/toybox/license.html) | | [warning](https://www.npmjs.com/package/warning) | 3.0.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
Quiddlee commented 4 days ago

Please, merge master branch

github-actions[bot] commented 3 days ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 3 days ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 3 days ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 2 days ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 2 days ago

Lighthouse Report:

View detailed report

ya6 commented 2 days ago

In my opinion the approach works like a "silver bullet" with the presence of this error After trying several approaches, in the latest version of the files I suggest:

github-actions[bot] commented 2 days ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 1 day ago

Qodana for JS

It seems all right πŸ‘Œ

No new problems were found according to the checks applied

πŸ’‘ Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 82 dependencies # Third-party software list This page lists the third-party software dependencies used in project | Dependency | Version | Licenses | |--------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------| | [@next/env](https://www.npmjs.com/package/@next/env) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-gnu](https://www.npmjs.com/package/@next/swc-linux-x64-gnu) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-musl](https://www.npmjs.com/package/@next/swc-linux-x64-musl) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@playwright/test](https://www.npmjs.com/package/@playwright/test) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [@remix-run/router](https://www.npmjs.com/package/@remix-run/router) | 1.17.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@swc/counter](https://www.npmjs.com/package/@swc/counter) | 0.1.3 | [Apache-2.0](http://www.apache.org/licenses/) | | [@swc/helpers](https://www.npmjs.com/package/@swc/helpers) | 0.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [anymatch](https://www.npmjs.com/package/anymatch) | 3.1.3 | [ISC](https://www.isc.org/licenses/) | | [binary-extensions](https://www.npmjs.com/package/binary-extensions) | 2.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [braces](https://www.npmjs.com/package/braces) | 3.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [brcast](https://www.npmjs.com/package/brcast) | 3.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [busboy](https://www.npmjs.com/package/busboy) | 1.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [caniuse-lite](https://www.npmjs.com/package/caniuse-lite) | 1.0.30001616 | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) | | [chokidar](https://www.npmjs.com/package/chokidar) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [class-variance-authority](https://www.npmjs.com/package/class-variance-authority) | 0.7.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [classnames](https://www.npmjs.com/package/classnames) | 2.5.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [client-only](https://www.npmjs.com/package/client-only) | 0.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [clsx](https://www.npmjs.com/package/clsx) | 2.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [css-vendor](https://www.npmjs.com/package/css-vendor) | 0.3.8 | [MIT](http://opensource.org/licenses/mit-license.php) | | [dayjs](https://www.npmjs.com/package/dayjs) | 1.11.11 | [MIT](http://opensource.org/licenses/mit-license.php) | | [fill-range](https://www.npmjs.com/package/fill-range) | 7.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [glob-parent](https://www.npmjs.com/package/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/licenses/) | | [graceful-fs](https://www.npmjs.com/package/graceful-fs) | 4.2.11 | [ISC](https://www.isc.org/licenses/) | | [hoist-non-react-statics](https://www.npmjs.com/package/hoist-non-react-statics) | 2.5.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [hyphenate-style-name](https://www.npmjs.com/package/hyphenate-style-name) | 1.0.4 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [immutable](https://www.npmjs.com/package/immutable) | 4.3.5 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-binary-path](https://www.npmjs.com/package/is-binary-path) | 2.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-function](https://www.npmjs.com/package/is-function) | 1.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-glob](https://www.npmjs.com/package/is-glob) | 4.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-in-browser](https://www.npmjs.com/package/is-in-browser) | 1.1.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-number](https://www.npmjs.com/package/is-number) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-plain-object](https://www.npmjs.com/package/is-plain-object) | 2.0.4 | [MIT](http://opensource.org/licenses/mit-license.php) | | [isobject](https://www.npmjs.com/package/isobject) | 3.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [js-tokens](https://www.npmjs.com/package/js-tokens) | 4.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-camel-case](https://www.npmjs.com/package/jss-camel-case) | 6.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-compose](https://www.npmjs.com/package/jss-compose) | 5.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-default-unit](https://www.npmjs.com/package/jss-default-unit) | 8.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-expand](https://www.npmjs.com/package/jss-expand) | 5.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-extend](https://www.npmjs.com/package/jss-extend) | 6.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-global](https://www.npmjs.com/package/jss-global) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-nested](https://www.npmjs.com/package/jss-nested) | 6.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-preset-default](https://www.npmjs.com/package/jss-preset-default) | 4.5.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-props-sort](https://www.npmjs.com/package/jss-props-sort) | 6.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-template](https://www.npmjs.com/package/jss-template) | 1.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-vendor-prefixer](https://www.npmjs.com/package/jss-vendor-prefixer) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss](https://www.npmjs.com/package/jss) | 9.8.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [loose-envify](https://www.npmjs.com/package/loose-envify) | 1.4.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nanoid](https://www.npmjs.com/package/nanoid) | 3.3.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [next](https://www.npmjs.com/package/next) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nextjs-toploader](https://www.npmjs.com/package/nextjs-toploader) | 1.6.12 | [MIT](http://opensource.org/licenses/mit-license.php) | | [normalize-path](https://www.npmjs.com/package/normalize-path) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nprogress](https://www.npmjs.com/package/nprogress) | 0.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [object-assign](https://www.npmjs.com/package/object-assign) | 4.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [picocolors](https://www.npmjs.com/package/picocolors) | 1.0.1 | [ISC](https://www.isc.org/licenses/) | | [picomatch](https://www.npmjs.com/package/picomatch) | 2.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [playwright-core](https://www.npmjs.com/package/playwright-core) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [playwright](https://www.npmjs.com/package/playwright) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [postcss](https://www.npmjs.com/package/postcss) | 8.4.31 | [MIT](http://opensource.org/licenses/mit-license.php) | | [prop-types](https://www.npmjs.com/package/prop-types) | 15.8.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-double-marquee](https://www.npmjs.com/package/react-double-marquee) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-easy-swipe](https://www.npmjs.com/package/react-easy-swipe) | 0.0.21 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-is](https://www.npmjs.com/package/react-is) | 16.13.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-json-pretty](https://www.npmjs.com/package/react-json-pretty) | 2.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-jss](https://www.npmjs.com/package/react-jss) | 8.6.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-responsive-carousel](https://www.npmjs.com/package/react-responsive-carousel) | 3.2.23 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router-dom](https://www.npmjs.com/package/react-router-dom) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router](https://www.npmjs.com/package/react-router) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [readdirp](https://www.npmjs.com/package/readdirp) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [sass](https://www.npmjs.com/package/sass) | 1.77.6 | [Apache-2.0](http://www.apache.org/licenses/) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.19.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.23.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [source-map-js](https://www.npmjs.com/package/source-map-js) | 1.2.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [streamsearch](https://www.npmjs.com/package/streamsearch) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [styled-jsx](https://www.npmjs.com/package/styled-jsx) | 5.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [theming](https://www.npmjs.com/package/theming) | 1.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [to-regex-range](https://www.npmjs.com/package/to-regex-range) | 5.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | [0BSD](http://landley.net/toybox/license.html) | | [warning](https://www.npmjs.com/package/warning) | 3.0.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
github-actions[bot] commented 1 day ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 1 day ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 15 hours ago

Lighthouse Report:

View detailed report