mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #15] [CLOSED] Use React event naming conventions #224
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/15
Author: @orinamio
Created: 2/17/2018
Status: ❌ Closed
Base:
master← Head:change-to-react-event-naming-convention📝 Commits (1)
7a81d41Use React event naming conventions📊 Changes
35 files changed (+90 additions, -90 deletions)
View changed files
📝
bin/components/Button.js(+3 -3)📝
bin/components/ColorButton.js(+3 -3)📝
bin/components/EditableCombobox.js(+3 -3)📝
bin/components/Entry.js(+3 -3)📝
bin/components/FontButton.js(+3 -3)📝
bin/components/MenuBar.js(+3 -3)📝
bin/components/MultilineEntry.js(+3 -3)📝
bin/components/PasswordEntry.js(+3 -3)📝
bin/components/Slider.js(+3 -3)📝
bin/components/Spinbox.js(+3 -3)📝
bin/components/Window.js(+4 -4)📝
docs/README.md(+1 -1)📝
docs/component_APIs/button.md(+2 -2)📝
docs/component_APIs/color_button.md(+2 -2)📝
docs/component_APIs/menu_item.md(+2 -2)📝
docs/component_APIs/picker.md(+1 -1)📝
docs/component_APIs/slider.md(+2 -2)📝
docs/component_APIs/spinbox.md(+2 -2)📝
docs/component_APIs/textinput.md(+2 -2)📝
docs/component_APIs/window.md(+2 -2)...and 15 more files
📄 Description
In React, events are typically called onChange and onClick rather than onChanged and onClicked. Response to
gaearonissue - Use React event naming conventions #9🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.