Skip to content

Conversation

ArtemHoruzhenko
Copy link
Collaborator

In this PR key details for all key types were covered

Before After
Screenshot 2025-09-25 at 15 14 49 Screenshot 2025-09-25 at 15 11 46
Screenshot 2025-09-25 at 15 14 56 Screenshot 2025-09-25 at 15 12 00
Screenshot 2025-09-25 at 15 15 04 Screenshot 2025-09-25 at 15 12 56
Screenshot 2025-09-25 at 15 15 13 Screenshot 2025-09-25 at 15 13 05
Screenshot 2025-09-25 at 15 15 21 Screenshot 2025-09-25 at 15 13 12
Screenshot 2025-09-25 at 15 15 28 Screenshot 2025-09-25 at 15 13 23
Screenshot 2025-09-25 at 15 15 32 Screenshot 2025-09-25 at 15 13 30
Screenshot 2025-09-25 at 15 15 37 Screenshot 2025-09-25 at 15 13 35
Screenshot 2025-09-25 at 15 15 42 Screenshot 2025-09-25 at 15 13 41

Copy link

jit-ci bot commented Sep 25, 2025

Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset.

In case there are security findings, they will be communicated to you as a comment inside the PR.

Hope you’ll enjoy using Jit.

Questions? Comments? Want to learn more? Get in touch with us.

Copy link
Contributor

github-actions bot commented Sep 25, 2025

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 82.13% 19994/24344
🟡 Branches 67.5% 8666/12839
🟡 Functions 76.25% 5322/6980
🟢 Lines 82.55% 19575/23712

Test suite run success

5152 tests passing in 677 suites.

Report generated by 🧪jest coverage report action from 652f42b


if (rowIndex === 0) {
const isLastColumn = columns.length - 1 === columnIndex
console.log('____ content', content)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is left by mistake?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, it was planned. ask @valkirilov

import MessageAckPopover from './MessageAckPopover'

import styles from './MessagesView/styles.module.scss'
import {numberWithSpaces} from 'uiSrc/utils/numbers'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is this formatted? I guess format displays it like this:
import { numberWithSpaces } from 'uiSrc/utils/numbers'
also, could be rearanged and moved before styles import.

Copy link
Member

@valkirilov valkirilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job. I've noticed that the numbers in the HASH keys are still using the blue color.

Light Dark
Image Image

@ViktarStarastsenka
Copy link
Collaborator

Nice job. I've noticed that the numbers in the HASH keys are still using the blue color.

Light Dark
Image Image

This should be because of the JSON formatter set for your hashes.

@ArtemHoruzhenko ArtemHoruzhenko merged commit 2f73282 into main Sep 26, 2025
20 of 21 checks passed
@ArtemHoruzhenko ArtemHoruzhenko deleted the fe/feature/RI-7400-change-fonts-color-sizes-across-app branch September 26, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants