[zanata/zanata-platform] 365926: Create advanced search input component (ZNTA-1737)...

GitHub noreply at github.com
Mon May 1 08:04:50 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 365926b318604d9cbc0fabf85638e5453bd86ec2
      https://github.com/zanata/zanata-platform/commit/365926b318604d9cbc0fabf85638e5453bd86ec2
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    A 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
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/translations/template.pot

  Log Message:
  -----------
  Create advanced search input component (ZNTA-1737) (#290)

* feat(ZNTA-1737): add advanced search to react editor

* feat(ZNTA-1737): editor advanced search positioning and styling

Rebased with conflicts in Root/index.css, and index.js.

* feat(ZNTA-1737): styling for advanced search in editor

* feat(ZNTA-1737): move EditorSearchInput component to editor directory

* feat(ZNTA-1737): adding search modal

Rebased with conflicts in ControlsHeader.js

* feat(ZNTA-1737): panel dropdown for editor search

* feat(ZNTA-1737): add advanced search panel to editor

Rebased with conflicts in index.css
May have inadvertantly added a css rule where it was ambiguous.

* feat(ZNTA-1737): add advanced search panel styling to editor

* feat(ZNTA-1737): remove outline from button on focus in editor

Bootstrap override

* feat(ZNTA-1737): remove search modal references

* feat(ZNTA-1737): remove references to redundant container

* feat(ZNTA-1737): set absolute positioning for advanced search panel

* feat(ZNTA-1737): make advanced search appear on top of header menu in mobile view

* feat(ZNTA-1737): rename functions and action types for advanced search

* feat(ZNTA-1737): remove unused props

* feat(ZNTA-1737): fix prop reference in ControlsHeader

The action was nested in this.props.actions but was being used as though
it was on this.props

* feat(ZNTA-1737): fix some React render warnings

* 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.

* feat(ZNTA-1737): restructure search input component a little

* feat(ZNTA-1737): remove redundant search text field

* feat(ZNTA-1737): remove search box from live application

Temporarily removing this since it needs more complex hooking-up to
work in the app.

* feat(ZNTA-1737): minor css fixes to advanced search

* feat(ZNTA-1737): move css import to appropriate section

* feat(ZNTA-1737): prevent recreating static data each render

* fix: remove unused import

* feat(ZNTA-1737): allow show/hide of advanced search fields

* feat(ZNTA-1737): add clear-all button to EditorSearchInput

* feat(ZNTA-1737): styling of advanced search buttons

* feat(ZNTA-1737): remove unnecessary component state

* fix(css): remove less variable from css file

* test(ZNTA-1737): add test for EditorSearchInput




More information about the zanata-commits mailing list