Skip to content

Quiz Attempts list design issue fixes#2653

Open
Anindra123 wants to merge 6 commits into4.0.0-devfrom
bivas-v4
Open

Quiz Attempts list design issue fixes#2653
Anindra123 wants to merge 6 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
<?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

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.

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