Skip to content

Quiz Attempts list design issue fixes#2653

Merged
Anindra123 merged 12 commits into4.0.0-devfrom
bivas-v4
May 8, 2026
Merged

Quiz Attempts list design issue fixes#2653
Anindra123 merged 12 commits into4.0.0-devfrom
bivas-v4

Conversation

@Anindra123
Copy link
Copy Markdown
Collaborator

No description provided.

@Anindra123 Anindra123 added the 4.0.0 Tutor v4.w0w label May 5, 2026
Comment thread components/Sorting.php Outdated
<?php
$sorting_icon = 'DESC' === $this->order ? Icon::ASCENDING : Icon::DESCENDING;
SvgIcon::make()->name( $sorting_icon )->size( 16 )->color( Color::SECONDARY )->render();
SvgIcon::make()->name( $sorting_icon )->size( $this->icon_size )->color( Color::SECONDARY )->render();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This will be resolved from designers

Comment thread classes/Quiz_Attempts_List.php Outdated
private function get_kebab_button() {
$kebab_button = Button::make()
->icon( Icon::THREE_DOTS_VERTICAL )
->icon( SvgIcon::make()->name( Icon::ELLIPSES )->size( 20 )->get() )
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Only this ->icon( Icon:: ELLIPSES ) should fix the issue.

Comment thread components/Sorting.php Outdated
*/
class Sorting extends BaseComponent {


Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please remove this changes

.tutor-preview-trigger {
display: inline;
position: relative;
@include tutor-text-truncate;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This will break design. We need to find other solution. For now remove this.

@Anindra123 Anindra123 merged commit f7cf2fe into 4.0.0-dev May 8, 2026
10 of 13 checks passed
@Anindra123 Anindra123 deleted the bivas-v4 branch May 8, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.0.0 Tutor v4.w0w

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants