-
Notifications
You must be signed in to change notification settings - Fork 44
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
Date is now clickable, if lecture doesn't have a name #1319
Date is now clickable, if lecture doesn't have a name #1319
Conversation
Your Testserver will be ready at https://1319.test.live.mm.rbg.tum.de in a few minutes. Logins
|
Text now shows up in full size if List View is toggled |
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.
Works great in total!
<span class="date" :class="isListView() ? '' : 'text-sm'" | ||
x-text="vod.FriendlyDateStart()"></span> | ||
</a> | ||
</template> | ||
</div> | ||
<button type="button" @click="vod.Dropdown.toggle()" |
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.
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.
Where would you put it?
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 would put it directly to the right of the date, with appropriate padding
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.
But this would cause the button to be at a different position for every entry in the list
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.
That's true... And I don't think this button is very frequently used (those who click on them a lot will probably find them anyway). I'll approve the change and maybe you can deploy this fix along with (after) the test tonight.
* Date is now clickable, if lecture doesn't have a name * Updated date to be normal size if in list view
Motivation and Context
Fixes #1314
Description
If a lecture doesn't have a name, the date is now clickable so you can select them in list view as well.