I do not like the "read more" UI #5979
-
|
At the very least, the release notes should fully expand the latest release. Right now, with the new UI it just hides everything which is really not helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 30 replies
-
|
I second that. "Read more" should load the remaining text instead of opening a different page |
Beta Was this translation helpful? Give feedback.
-
|
I concur; would also like to see the latest post in full (including the downloads - how do I "get" the release?) and the following releases in a more compact representation. Perhaps use similar logic to how This release mostly focuses on fixing BGP routing alongside some small ui tweaks.
---
Commits
- ... |
Beta Was this translation helpful? Give feedback.
-
|
Also, the page nav doesn't currently remember the scroll position (it's just a load in, like with React or something), so if you click Read more, scroll down, and then navigate back, you're suddenly lower down the previous page than you were. But really, besides the router code being too basic, this UI dedensification must stop. 1. Click on Read more2. After scrolling down3. Hit the back button |
Beta Was this translation helpful? Give feedback.
-
|
I agree too, the "Read more" UI makes it really hard to find a specific release that introduced a feature by scrolling the releases page (like a changelog). I think Releases is better if it serves as a changelog rather than a summarised changelog. Too much content is hidden under the "Read more" link. |
Beta Was this translation helpful? Give feedback.
-
|
Switched back to old UI in a second. Having to load another page to download assets. No. |
Beta Was this translation helpful? Give feedback.
-
|
We are having discussions about what we can do to improve the experience regarding the list view and the abridged content. We are also actively working on improving the search functionality. The number one reason folks have been bringing up that they want to see the full content is because they rely on searching the text of the page manually to find specific content. It feels to me like if we significantly improve the new search functionality and show unabridged content with highlights on the results page we could significantly improve the overall experience of finding specific details about releases which seems to be the primary user journey we are talking about here. |
Beta Was this translation helpful? Give feedback.
-
|
For my project, the new releases look really broken: I could imagine adding some Markdown tag to control where the preview is split. Furthermore, I don't understand why the latest release should have as much (or as little) space as all other releases. Maybe resizing the size of the latest release could be beneficial. |
Beta Was this translation helpful? Give feedback.
-
|
To present a lot at once, it'd be nice to see the same data we see in the current UI, but with everything collapsed inline instead of different pages.
Even better, when a user expands/contracts one of these two expandos, remember that state. Whenever displaying a release, use the same state as the default so the user doesn't have to repeatedly expand/contract. |
Beta Was this translation helpful? Give feedback.
-
|
In addition to this, it would be nice to have an "expand all" button or maybe just a user setting under "Appearance" that toggles such a feature. Allowing release text to be expanded inline would definitely be better than opening a different page for each one, but having to do this repeatedly still seems a bit tedious and regressive in comparison to the current UI. |
Beta Was this translation helpful? Give feedback.
-
|
As a quick update. We just shipped assets in the list view, which should fix a number of complaints. We are also exploring major changes to how we hide content in the list view and are in the process of doing an engineering spike to determine the exact implementation but are exploring the following
For the last two points we need to do some analysis of performance and determine what is the best path forward |
Beta Was this translation helpful? Give feedback.
-
|
While I do like the overall look and feel of the new releases page, I find the abridged content for the release notes problematic. I feel that it is ultimately the responsibility of the release publisher to determine if abridged release note content is appropriate for their project, not the viewer. Likewise, I have always assumed the contract for release notes was "here is a block of Markdown, and it will be displayed—in full—for both list and detail views"; i.e. it is the release publisher who makes those notes short or long enough to be relevant for a given project. One alternative might be to have a "summary" field associated with releases that can be shown in the list view so release publishers can still control exactly how release notes are displayed. Another admittedly less friendly alternative could be to provide collapsible content sections via markup in the notes themselves. In my opinion, giving up this much control over the release presentation makes the feature less desirable overall: personally I see myself more likely to switch to a manually maintained changelog and hide the releases from the project home page. |
Beta Was this translation helpful? Give feedback.
-
|
Hey all. We've shipped 3 major updates over the last 24 hours.
PTAL We'll have more fixes coming next week including expanding search results by default. Search syntax for searching releases in a repositoryYou can provide text in your search query which will be matched against the title, body, and tag of the repository's releases. You can also combine the following qualifiers to target specific releases.
|
Beta Was this translation helpful? Give feedback.




As a quick update.
We just shipped assets in the list view, which should fix a number of complaints. We are also exploring major changes to how we hide content in the list view and are in the process of doing an engineering spike to determine the exact implementation but are exploring the following
For the last two points we need to do some analysis of performance and determine what is the best path forward