[zanata/zanata-platform] 8b5606: feat(ZNTA-1737): set up storybook for EditorSearch...
GitHub
noreply at github.com
Thu Apr 27 04:53:56 UTC 2017
Branch: refs/heads/damason/advanced-search-component/ZNTA-1737
Home: https://github.com/zanata/zanata-platform
Commit: 8b5606e8572d5e30043a40bb29162e43bf3a5b11
https://github.com/zanata/zanata-platform/commit/8b5606e8572d5e30043a40bb29162e43bf3a5b11
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
M server/zanata-frontend/src/frontend/app/editor/components/stories.js
Log Message:
-----------
feat(ZNTA-1737): set up storybook for EditorSearchInput component
Includes some initial tweaking of the component to work in the storybook.
Component is probably still broken in the application since this change
does not attempt to fix it there.
Commit: dd1491f3c51bea41192d8acf1e991617ed2c0773
https://github.com/zanata/zanata-platform/commit/dd1491f3c51bea41192d8acf1e991617ed2c0773
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
Log Message:
-----------
feat(ZNTA-1737): restructure search input component a little
Commit: 588d41b81d6292877b12eccfe6d4697109c28da2
https://github.com/zanata/zanata-platform/commit/588d41b81d6292877b12eccfe6d4697109c28da2
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
Log Message:
-----------
feat(ZNTA-1737): remove redundant search text field
Commit: 8aaf227c92198f2e10b08ce04788e393afb237cc
https://github.com/zanata/zanata-platform/commit/8aaf227c92198f2e10b08ce04788e393afb237cc
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
R server/zanata-frontend/src/frontend/app/editor/actions/search.js
M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
M server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
Log Message:
-----------
feat(ZNTA-1737): remove search box from live application
Temporarily removing this since it needs more complex hooking-up to
work in the app.
Commit: fa57cdc4045b7c5944ecadc037a6cfb8016173b4
https://github.com/zanata/zanata-platform/commit/fa57cdc4045b7c5944ecadc037a6cfb8016173b4
Author: kgough <kgough at redhat.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/app.css
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
Log Message:
-----------
feat(ZNTA-1737): minor css fixes to advanced search
Commit: b27f03613213ea0626f6b543adb66276f11efe11
https://github.com/zanata/zanata-platform/commit/b27f03613213ea0626f6b543adb66276f11efe11
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/app.css
Log Message:
-----------
feat(ZNTA-1737): move css import to appropriate section
Commit: 628a00add9530b8cdca746448229051d3d3aa39d
https://github.com/zanata/zanata-platform/commit/628a00add9530b8cdca746448229051d3d3aa39d
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
Log Message:
-----------
feat(ZNTA-1737): prevent recreating static data each render
Commit: a7006c8071872f46ad98ff0527c0d41488e4964b
https://github.com/zanata/zanata-platform/commit/a7006c8071872f46ad98ff0527c0d41488e4964b
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
Log Message:
-----------
feat(ZNTA-1737): allow show/hide of advanced search fields
Commit: 585f9fae5b7e3a05c6d521cec6c8e4580f7a3aff
https://github.com/zanata/zanata-platform/commit/585f9fae5b7e3a05c6d521cec6c8e4580f7a3aff
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
Log Message:
-----------
feat(ZNTA-1737): add clear-all button to EditorSearchInput
Commit: b0c05d6974f5437f22a7d93098d39bfbee5a45fa
https://github.com/zanata/zanata-platform/commit/b0c05d6974f5437f22a7d93098d39bfbee5a45fa
Author: kgough <kgough at redhat.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
Log Message:
-----------
feat(ZNTA-1737): styling of advanced search buttons
Commit: 64b70b574ea55cf03383b94a778a0e8004a31c43
https://github.com/zanata/zanata-platform/commit/64b70b574ea55cf03383b94a778a0e8004a31c43
Author: David Mason <drdmason at gmail.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
Log Message:
-----------
feat(ZNTA-1737): remove unnecessary component state
Commit: a3bcdaad801a162790f0a1ad0953ae82e99a18c8
https://github.com/zanata/zanata-platform/commit/a3bcdaad801a162790f0a1ad0953ae82e99a18c8
Author: Alex Eng <aeng at redhat.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M server/zanata-frontend/src/frontend/app/components/Notification/component.js
Log Message:
-----------
fix: remove unused import
Compare: https://github.com/zanata/zanata-platform/compare/5d5dbd71a466...a3bcdaad801a
More information about the zanata-commits
mailing list