Skip to content

feat: enable text selection on dataset page metadata#4366

Open
xuang7 wants to merge 2 commits intoapache:mainfrom
xuang7:feat/dataset-page-text-selection
Open

feat: enable text selection on dataset page metadata#4366
xuang7 wants to merge 2 commits intoapache:mainfrom
xuang7:feat/dataset-page-text-selection

Conversation

@xuang7
Copy link
Copy Markdown
Contributor

@xuang7 xuang7 commented Apr 11, 2026

What changes were proposed in this PR?

This PR overrides the global * { user-select: none; } rule for specific metadata fields on the dataset page (dataset name, file path, and description) by adding user-select: text to their respective SCSS files, allowing users to select and copy this text.

Demonstration:
dataset-name

Any related issues, documentation, discussions?

Closes #4365

How was this PR tested?

Manually verified

Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude sonnet 4.6

@github-actions github-actions bot added feature frontend Changes related to the frontend GUI labels Apr 11, 2026
@chenlica chenlica requested a review from mengw15 April 11, 2026 03:19
@chenlica
Copy link
Copy Markdown
Contributor

@mengw15 Please review it, possibly your first PR to review as a committer :-)

Copy link
Copy Markdown
Contributor

@mengw15 mengw15 left a comment

Choose a reason for hiding this comment

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

Left a question in the related issue. Maybe other people can give inputs as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature frontend Changes related to the frontend GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable text selection on specific metadata on dataset page

3 participants