Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: db753387c68e17087debee445fc33a53aed57198
      
https://github.com/zanata/zanata-platform/commit/db753387c68e17087debee445fc33a53aed57198
  Author: kathryngo <kgo...@redhat.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M 
server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/frontend/.storybook-editor/config.js
    M 
server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/frontend/app/components/Link/index.js
    M server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/api/suggestions.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/index.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/ActivitySelectList.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/index.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/CommentBox/CommentBox.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/CommentBox/index.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/LanguageSelectList.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/index.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/SelectButton/SelectButton.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/SelectButton/index.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/SelectButtonList.story.js
    A 
server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    R server/zanata-frontend/src/frontend/app/editor/config/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ActivityTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M 
server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css
    M 
server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
    M server/zanata-frontend/src/frontend/app/editor/index.html
    M server/zanata-frontend/src/frontend/app/editor/index.js
    A server/zanata-frontend/src/frontend/app/editor/messages/en-us.json
    A server/zanata-frontend/src/frontend/app/editor/messages/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    M 
server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.test.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    A 
server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json
    A server/zanata-frontend/src/frontend/messages/README.md
    A server/zanata-frontend/src/frontend/messages/en-us.json
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/yarn.lock
    M server/zanata-war/src/main/webapp/editor/index.xhtml

  Log Message:
  -----------
  feat(ZNTA-1734): create activity tab components in storybook (#407)

Creates the activity tab, but it is commented out on the panel since it still 
needs to be connected to some data.

* ZNTA(1734) added activity tab component to sidebar

* ZNTA(1734) added activity tab language select component to sidebar

* feat(ZNTA-1734) foundation of activity tab in editor (WIP)

* feat(ZNTA-1734) fixed display of glossary search input so it doesn't alter 
the editor sidebar width

* feat(ZNTA-1734) add comment box and styling to editor activity panel

* feat(ZNTA-1734) styling of editor activity panel

* feat(ZNTA-1734) added component for Activity tab feed

* feat(ZNTA-1734) added activity feed components to editor and activity tab 
components to storybook

* feat(ZNTZA-1734) minor changes to storybook and activity tab designs

* feat(ZNTA-1734) add spacing to activity tab fuzzy text

* feat(ZNTA-1734) removed css inconsistencies from editor tabs

* feat(ZNTA-1734) fix width of sidebar in editor to 35% so that the tab 
containers are always the same width

* feat(ZNTA-1734) fix storybook entry for fuzzy revision in activity tab

* feat(ZNTA-1734) refactor and restructure of activity tab stories - content 
selector added

* feat(ZNTA-173): stories for editor activity tab buttons

* feat(ZNTA-1734) added LanguageSelectList component to storybook

* feat(ZNTA-1734) fixed linting errors

* feat(ZNTA-1734) fixed props for ActivityFeed in ActivityTab.js

* feat(ZNTA-1734) fix ActivityFeed props for comments, add date component, 
fixed minor styling issues

* feat(ZNTA-1734-activity) added active props to LanguageSelectList and 
ActivitySelectList

* feat(ZNTA-1734) refactoring of editor sidebar css into variables

* feat(ZNTA-1734) added TODO notes

* feat(ZNTA-1734) minor changes to code as requested in PR

* feat(ZNTA-1734) minor changes to code as requested in PR

* feat(ZNTA-1734) WIP refactor etc for PR

* feat(ZNTA-1734) WIP: status constants for ActivityFeedItem

* feat(ZNTA-1734) WIP: activity feed items component fixes

* feat(ZNTA-1734) moved css variables to sidebar css file so they work

* feat(ZNTA-1734) revert code for working UX and stories

* WIP: I made the intl data stuff work.

* feat(ZNTA-1734): set up react-intl for translatable strings, fix stories

Stories needed module name updates and formatting fixes.
Intl needed to be set up for the messages generated by the new FormattedMessage
components used in the activity tab.

* feat(ZNTA-1734): prevent locale data errors in storybook

* feat(ZNTA-1734): comment out activity tab in sidebar content

Purposely keeping code commented-out since it will be needed soon when
integrating the component to the app.

* feat(ZNTA-1734): update snapshots for SelectButtonList and DateAndTimeDisplay

* feat(ZNTA-1734): clean up comments

* feat(ZNTA-1734): update editor config and link name in activity to profile

The config update simplifies how links to the app are generated (some confusing
code is deleted as a result), and brings editor setup closer to frontend so
it will be easier to merge them some day.

* feat(ZNTA-1734): fix link component and update snapshots

Link component was inadvertantle setting an undefined id value. Simple
fix is just to let id flow through with other props.

* test(frontend): prevent warning during storyshots test

Warning was caused by use of a deprecated API in react-lorem-component,
updated to latest version of that module that no longer uses the
deprecated API.


_______________________________________________
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

Reply via email to