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

Toolbar: React rewrite and simplification. #5997

Merged
merged 27 commits into from
Oct 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
715bfbc
Toolbar: React rewrite and simplification.
martinpovolny Aug 13, 2019
df8725c
Button: remove unneeded "proc".
martinpovolny Sep 3, 2019
84762dd
Physical server provision button: remove unneeded "onwhen".
martinpovolny Sep 6, 2019
adca55b
ToolbarBuilder: "pressed" is not used in button definitions, "enabled…
martinpovolny Sep 6, 2019
de976a2
Toolbar: work on onClick and pass number of selected items in GTL in …
martinpovolny Sep 6, 2019
4f569bf
Toolbar: style fixes and cleanups.
martinpovolny Sep 10, 2019
d44490f
Toolbars: change custom content to custom toolbar, pass properties, n…
martinpovolny Sep 13, 2019
b40d2a0
Toolbars: DashboardToolbar converted to a React component.
martinpovolny Sep 13, 2019
dbbdac9
Toolbars: TopologyToolbar converted to a React component.
martinpovolny Sep 13, 2019
e0b8a85
Toolbars: Dashboard toolbar visual fixes.
martinpovolny Sep 16, 2019
36bdbe3
Toolbars: simplifications and style fixes.
martinpovolny Sep 16, 2019
c7c2835
Toolbars: fix on-click handler for view buttons.
martinpovolny Sep 18, 2019
e493702
Update patternfly-react for toolbars.
martinpovolny Sep 18, 2019
59df33f
Toolbars: final touches in Dashboard and Topology toolbars.
martinpovolny Sep 18, 2019
6138616
DashboardToolbar: fix dropdown toggle proptypes warnings.
martinpovolny Sep 19, 2019
ba8bba3
Toolbar: make the keepSpinner behavior configurable in individual but…
martinpovolny Sep 20, 2019
34ac87a
Toolbar: cleanup onClick handler.
martinpovolny Sep 20, 2019
1957778
Toolbars: initial work on tests.
martinpovolny Sep 20, 2019
072150d
Toolbars: fix button enabled calculation.
martinpovolny Sep 24, 2019
740f295
Toolbars: update react-ui-components version to include toolbars.
martinpovolny Sep 25, 2019
cdda1e7
Update jest config to handle .css files and .flat call.
martinpovolny Sep 25, 2019
8107e22
Toolbars: work on specs.
martinpovolny Sep 25, 2019
cf5322b
Update jest config to resolve react* from node_modules/*.
martinpovolny Sep 25, 2019
a031851
Toolbars: remove extra console.log statements.
martinpovolny Sep 26, 2019
d82e9a8
Toolbars: remove obsolete angular toolbar specs.
martinpovolny Sep 26, 2019
3274d01
Resolve wrong merge of jest config and fix style issues.
martinpovolny Sep 26, 2019
1fe1acd
Toolbars: update js dependencies to include toolbar fixes.
martinpovolny Oct 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
214 changes: 0 additions & 214 deletions app/assets/javascripts/controllers/toolbar_controller.js

This file was deleted.

Loading