-
Notifications
You must be signed in to change notification settings - Fork 108
Feature/refactor crud2 #835
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
48d0dc5
making crud work
romaninsh 306c4a8
fixes
romaninsh 267e0de
integrated crud into actions
romaninsh 5bb2ce3
Apply fixes from StyleCI
romaninsh b0a4524
init
ibelar dee08b4
Code review
ibelar 1ce4176
update comment
ibelar 78aa0aa
Apply fixes from StyleCI
romaninsh bd1907d
test
ibelar 21e39d7
fix test uri for jsactions.php demo
ibelar 94ee5f1
merge changed
ibelar 95fc5a0
Apply fixes from StyleCI
romaninsh 267b323
update View::on()
ibelar 173e92c
merge
romaninsh e38e0c0
updated
ibelar 966747c
Apply fixes from StyleCI
romaninsh 13826e2
fix typo
ibelar 193522d
update method name
ibelar 3517bd8
improve functionality and demos
ibelar dafb10a
Apply fixes from StyleCI
romaninsh 9ecc0d8
improve demo
ibelar d4fd635
improve demo
ibelar 9ed71c6
Apply fixes from StyleCI
romaninsh fd128a2
improve demo
ibelar bb3f7a3
crud improvements
romaninsh 31ae5d0
wip
romaninsh fc674ff
wip
romaninsh 7c7c52b
Apply fixes from StyleCI
romaninsh 1c67e10
Merge remote-tracking branch 'origin/develop' into feature/refactor-c…
romaninsh 7bb38ca
Merge branch 'feature/refactor-crud2' of github.com:atk4/ui into feat…
romaninsh 3755e3c
action test
ibelar 7e1cef7
Apply fixes from StyleCI
romaninsh 7572d0c
test with getting action
ibelar 3c588d9
Apply fixes from StyleCI
romaninsh 70695a9
change property name
ibelar 17befb7
setup executor from action
ibelar c0003cf
Apply fixes from StyleCI
romaninsh 8a713d9
code cleanup
ibelar eea8fc3
refactor and review
ibelar 8415152
Apply fixes from StyleCI
romaninsh 9ffecb9
clean up
ibelar 89aa909
Merge branch 'feature/refactor-crud2' of https://github.com/atk4/ui i…
ibelar 8ad17d4
add hook callback to crud
ibelar ac31d8c
Apply fixes from StyleCI
romaninsh 40c6a38
adding native action dropdown support into crud
romaninsh 9f1db0f
Apply fixes from StyleCI
romaninsh 113db0a
update demo to contain example of redefining action executor
romaninsh d77dc1a
Apply fixes from StyleCI
romaninsh 3241b97
Added two really nice demo pages (index and actions)
romaninsh f06a182
Merge branch 'feature/refactor-crud2' of github.com:atk4/ui into feat…
romaninsh 658651c
Apply fixes from StyleCI
romaninsh 7a43651
fixed and enhancement
ibelar 29ca167
fix action in wizrd
ibelar 13c9262
add action to menu item
ibelar 575c2b0
add UserConfirmation
ibelar cba1e69
Apply fixes from StyleCI
romaninsh 9d2d94b
hide modal content while reloading
ibelar 6acfa14
refactor
ibelar d42b07f
apply sorting when using action
ibelar e1920f6
Apply fixes from StyleCI
romaninsh 16b9206
remove previous test
ibelar 1c96295
remove tutorial from actions page
ibelar 0dd35ed
fix double factory
ibelar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍