[zanata/zanata-platform] 02b03a: refactor(ZNTA-2407) isolate frontend container and...

GitHub noreply at github.com
Wed Mar 28 04:07:18 UTC 2018


  Branch: refs/heads/grommet-btn-test
  Home:   https://github.com/zanata/zanata-platform
  Commit: 02b03aac8ce477a9c83d1d1b2a0d5a8a68291b45
      https://github.com/zanata/zanata-platform/commit/02b03aac8ce477a9c83d1d1b2a0d5a8a68291b45
  Author: kathryngo <kgough at redhat.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/.storybook-frontend/config.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js
    M server/zanata-frontend/src/app/components/RejectionsForm/index.js
    M server/zanata-frontend/src/app/components/RejectionsForm/index.less
    M server/zanata-frontend/src/app/components/SelectableDropdown/SelectableDropdown.test.js
    M server/zanata-frontend/src/app/components/SelectableDropdown/index.js
    M server/zanata-frontend/src/app/components/Sidebar/index.jsx
    M server/zanata-frontend/src/app/components/Sidebar/index.less
    M server/zanata-frontend/src/app/components/TMX/TMXExportModal.js
    M server/zanata-frontend/src/app/components/TMX/index.less
    M server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.test.js
    M server/zanata-frontend/src/app/components/TriCheckbox/index.js
    M server/zanata-frontend/src/app/components/TriCheckbox/index.less
    M server/zanata-frontend/src/app/containers/Admin/Review.js
    M server/zanata-frontend/src/app/containers/Admin/index.less
    M server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    M server/zanata-frontend/src/app/containers/Explore/index.less
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/index.js
    M server/zanata-frontend/src/app/containers/Glossary/index.less
    M server/zanata-frontend/src/app/containers/Languages/index.less
    M server/zanata-frontend/src/app/containers/ProjectVersion/index.less
    M server/zanata-frontend/src/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    M server/zanata-frontend/src/app/editor/components/Dropdown/Dropdown.test.js
    M server/zanata-frontend/src/app/editor/components/Dropdown/index.css
    M server/zanata-frontend/src/app/editor/components/Dropdown/index.js
    M server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.css
    M server/zanata-frontend/src/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    M server/zanata-frontend/src/app/editor/components/TranslatingIndicator/index.js
    M server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/app/styles/legacy.less
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  refactor(ZNTA-2407) isolate frontend container and component css (#753)

* refactor(ZNTA-2407) isolate Explore and Admin container css

* refactor(ZNTA-2407) isolate Glossary container css

* refactor(ZNTA-2407) isolate Languages container css

* refactor(ZNTA-2407) WIP: isolate ProjectVersion container css

* refactor(ZNTA-2407) isolate ProjectVersion container css

* refactor(ZNTA-2407) isolate remaining container css

* refactor(ZNTA-2407) container css linting

* refactor(ZNTA-2407) fix scrolling on languages page

* refactor(ZNTA-2407) fix storybook ccss

* refactor(ZNTA-2407) update snapshots and failing tests

* refactor(ZNTA-2407) css changes to isolate frontend css and fix some issues caused during isolation process

* refactor(ZNTA-2407) update failing tests in frontend

* refactor(ZNTA-2407) removed empty line from style.less

* refactor(ZNTA-2407) bug fixes to UI in frontend and editor

* refactor(ZNTA-2407) bug fixes to UI in new editor

* refactor(ZNTA-2407) jsf css fix to dashboard table

* refactor(ZNTA-2407) jsf css fix to dashboard table

* refactor(ZNTA-2407) jsf css fix to UserProfile

* refactor(ZNTA-2407) update failing snapshots for editor

* refactor(ZNTA-2407) css fixes to explore, languages pages and to jsf icon styling

* refactor(ZNTA-2407) css fixes to explore page

* refactor(ZNTA-2407) css linting

* refactor(ZNTA-2407) updated EditorDropdown-content border

* refactor(ZNTA-2407) update EditorDropdown test

* refactor(ZNTA-2407) update EditorDropdown test

* refactor(ZNTA-2407) css fixes to frontend and react editor

* refactor(ZNTA-2407) add ID to fix failing languages tests

* refactor(ZNTA-2407) change ID of languages page so it doesn't conflict with ids used in selenium tests

* refactor(ZNTA-2407) revert language page wrapper ID to class for passing test

* refactor(ZNTA-2407) remove css that is breaking languagelist tests


  Commit: ed821101e3c169dc842ea4e7739dee01dada86ca
      https://github.com/zanata/zanata-platform/commit/ed821101e3c169dc842ea4e7739dee01dada86ca
  Author: kathryngo <kgough at redhat.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/.storybook-frontend/config.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js
    M server/zanata-frontend/src/app/components/RejectionsForm/index.js
    M server/zanata-frontend/src/app/components/RejectionsForm/index.less
    M server/zanata-frontend/src/app/components/SelectableDropdown/SelectableDropdown.test.js
    M server/zanata-frontend/src/app/components/SelectableDropdown/index.js
    M server/zanata-frontend/src/app/components/Sidebar/index.jsx
    M server/zanata-frontend/src/app/components/Sidebar/index.less
    M server/zanata-frontend/src/app/components/TMX/TMXExportModal.js
    M server/zanata-frontend/src/app/components/TMX/index.less
    M server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.test.js
    M server/zanata-frontend/src/app/components/TriCheckbox/index.js
    M server/zanata-frontend/src/app/components/TriCheckbox/index.less
    M server/zanata-frontend/src/app/containers/Admin/Review.js
    M server/zanata-frontend/src/app/containers/Admin/index.less
    M server/zanata-frontend/src/app/containers/Explore/index.less
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/index.js
    M server/zanata-frontend/src/app/containers/Glossary/index.less
    M server/zanata-frontend/src/app/containers/Languages/index.less
    M server/zanata-frontend/src/app/containers/ProjectVersion/index.less
    M server/zanata-frontend/src/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    M server/zanata-frontend/src/app/editor/components/Dropdown/Dropdown.test.js
    M server/zanata-frontend/src/app/editor/components/Dropdown/index.css
    M server/zanata-frontend/src/app/editor/components/Dropdown/index.js
    M server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.css
    M server/zanata-frontend/src/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    M server/zanata-frontend/src/app/editor/components/TranslatingIndicator/index.js
    M server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/app/styles/legacy.less
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  Merge branch 'master' into grommet-btn-test


Compare: https://github.com/zanata/zanata-platform/compare/0e3dcd9ae5bf...ed821101e3c1


More information about the zanata-commits mailing list