feat: move architecture column in session list to the very end #2735
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
This PR reorders the columns in the session list grid. The "Architecture" column has been moved from its previous position to the end of the column list. This change can make it easy to resize the agents column.
Rationale:
The reordering of columns aims to improve the logical flow of information presented to users. By moving the "Architecture" column to the end, it allows for more critical or frequently accessed information to be displayed first, potentially enhancing user experience and efficiency when viewing session details.
Effects:
How to test:
Screenshots:
![image.png](https://camo.githubusercontent.com/4183f7018144ae49a0e0f833b2675f3925da8819f898b3a081416b10fed3a149/68747470733a2f2f67726170686974652d757365722d75706c6f616465642d6173736574732d70726f642e73332e616d617a6f6e6177732e636f6d2f3248756559536446764c38704f42356d677255512f31613362613039382d646435312d346564332d393065642d6631623933366531633366622e706e67)
Checklist: