-
Notifications
You must be signed in to change notification settings - Fork 168
Add column "Created" #562
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
Add column "Created" #562
Conversation
|
@jesec - Would you mind reviewing? |
I'm glad to hear that's the expectation, since that's all I did - do you think you could document this in the contributor guidelines? |
I don't understand how that relates to this PR. |
| hash: <Hash />, | ||
| dateAdded: <Calendar />, | ||
| dateCreated: <CalendarCreated />, | ||
| dateFinished: <Calendar />, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would need a new icon here.
| "torrents.properties.comment": "Comment", | ||
| "torrents.properties.date.added": "Added", | ||
| "torrents.properties.date.created": "Created", | ||
| "torrents.properties.date.finished": "Completed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finished would be more consistent here.
| {id: 'seeds', visible: true}, | ||
| {id: 'dateAdded', visible: true}, | ||
| {id: 'dateCreated', visible: false}, | ||
| {id: 'dateFinished', visible: true}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to display this by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up to you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing you don't want it displayed by default, so I'll change it.
I found myself confused about what was expected of me for the translations, I found it on another PR, and I think it could be documented somewhere in some contributing guidelines |
|
I just realized that while the title said "Created", the code actually adds a "Finished" column. A "Finished" column was added by #565, and we already have a "Created" column (at least for Condensed view). |
Description
Related Issue
Saw it discussed in #360
Screenshots
Types of changes