Skip to content

Add documentation for the Neo4j plugin#514

Merged
Ostrzyciel merged 2 commits intomainfrom
GH-507/neo4j-docs
Aug 27, 2025
Merged

Add documentation for the Neo4j plugin#514
Ostrzyciel merged 2 commits intomainfrom
GH-507/neo4j-docs

Conversation

@Ostrzyciel
Copy link
Member

Issue: #507

Currently the supported version range is 5.20–5.20 which looks a bit silly, but we will update that once we establish the lower bound.

Issue: #507

Currently the supported version range is 5.20–5.20 which looks a bit silly, but we will update that once we establish the lower bound.
@Ostrzyciel
Copy link
Member Author

The link checker is reporting 2 URLs that must be broken until we make the release.

@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@niegrzybkowski niegrzybkowski left a comment

Choose a reason for hiding this comment

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

Nitpicks and css shenanigans which would be good to fix


.jelly-table-tight + div > div > table td, th {
padding-left: 0.5em !important;
padding-right: 0.5em !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm guessing this is so the table doesn't need a horizontal scrollbar, but on my PC it still shows up, which is not the best look on the first page.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looking at the CSS, it's probably because the th has min-width pinned at at 5rem

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think there is a way around this, entirely. The way table sizing works in HTML is... complicated and bad. This simply increases the chances that stuff will fit into the table and be visible, at least.

There are complex hacks around this, but do we really need it?

Copy link
Contributor

Choose a reason for hiding this comment

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

image

It's not critical but I think it looks kinda ugly

Copy link
Contributor

Choose a reason for hiding this comment

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

Changing it to min-width: 4rem works

@niegrzybkowski niegrzybkowski self-requested a review August 27, 2025 12:59
@Ostrzyciel Ostrzyciel enabled auto-merge (squash) August 27, 2025 14:24
@Ostrzyciel Ostrzyciel merged commit 87a7dee into main Aug 27, 2025
10 of 11 checks passed
@Ostrzyciel Ostrzyciel deleted the GH-507/neo4j-docs branch August 27, 2025 14: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.

2 participants