Skip to content

Conversation

ArtemHoruzhenko
Copy link
Collaborator

Fixed error handling during index creation
In additional fixed create index layout

Before After
Screenshot 2025-10-07 at 16 10 15 Screenshot 2025-10-07 at 16 09 15

Copy link
Contributor

github-actions bot commented Oct 7, 2025

Code Coverage - Backend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 92.33% 13849/14999
🟡 Branches 74.1% 4177/5637
🟢 Functions 85.82% 2131/2483
🟢 Lines 92.13% 13238/14369

Test suite run success

2952 tests passing in 286 suites.

Report generated by 🧪jest coverage report action from 4292825

Copy link
Contributor

github-actions bot commented Oct 7, 2025

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 82.14% 20040/24398
🟡 Branches 67.49% 8673/12851
🟡 Functions 76.24% 5333/6995
🟢 Lines 82.56% 19619/23764

Test suite run success

5162 tests passing in 677 suites.

Report generated by 🧪jest coverage report action from 4292825

<Spacer size="xl" />
</StyledHeader>
<HorizontalRule margin="xs" />
<Divider colorVariable="separatorColor" className={styles.divider} />
Copy link
Collaborator

Choose a reason for hiding this comment

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

why move back to the divider? importing the styles from the browser add-key seems wrong to me.

Copy link
Collaborator

Choose a reason for hiding this comment

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

if it is just the color for the horizontal rule, this could have been adjusted ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@dantovska I moved to the same component we use for delimiter in other places.
Agree about styles... ctrl+c - ctrl+v... will fix it

@ArtemHoruzhenko ArtemHoruzhenko merged commit 24280ac into main Oct 9, 2025
28 of 30 checks passed
@ArtemHoruzhenko ArtemHoruzhenko deleted the bugfix/RI-7625-handle-error-no-such-index-error branch October 9, 2025 06:26
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.

3 participants