Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting view of ordered signs #479

Merged
merged 3 commits into from
May 15, 2024
Merged

Conversation

Vas9ka
Copy link
Contributor

@Vas9ka Vas9ka commented May 15, 2024

  • Added space between lines
  • Signs are aligned by KWIC
  • Added space after the similar text
  • Underline restored for signs' links
  • Fixed gradient

Vas9ka added 2 commits May 15, 2024 09:53
* Signs are aligned by KWIC
* Added space after similar text
* Underline restored for signs' links
* Fixed gradient
@@ -38,22 +38,44 @@ const SignLists = withData<
const language = sortEra.includes('Babylonian')
? 'Neo-Babylonian'
: 'Neo-Assyrian'
const signIndex = data.findIndex((item) => item.name === sign.name)
const renderSignColumn = (startIndex, endIndex, label) => {
Copy link

Choose a reason for hiding this comment

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

Function renderSignColumn has 30 lines of code (exceeds 25 allowed). Consider refactoring.

Copy link

codeclimate bot commented May 15, 2024

Code Climate has analyzed commit 6834f58 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (75% is the threshold).

This pull request will bring the total coverage in the repository to 91.0% (0.0% change).

View more on Code Climate.

@Vas9ka Vas9ka merged commit b9ee8f1 into master May 15, 2024
12 checks passed
Vas9ka added a commit that referenced this pull request May 15, 2024
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.

1 participant