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

Show full argument by click (+bugfix) #114

Merged
merged 20 commits into from
Jul 1, 2024
Merged

Show full argument by click (+bugfix) #114

merged 20 commits into from
Jul 1, 2024

Conversation

xepozz
Copy link
Member

@xepozz xepozz commented Jun 24, 2024

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC?
image image image

Also fixed firing click event when selecting text

@xepozz xepozz changed the title Show full argument by click Show full argument by click (+bugfix) Jun 24, 2024
@xepozz xepozz requested a review from a team June 24, 2024 12:57
@xepozz xepozz added the status:code review The pull request needs review. label Jun 24, 2024
Base automatically changed from simplify-error-log to master June 27, 2024 18:10
Copy link
Member

@vjik vjik left a comment

Choose a reason for hiding this comment

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

Revert space here:

image

In released version:

image

templates/development.php Outdated Show resolved Hide resolved
templates/development.php Outdated Show resolved Hide resolved
templates/development.php Outdated Show resolved Hide resolved

// toggle code block visibility
callStackItems[i].getElementsByClassName('element-wrap')[0].addEventListener('click', function (event) {
stackItem.querySelector('.show-arguments-toggle')?.addEventListener('click', function (e) {
e.stopPropagation()
Copy link
Member

Choose a reason for hiding this comment

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

Either let's add ; everywhere or remove it everywhere. I'm for adding it.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll add it in the last PR in the sequence

@xepozz xepozz merged commit a960ba5 into master Jul 1, 2024
30 checks passed
@xepozz xepozz deleted the full-arguments branch July 1, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants