Skip to content
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

DRILL-8451: options and profile pages have bad order symbols style #2820

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

rymarm
Copy link
Member

@rymarm rymarm commented Aug 9, 2023

DRILL-8451: options and profile pages have bad order symbols style

Description

"Options" and "Profile" pages have bad order symbols style:

Current:
зображення
зображення

Expected:
зображення

"Options" and "Profile" pages were using Drill own sorting symbols styling instead of dataTables style that is used on all other pages. I've removed outdated black-asc.gif, black-dsc.gif, black-unsorted.gif sorting symbols, and replaced them with dataTable styled symbols.

I also disabled sorting for "value" and "description" columns on "Options" page. Sorting on "value" doesn't work properly due to different types of values, and sorting on the "description" column is just redundant.

Options page

before:
зображення

after:
зображення

Profile page

before:
зображення

after:
зображення

Documentation

None requerid

Testing

Visual check of UI in Firefox and Edge browsers.

@rymarm rymarm requested review from cgivre and jnturton August 9, 2023 12:00
Copy link
Contributor

@cgivre cgivre left a comment

Choose a reason for hiding this comment

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

LGTM +1

@cgivre
Copy link
Contributor

cgivre commented Aug 10, 2023

@rymarm Would you mind please rebasing on current master? There's now a merge conflict as a result of your other PR.

@rymarm rymarm force-pushed the DRILL-8451 branch 2 times, most recently from e384ba2 to 4d98e04 Compare August 11, 2023 13:04
@rymarm
Copy link
Member Author

rymarm commented Aug 11, 2023

@cgivre Sure! Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants