From df5f1376140afe591565481d5d2c916e1ae693f2 Mon Sep 17 00:00:00 2001 From: Alex Eng Date: Thu, 12 Oct 2017 09:17:11 +1000 Subject: [PATCH] chore: move frontend directory a level up --- server/zanata-frontend/.gitignore | 8 ++++---- server/zanata-frontend/README.md | 2 +- server/zanata-frontend/pom.xml | 4 ++-- server/zanata-frontend/src/{frontend => }/.babelrc | 0 .../src/{frontend => }/.csscomb.json | 0 .../src/{frontend => }/.eslintignore | 0 server/zanata-frontend/src/{frontend => }/.eslintrc | 0 .../zanata-frontend/src/{frontend => }/.flowconfig | 0 .../src/{frontend => }/.jsbeautifyrc | 0 server/zanata-frontend/src/{frontend => }/.jshintrc | 0 server/zanata-frontend/src/{frontend => }/.nvmrc | 0 .../src/{frontend => }/.storybook-editor/README.md | 0 .../__snapshots__/storyshots-editor.test.js.snap | 0 .../src/{frontend => }/.storybook-editor/addons.js | 0 .../src/{frontend => }/.storybook-editor/config.js | 0 .../{frontend => }/.storybook-editor/storybook.css | 0 .../.storybook-editor/storyshots-editor.test.js | 0 .../.storybook-editor/storyshots-util.js | 0 .../.storybook-editor/webpack.config.js | 0 .../{frontend => }/.storybook-frontend/README.md | 0 .../__snapshots__/storyshots-frontend.test.js.snap | 0 .../{frontend => }/.storybook-frontend/addons.js | 0 .../{frontend => }/.storybook-frontend/config.js | 0 .../.storybook-frontend/storybook.less | 0 .../.storybook-frontend/storyshots-frontend.test.js | 0 .../.storybook-frontend/webpack.config.js | 0 .../zanata-frontend/src/{frontend => }/.stylelintrc | 0 .../src/{frontend => }/.yarn-version | 0 server/zanata-frontend/src/{frontend => }/.yarnrc | 0 server/zanata-frontend/src/{frontend => }/README.md | 0 .../src/{frontend => }/__mocks__/cssMock.js | 0 .../{frontend => }/__mocks__/mockAngularGettext.js | 0 .../{frontend => }/app/actions/common-actions.js | 0 .../{frontend => }/app/actions/explore-actions.js | 0 .../{frontend => }/app/actions/glossary-actions.js | 0 .../src/{frontend => }/app/actions/index.js | 0 .../{frontend => }/app/actions/languages-actions.js | 0 .../{frontend => }/app/actions/profile-actions.js | 0 .../{frontend => }/app/actions/review-actions.js | 0 .../src/{frontend => }/app/actions/tmx-actions.js | 0 .../app/actions/version-action-types.js | 0 .../{frontend => }/app/actions/version-actions.js | 0 .../app/actions/version-actions.test.js | 0 .../app/components/Alert/Alert.story.js | 0 .../app/components/Badge/Badge.story.js | 0 .../app/components/Breadcrumbs/Breadcrumbs.story.js | 0 .../app/components/Button/Button.story.js | 0 .../DraggableVersionPanels.test.js | 0 .../app/components/DraggableVersionPanels/index.js | 0 .../app/components/Dropdown/Dropdown.story.js | 0 .../components/EditableText/EditableText.story.js | 0 .../app/components/EditableText/index.js | 0 .../app/components/Form/Form.story.js | 0 .../app/components/Icon/Icon.story.js | 0 .../{frontend => }/app/components/Icon/index.jsx | 0 .../{frontend => }/app/components/Icons/Readme.md | 2 +- .../app/components/Icons/index.jsx.src | 0 .../app/components/Icons/svgs/Icon-admin.svg | 0 .../app/components/Icons/svgs/Icon-all.svg | 0 .../app/components/Icons/svgs/Icon-assign.svg | 0 .../app/components/Icons/svgs/Icon-attach.svg | 0 .../app/components/Icons/svgs/Icon-block.svg | 0 .../Icons/svgs/Icon-chevron-down-double.svg | 0 .../app/components/Icons/svgs/Icon-chevron-down.svg | 0 .../app/components/Icons/svgs/Icon-chevron-left.svg | 0 .../components/Icons/svgs/Icon-chevron-right.svg | 0 .../Icons/svgs/Icon-chevron-up-double.svg | 0 .../app/components/Icons/svgs/Icon-chevron-up.svg | 0 .../app/components/Icons/svgs/Icon-circle.svg | 0 .../app/components/Icons/svgs/Icon-clock.svg | 0 .../app/components/Icons/svgs/Icon-code.svg | 0 .../app/components/Icons/svgs/Icon-comment.svg | 0 .../app/components/Icons/svgs/Icon-copy.svg | 0 .../app/components/Icons/svgs/Icon-cross-circle.svg | 0 .../app/components/Icons/svgs/Icon-cross.svg | 0 .../app/components/Icons/svgs/Icon-dashboard.svg | 0 .../app/components/Icons/svgs/Icon-document.svg | 0 .../app/components/Icons/svgs/Icon-dot.svg | 0 .../app/components/Icons/svgs/Icon-download.svg | 0 .../app/components/Icons/svgs/Icon-edit.svg | 0 .../app/components/Icons/svgs/Icon-ellipsis.svg | 0 .../app/components/Icons/svgs/Icon-export.svg | 0 .../components/Icons/svgs/Icon-external-link.svg | 0 .../app/components/Icons/svgs/Icon-filter.svg | 0 .../app/components/Icons/svgs/Icon-folder.svg | 0 .../app/components/Icons/svgs/Icon-glossary.svg | 0 .../app/components/Icons/svgs/Icon-help.svg | 0 .../app/components/Icons/svgs/Icon-history.svg | 0 .../app/components/Icons/svgs/Icon-import.svg | 0 .../app/components/Icons/svgs/Icon-inbox.svg | 0 .../app/components/Icons/svgs/Icon-info.svg | 0 .../app/components/Icons/svgs/Icon-keyboard.svg | 0 .../app/components/Icons/svgs/Icon-language.svg | 0 .../app/components/Icons/svgs/Icon-link.svg | 0 .../app/components/Icons/svgs/Icon-location.svg | 0 .../app/components/Icons/svgs/Icon-locked.svg | 0 .../app/components/Icons/svgs/Icon-logout.svg | 0 .../app/components/Icons/svgs/Icon-mail.svg | 0 .../app/components/Icons/svgs/Icon-maintain.svg | 0 .../app/components/Icons/svgs/Icon-menu.svg | 0 .../app/components/Icons/svgs/Icon-minus.svg | 0 .../app/components/Icons/svgs/Icon-next.svg | 0 .../app/components/Icons/svgs/Icon-notification.svg | 0 .../app/components/Icons/svgs/Icon-piestats.svg | 0 .../app/components/Icons/svgs/Icon-plus.svg | 0 .../app/components/Icons/svgs/Icon-previous.svg | 0 .../app/components/Icons/svgs/Icon-project.svg | 0 .../app/components/Icons/svgs/Icon-refresh.svg | 0 .../app/components/Icons/svgs/Icon-review.svg | 0 .../app/components/Icons/svgs/Icon-search.svg | 0 .../app/components/Icons/svgs/Icon-servmon.svg | 0 .../app/components/Icons/svgs/Icon-settings.svg | 0 .../app/components/Icons/svgs/Icon-star-outline.svg | 0 .../app/components/Icons/svgs/Icon-star.svg | 0 .../app/components/Icons/svgs/Icon-statistics.svg | 0 .../app/components/Icons/svgs/Icon-suggestions.svg | 0 .../app/components/Icons/svgs/Icon-tick-circle.svg | 0 .../app/components/Icons/svgs/Icon-tick.svg | 0 .../app/components/Icons/svgs/Icon-tm.svg | 0 .../app/components/Icons/svgs/Icon-translate.svg | 0 .../app/components/Icons/svgs/Icon-trash.svg | 0 .../app/components/Icons/svgs/Icon-undo.svg | 0 .../app/components/Icons/svgs/Icon-unlocked.svg | 0 .../app/components/Icons/svgs/Icon-upload.svg | 0 .../app/components/Icons/svgs/Icon-user.svg | 0 .../app/components/Icons/svgs/Icon-users.svg | 0 .../app/components/Icons/svgs/Icon-version.svg | 0 .../app/components/Icons/svgs/Icon-warning.svg | 0 .../app/components/Icons/svgs/Icon-zanata.svg | 0 .../app/components/Label/Label.story.js | 0 .../app/components/Link/Link.story.js | 0 .../src/{frontend => }/app/components/Link/index.js | 0 .../app/components/List/List.story.js | 0 .../{frontend => }/app/components/Loader/index.js | 0 .../app/components/LoaderText/LoaderText.story.js | 0 .../app/components/LoaderText/index.js | 0 .../app/components/LockIcon/LockIcon.test.js | 0 .../{frontend => }/app/components/LockIcon/index.js | 0 .../app/components/LogoLoader/index.js | 0 .../app/components/LogoLoader/index.less | 0 .../app/components/LogoLoader/logo.svg | 0 .../app/components/Modal/Modal.story.js | 0 .../app/components/Modal/ModalBody.jsx | 0 .../app/components/Modal/ModalFooter.jsx | 0 .../app/components/Modal/ModalHeader.jsx | 0 .../app/components/Modal/ModalTitle.jsx | 0 .../{frontend => }/app/components/Modal/Readme.md | 0 .../{frontend => }/app/components/Modal/index.jsx | 0 .../{frontend => }/app/components/Nav/NavIcon.jsx | 0 .../{frontend => }/app/components/Nav/NavItem.jsx | 0 .../src/{frontend => }/app/components/Nav/index.jsx | 0 .../components/Notification/Notification.story.js | 0 .../app/components/Notification/component.js | 0 .../app/components/Notification/index.js | 0 .../app/components/Pagination/Pagination.story.js | 0 .../app/components/Panel/Panel.story.js | 0 .../ProgressBar/CancellableProgressBar.js | 0 .../ProgressBar/CancellableProgressBar.test.js | 0 .../app/components/ProgressBar/ProgressBar.story.js | 0 .../RejectionsForm/RejectionsForm.story.js | 0 .../app/components/RejectionsForm/index.js | 0 .../app/components/RejectionsForm/index.less | 0 .../{frontend => }/app/components/Select/index.js | 0 .../SelectableDropdown/SelectableDropdown.test.js | 0 .../app/components/SelectableDropdown/index.js | 0 .../app/components/Sidebar/Sidebar.story.js | 0 .../{frontend => }/app/components/Sidebar/index.jsx | 0 .../app/components/Sidebar/index.less | 0 .../app/components/TMX/TMXExportModal.js | 0 .../{frontend => }/app/components/TMX/index.less | 0 .../app/components/Table/Table.story.js | 0 .../app/components/Tabs/Tabs.story.js | 0 .../app/components/TextInput/TextInput.story.js | 0 .../app/components/TextInput/index.js | 0 .../app/components/Tooltip/Tooltip.story.js | 0 .../app/components/TriCheckbox/TriCheckbox.story.js | 0 .../app/components/TriCheckbox/TriCheckbox.test.js | 0 .../app/components/TriCheckbox/TriCheckboxGroup.js | 0 .../app/components/TriCheckbox/index.js | 0 .../app/components/TriCheckbox/index.less | 0 .../VersionTMMergeModal.story.js | 0 .../app/components/VersionTMMergeModal/diagram.png | Bin .../app/components/Well/Well.story.js | 0 .../app/components/components.story.js | 0 .../app/components/foundation.story.js | 0 .../src/{frontend => }/app/components/index.js | 0 .../src/{frontend => }/app/config.js | 0 .../src/{frontend => }/app/constants/Messages.js | 0 .../src/{frontend => }/app/constants/Options.js | 0 .../{frontend => }/app/containers/Admin/Review.js | 0 .../{frontend => }/app/containers/Admin/index.js | 0 .../src/{frontend => }/app/containers/App.js | 0 .../app/containers/Explore/GroupTeaser.jsx | 0 .../app/containers/Explore/LanguageTeamTeaser.jsx | 0 .../app/containers/Explore/ProjectTeaser.jsx | 0 .../app/containers/Explore/TeaserList.jsx | 0 .../app/containers/Explore/TeaserListHeader.jsx | 0 .../app/containers/Explore/UserTeaser.jsx | 0 .../{frontend => }/app/containers/Explore/index.js | 0 .../app/containers/Explore/index.less | 0 .../containers/Glossary/DeleteAllEntriesModal.jsx | 0 .../app/containers/Glossary/DeleteEntryModal.jsx | 0 .../{frontend => }/app/containers/Glossary/Entry.js | 0 .../app/containers/Glossary/EntryModal.js | 0 .../app/containers/Glossary/ExportModal.js | 0 .../app/containers/Glossary/Header.jsx | 0 .../app/containers/Glossary/ImportModal.js | 0 .../app/containers/Glossary/NewEntryModal.js | 0 .../app/containers/Glossary/ViewHeader.js | 0 .../{frontend => }/app/containers/Glossary/index.js | 0 .../app/containers/Glossary/index.less | 0 .../app/containers/Languages/DeleteEntry.js | 0 .../app/containers/Languages/Entry.js | 0 .../app/containers/Languages/NewLanguageModal.js | 0 .../app/containers/Languages/index.js | 0 .../app/containers/Languages/index.less | 0 .../{frontend => }/app/containers/Project/index.js | 0 .../ProjectVersion/ProjectVersionPanels.js | 0 .../containers/ProjectVersion/TMMergeImportedTM.js | 0 .../app/containers/ProjectVersion/TMMergeModal.js | 0 .../ProjectVersion/TMMergeOptionsCommon.js | 0 .../ProjectVersion/TMMergeProjectSources.js | 0 .../ProjectVersion/TMMergeProjectTMOptions.js | 0 .../app/containers/ProjectVersion/index.js | 0 .../app/containers/ProjectVersion/index.less | 0 .../ProjectVersion/project-version-displays.js | 0 .../src/{frontend => }/app/containers/Root.js | 0 .../containers/UserProfile/CalendarMonthMatrix.jsx | 0 .../UserProfile/CalendarPeriodHeading.jsx | 0 .../containers/UserProfile/CategoryItemMatrix.jsx | 0 .../containers/UserProfile/CategoryMatrixTable.jsx | 0 .../containers/UserProfile/ContentStateFilter.jsx | 0 .../containers/UserProfile/ContributionChart.jsx | 0 .../app/containers/UserProfile/DayMatrix.jsx | 0 .../UserProfile/FilterableMatrixTable.jsx | 0 .../containers/UserProfile/RecentContributions.jsx | 0 .../app/containers/UserProfile/index.jsx | 0 .../app/containers/UserProfile/index.less | 0 .../src/{frontend => }/app/editor/README.md | 0 .../app/editor/actions/action-types.js | 0 .../app/editor/actions/controls-header-actions.js | 0 .../app/editor/actions/glossary-action-types.js | 0 .../app/editor/actions/glossary-actions.js | 0 .../app/editor/actions/header-action-types.js | 0 .../app/editor/actions/header-actions.js | 0 .../src/{frontend => }/app/editor/actions/index.js | 0 .../app/editor/actions/key-shortcuts-actions.js | 0 .../app/editor/actions/phrase-navigation-actions.js | 0 .../app/editor/actions/phrases-action-types.js | 0 .../app/editor/actions/phrases-actions.js | 0 .../app/editor/actions/phrases-filter-actions.js | 0 .../app/editor/actions/settings-action-types.js | 0 .../app/editor/actions/settings-actions.js | 0 .../app/editor/actions/settings-actions.test.js | 0 .../app/editor/actions/suggestions-action-types.js | 0 .../app/editor/actions/suggestions-actions.js | 0 .../src/{frontend => }/app/editor/api/index.js | 0 .../{frontend => }/app/editor/api/suggestions.js | 0 .../src/{frontend => }/app/editor/app.css | 0 .../ActivityFeedItem/ActivityFeedItem.story.js | 0 .../app/editor/components/ActivityFeedItem/index.js | 0 .../ActivitySelectList/ActivitySelectList.story.js | 0 .../editor/components/ActivitySelectList/index.js | 0 .../app/editor/components/Button/Button.story.js | 0 .../app/editor/components/Button/Button.test.js | 0 .../app/editor/components/Button/index.css | 0 .../app/editor/components/Button/index.js | 0 .../components/CommentBox/CommentBox.story.js | 0 .../app/editor/components/CommentBox/index.js | 0 .../components/DashboardLink/DashboardLink.test.js | 0 .../app/editor/components/DashboardLink/index.js | 0 .../DateAndTimeDisplay/DateAndTimeDisplay.story.js | 0 .../DateAndTimeDisplay/DateAndTimeDisplay.test.js | 0 .../editor/components/DateAndTimeDisplay/index.js | 0 .../components/DocsDropdown/DocsDropdown.test.js | 0 .../app/editor/components/DocsDropdown/index.js | 0 .../app/editor/components/Dropdown/Dropdown.test.js | 0 .../app/editor/components/Dropdown/index.css | 0 .../app/editor/components/Dropdown/index.js | 0 .../EditorSearchInput/EditorSearchInput.story.js | 0 .../EditorSearchInput/EditorSearchInput.test.js | 0 .../editor/components/EditorSearchInput/index.css | 0 .../editor/components/EditorSearchInput/index.js | 0 .../app/editor/components/FilterToggle/index.css | 0 .../app/editor/components/FilterToggle/index.js | 0 .../GlossarySearchInput.story.js | 0 .../editor/components/GlossarySearchInput/index.js | 0 .../components/GlossaryTerm/GlossaryTerm.story.js | 0 .../app/editor/components/GlossaryTerm/index.js | 0 .../GlossaryTermModal/GlossaryTermModal.story.js | 0 .../components/GlossaryTermModal/component.js | 0 .../editor/components/GlossaryTermModal/index.css | 0 .../editor/components/GlossaryTermModal/index.js | 0 .../editor/components/IconButton/IconButton.test.js | 0 .../app/editor/components/IconButton/index.js | 0 .../IconButtonToggle/IconButtonToggle.test.js | 0 .../app/editor/components/IconButtonToggle/index.js | 0 .../app/editor/components/InputGroup/index.css | 0 .../app/editor/components/KeyCombinations.js | 0 .../LanguageSelectList/LanguageSelectList.story.js | 0 .../editor/components/LanguageSelectList/index.js | 0 .../LanguagesDropdown/LanguageDropdown.test.js | 0 .../editor/components/LanguagesDropdown/index.js | 0 .../NoSuggestionsPanel/NoSuggestionsPanel.test.js | 0 .../editor/components/NoSuggestionsPanel/index.js | 0 .../app/editor/components/Pager/Pager.test.js | 0 .../app/editor/components/Pager/index.js | 0 .../PhraseStatusFilter/PhraseStatusFilter.test.js | 0 .../editor/components/PhraseStatusFilter/index.js | 0 .../components/ProgressBar/ProgressBar.story.js | 0 .../components/ProgressBar/ProgressBar.test.js | 0 .../app/editor/components/ProgressBar/index.css | 0 .../app/editor/components/ProgressBar/index.js | 0 .../ProjectVersionLink/ProjectVersionLink.test.js | 0 .../editor/components/ProjectVersionLink/index.js | 0 .../RejectTranslationModal.story.js | 0 .../components/RejectTranslationModal/index.css | 0 .../components/RejectTranslationModal/index.js | 0 .../components/SelectButton/SelectButton.story.js | 0 .../app/editor/components/SelectButton/index.js | 0 .../SelectButtonList/SelectButtonList.story.js | 0 .../app/editor/components/SelectButtonList/index.js | 0 .../components/SettingOption/SettingOption.story.js | 0 .../app/editor/components/SettingOption/index.js | 0 .../SettingsOptions/SettingsOptions.story.js | 0 .../app/editor/components/SettingsOptions/index.js | 0 .../app/editor/components/SplitDropdown/index.css | 0 .../app/editor/components/SplitDropdown/index.js | 0 .../app/editor/components/Suggestion.js | 0 .../SuggestionContents/SuggestionContents.test.js | 0 .../editor/components/SuggestionContents/index.js | 0 .../SuggestionDetailsSummary.test.js | 0 .../components/SuggestionDetailsSummary/index.js | 0 .../app/editor/components/SuggestionList.js | 0 .../SuggestionMatchPercent.test.js | 0 .../components/SuggestionMatchPercent/index.js | 0 .../components/SuggestionSearchInput/index.js | 0 .../SuggestionSources/SuggestionSources.test.js | 0 .../editor/components/SuggestionSources/index.js | 0 .../components/SuggestionTranslationDetails.js | 0 .../app/editor/components/SuggestionTranslations.js | 0 .../editor/components/SuggestionUpdateMessage.js | 0 .../editor/components/TextDiff/TextDiff.story.js | 0 .../app/editor/components/TextDiff/TextDiff.test.js | 0 .../app/editor/components/TextDiff/index.css | 0 .../app/editor/components/TextDiff/index.js | 0 .../components/ToggleSwitch/ToggleSwitch.test.js | 0 .../app/editor/components/ToggleSwitch/index.css | 0 .../app/editor/components/ToggleSwitch/index.js | 0 .../app/editor/components/TransUnit/index.css | 0 .../app/editor/components/TransUnit/index.js | 0 .../app/editor/components/TransUnitLocaleHeading.js | 0 .../app/editor/components/TransUnitSourceHeader.js | 0 .../app/editor/components/TransUnitSourcePanel.js | 0 .../app/editor/components/TransUnitStatus.js | 0 .../editor/components/TransUnitTranslationFooter.js | 0 .../editor/components/TransUnitTranslationHeader.js | 0 .../editor/components/TransUnitTranslationPanel.js | 0 .../TranslatingIndicator.test.js | 0 .../editor/components/TranslatingIndicator/index.js | 0 .../UiLanguageDropdown/UiLanguageDropdown.test.js | 0 .../editor/components/UiLanguageDropdown/index.js | 0 .../app/editor/components/components.story.js | 0 .../src/{frontend => }/app/editor/config/intl.js | 0 .../app/editor/containers/ActivityTab.js | 0 .../app/editor/containers/ControlsHeader.js | 0 .../app/editor/containers/EditorHeader/index.css | 0 .../app/editor/containers/EditorHeader/index.js | 0 .../app/editor/containers/GlossaryTab.js | 0 .../containers/KeyShortcutCheatSheet/index.css | 0 .../containers/KeyShortcutCheatSheet/index.js | 0 .../app/editor/containers/KeyShortcutDispatcher.js | 0 .../app/editor/containers/MainContent.js | 0 .../app/editor/containers/NavHeader.js | 0 .../app/editor/containers/NeedSlugMessage.js | 0 .../app/editor/containers/ParamPropDispatcher.js | 0 .../app/editor/containers/Root/index.css | 0 .../app/editor/containers/Root/index.js | 0 .../app/editor/containers/SettingsPanel.js | 0 .../app/editor/containers/Sidebar/index.css | 0 .../app/editor/containers/Sidebar/index.js | 0 .../app/editor/containers/SidebarContent.js | 0 .../SuggestionDetailsModal/ImportedTMDetailPanel.js | 0 .../LocalProjectDetailPanel.js | 0 .../PlainSuggestionContents.js | 0 .../containers/SuggestionDetailsModal/index.css | 0 .../containers/SuggestionDetailsModal/index.js | 0 .../app/editor/containers/SuggestionsBody.js | 0 .../app/editor/containers/SuggestionsHeader.js | 0 .../app/editor/containers/SuggestionsPanel.js | 0 .../editor/containers/TranslationInfoPanel/index.js | 0 .../app/editor/containers/ZanataLogoLoader.js | 0 .../src/{frontend => }/app/editor/css/README.md | 0 .../{frontend => }/app/editor/css/base/index.css | 0 .../app/editor/css/base/lib/forms.css | 0 .../app/editor/css/base/lib/global.css | 0 .../app/editor/css/base/lib/headings.css | 0 .../app/editor/css/base/lib/links.css | 0 .../app/editor/css/base/lib/lists.css | 0 .../app/editor/css/base/lib/media.css | 0 .../{frontend => }/app/editor/css/base/lib/misc.css | 0 .../{frontend => }/app/editor/css/base/lib/text.css | 0 .../{frontend => }/app/editor/css/heading/index.css | 0 .../{frontend => }/app/editor/css/links/index.css | 0 .../{frontend => }/app/editor/css/resizer/index.css | 0 .../{frontend => }/app/editor/css/theme/index.css | 0 .../app/editor/css/theme/lib/theme-map.css | 0 .../app/editor/css/theme/lib/theme.css | 0 .../app/editor/css/utils-background/index.css | 0 .../app/editor/css/utils-display/index.css | 0 .../app/editor/css/utils-layout/index.css | 0 .../app/editor/css/utils-list/index.css | 0 .../app/editor/css/utils-position/index.css | 0 .../app/editor/css/utils-size/index.css | 0 .../app/editor/css/utils-space/index.css | 0 .../app/editor/css/utils-text/index.css | 0 .../src/{frontend => }/app/editor/index.css | 0 .../src/{frontend => }/app/editor/index.html | 0 .../src/{frontend => }/app/editor/index.js | 0 .../{frontend => }/app/editor/messages/en-us.json | 0 .../src/{frontend => }/app/editor/messages/index.js | 0 .../app/editor/middlewares/call-api.js | 0 .../app/editor/middlewares/getstate-in-actions.js | 0 .../{frontend => }/app/editor/middlewares/index.js | 0 .../app/editor/middlewares/new-context-fetch.js | 0 .../app/editor/middlewares/state-change-dispatch.js | 0 .../app/editor/middlewares/title-update.js | 0 .../app/editor/reducers/context-reducer.js | 0 .../app/editor/reducers/context-reducer.test.js | 0 .../app/editor/reducers/dropdown-reducer.js | 0 .../app/editor/reducers/dropdown-reducer.test.js | 0 .../app/editor/reducers/glossary-reducer.js | 0 .../app/editor/reducers/glossary-reducer.test.js | 0 .../app/editor/reducers/header-data-reducer.js | 0 .../app/editor/reducers/header-data-reducer.test.js | 0 .../src/{frontend => }/app/editor/reducers/index.js | 0 .../phrase-reducer/filter-status-reducer.js | 0 .../phrase-reducer/filter-status-reducer.test.js | 0 .../app/editor/reducers/phrase-reducer/index.js | 0 .../phrase-reducer/phrase-filter-reducer.js | 0 .../phrase-reducer/phrase-filter-reducer.test.js | 0 .../reducers/phrase-reducer/phrase-reducer.test.js | 0 .../app/editor/reducers/settings-reducer.js | 0 .../app/editor/reducers/settings-reducer.test.js | 0 .../app/editor/reducers/suggestions-reducer.js | 0 .../app/editor/reducers/suggestions-reducer.test.js | 0 .../app/editor/reducers/ui-reducer.js | 0 .../app/editor/reducers/ui-reducer.test.js | 0 .../{frontend => }/app/editor/selectors/index.js | 0 .../app/editor/translations/README.md | 0 .../{frontend => }/app/editor/translations/de.po | 0 .../{frontend => }/app/editor/translations/fr.po | 0 .../app/editor/translations/template.pot | 0 .../app/editor/utils/RoutingHelpers.js | 0 .../src/{frontend => }/app/editor/utils/Util.js | 0 .../{frontend => }/app/editor/utils/Util.test.js | 0 .../{frontend => }/app/editor/utils/doc-id-util.js | 0 .../{frontend => }/app/editor/utils/filter-util.js | 0 .../src/{frontend => }/app/editor/utils/log-todo.js | 0 .../{frontend => }/app/editor/utils/phrase-util.js | 0 .../app/editor/utils/phrase-util.test.js | 0 .../{frontend => }/app/editor/utils/status-util.js | 0 .../app/editor/utils/status-util.test.js | 0 .../{frontend => }/app/editor/utils/string-utils.js | 0 .../app/editor/utils/string-utils.test.js | 0 .../app/editor/utils/suggestion-util.js | 0 .../src/{frontend => }/app/editor/watchers/index.js | 0 .../app/editor/watchers/page-number.js | 0 .../app/editor/watchers/phrase-detail.js | 0 .../app/editor/watchers/phrase-list.js | 0 .../app/editor/watchers/selected-phrase-searches.js | 0 .../src/{frontend => }/app/editor/watchers/watch.js | 0 .../src/{frontend => }/app/history.js | 0 .../zanata-frontend/src/{frontend => }/app/index.js | 0 .../src/{frontend => }/app/jsf/JsfRoot.js | 0 .../src/{frontend => }/app/jsf/index.js | 0 .../src/{frontend => }/app/legacy.js | 0 .../{frontend => }/app/reducers/admin-reducer.js | 0 .../app/reducers/admin-reducer.test.js | 0 .../{frontend => }/app/reducers/common-reducer.js | 0 .../{frontend => }/app/reducers/explore-reducer.js | 0 .../{frontend => }/app/reducers/glossary-reducer.js | 0 .../src/{frontend => }/app/reducers/index.js | 0 .../app/reducers/languages-reducer.js | 0 .../{frontend => }/app/reducers/profile-reducer.js | 0 .../src/{frontend => }/app/reducers/tmx-reducer.js | 0 .../{frontend => }/app/reducers/version-reducer.js | 0 .../app/reducers/version-reducer.test.js | 0 .../src/{frontend => }/app/schemas.js | 0 .../app/styles/bstrap-styleguide.less | 0 .../src/{frontend => }/app/styles/gwt.less | 0 .../src/{frontend => }/app/styles/index.less | 0 .../src/{frontend => }/app/styles/style.less | 0 .../src/{frontend => }/app/styles/styleguide.css | 0 .../src/{frontend => }/app/styles/variables.less | 0 .../src/{frontend => }/app/utils/DateHelper.js | 0 .../src/{frontend => }/app/utils/EnumValueUtils.js | 0 .../src/{frontend => }/app/utils/GlossaryHelper.js | 0 .../{frontend => }/app/utils/GlossaryHelper.test.js | 0 .../src/{frontend => }/app/utils/RoutingHelpers.js | 0 .../src/{frontend => }/app/utils/StringUtils.js | 0 .../{frontend => }/app/utils/StringUtils.test.js | 0 .../src/{frontend => }/app/utils/UrlHelper.js | 0 .../{frontend => }/app/utils/callWithSameArgs.js | 0 .../src/{frontend => }/app/utils/prop-types-util.js | 0 .../editor/components/ActivityFeedItem/index.json | 0 .../src/{frontend => }/docs/actions.md | 0 .../src/{frontend => }/docs/build.md | 0 .../src/{frontend => }/docs/components.md | 0 .../src/{frontend => }/docs/constants.md | 0 .../src/{frontend => }/docs/containers.md | 0 .../src/{frontend => }/docs/esnext.md | 0 .../src/{frontend => }/docs/index.md | 0 .../src/{frontend => }/docs/legacy.md | 0 .../src/{frontend => }/docs/linting.md | 0 .../src/{frontend => }/docs/middleware.md | 0 .../src/{frontend => }/docs/readme.md | 0 .../src/{frontend => }/docs/reducers.md | 0 .../src/{frontend => }/docs/schemas.md | 0 .../src/{frontend => }/docs/scripts.md | 0 .../src/{frontend => }/docs/styleguide.md | 0 .../src/{frontend => }/docs/styles.md | 0 .../src/{frontend => }/docs/technology.md | 0 .../src/{frontend => }/docs/testing.md | 0 .../zanata-frontend/src/{frontend => }/index.html | 0 .../src/{frontend => }/jest.config.js | 0 .../src/{frontend => }/jest.config.json | 0 server/zanata-frontend/src/{frontend => }/makefile | 0 .../src/{frontend => }/messages/README.md | 0 .../src/{frontend => }/messages/en-us.json | 0 .../zanata-frontend/src/{frontend => }/package.json | 0 .../src/{frontend => }/postcss.config.js | 0 .../scripts/build-icon-spritesheet.js | 0 .../src/{frontend => }/scripts/build.js | 0 .../scripts/codemods/create-component.js | 0 .../scripts/codemods/stateful.template.js | 0 .../scripts/codemods/stateless.template.js | 0 .../scripts/codemods/story.template.js | 0 .../scripts/codemods/test.template.js | 0 .../{frontend => }/scripts/createIconsComponent.js | 0 .../src/{frontend => }/scripts/dev-server.config.js | 0 .../src/{frontend => }/scripts/dev-server.js | 0 .../src/{frontend => }/scripts/generateIconList.js | 0 .../src/{frontend => }/styleguide.config.js | 0 .../src/{frontend => }/styleguide.html | 0 .../src/{frontend => }/webpack.config.js | 0 server/zanata-frontend/src/{frontend => }/yarn.lock | 0 547 files changed, 8 insertions(+), 8 deletions(-) rename server/zanata-frontend/src/{frontend => }/.babelrc (100%) rename server/zanata-frontend/src/{frontend => }/.csscomb.json (100%) rename server/zanata-frontend/src/{frontend => }/.eslintignore (100%) rename server/zanata-frontend/src/{frontend => }/.eslintrc (100%) rename server/zanata-frontend/src/{frontend => }/.flowconfig (100%) rename server/zanata-frontend/src/{frontend => }/.jsbeautifyrc (100%) rename server/zanata-frontend/src/{frontend => }/.jshintrc (100%) rename server/zanata-frontend/src/{frontend => }/.nvmrc (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/README.md (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/addons.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/config.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/storybook.css (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/storyshots-editor.test.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/storyshots-util.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-editor/webpack.config.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/README.md (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/addons.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/config.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/storybook.less (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/storyshots-frontend.test.js (100%) rename server/zanata-frontend/src/{frontend => }/.storybook-frontend/webpack.config.js (100%) rename server/zanata-frontend/src/{frontend => }/.stylelintrc (100%) rename server/zanata-frontend/src/{frontend => }/.yarn-version (100%) rename server/zanata-frontend/src/{frontend => }/.yarnrc (100%) rename server/zanata-frontend/src/{frontend => }/README.md (100%) rename server/zanata-frontend/src/{frontend => }/__mocks__/cssMock.js (100%) rename server/zanata-frontend/src/{frontend => }/__mocks__/mockAngularGettext.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/common-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/explore-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/glossary-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/languages-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/profile-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/review-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/tmx-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/version-action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/version-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/actions/version-actions.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Alert/Alert.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Badge/Badge.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Breadcrumbs/Breadcrumbs.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Button/Button.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/DraggableVersionPanels/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Dropdown/Dropdown.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/EditableText/EditableText.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/EditableText/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Form/Form.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icon/Icon.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icon/index.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/Readme.md (89%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/index.jsx.src (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-admin.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-all.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-assign.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-attach.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-block.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-chevron-down-double.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-chevron-down.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-chevron-left.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-chevron-right.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-chevron-up-double.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-chevron-up.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-circle.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-clock.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-code.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-comment.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-copy.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-cross-circle.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-cross.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-dashboard.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-document.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-dot.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-download.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-edit.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-ellipsis.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-export.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-external-link.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-filter.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-folder.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-glossary.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-help.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-history.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-import.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-inbox.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-info.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-keyboard.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-language.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-link.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-location.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-locked.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-logout.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-mail.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-maintain.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-menu.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-minus.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-next.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-notification.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-piestats.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-plus.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-previous.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-project.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-refresh.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-review.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-search.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-servmon.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-settings.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-star-outline.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-star.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-statistics.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-suggestions.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-tick-circle.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-tick.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-tm.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-translate.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-trash.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-undo.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-unlocked.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-upload.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-user.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-users.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-version.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-warning.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Icons/svgs/Icon-zanata.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Label/Label.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Link/Link.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Link/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/List/List.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Loader/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LoaderText/LoaderText.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LoaderText/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LockIcon/LockIcon.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LockIcon/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LogoLoader/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LogoLoader/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/components/LogoLoader/logo.svg (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/Modal.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/ModalBody.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/ModalFooter.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/ModalHeader.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/ModalTitle.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/Readme.md (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Modal/index.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Nav/NavIcon.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Nav/NavItem.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Nav/index.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Notification/Notification.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Notification/component.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Notification/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Pagination/Pagination.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Panel/Panel.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/ProgressBar/CancellableProgressBar.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/ProgressBar/CancellableProgressBar.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/ProgressBar/ProgressBar.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/RejectionsForm/RejectionsForm.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/RejectionsForm/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/RejectionsForm/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Select/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/SelectableDropdown/SelectableDropdown.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/SelectableDropdown/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Sidebar/Sidebar.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Sidebar/index.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Sidebar/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TMX/TMXExportModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TMX/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Table/Table.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Tabs/Tabs.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TextInput/TextInput.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TextInput/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Tooltip/Tooltip.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TriCheckbox/TriCheckbox.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TriCheckbox/TriCheckbox.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TriCheckbox/TriCheckboxGroup.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TriCheckbox/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/TriCheckbox/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/VersionTMMergeModal/diagram.png (100%) rename server/zanata-frontend/src/{frontend => }/app/components/Well/Well.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/components.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/foundation.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/components/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/config.js (100%) rename server/zanata-frontend/src/{frontend => }/app/constants/Messages.js (100%) rename server/zanata-frontend/src/{frontend => }/app/constants/Options.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Admin/Review.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Admin/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/App.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/GroupTeaser.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/LanguageTeamTeaser.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/ProjectTeaser.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/TeaserList.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/TeaserListHeader.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/UserTeaser.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Explore/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/DeleteAllEntriesModal.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/DeleteEntryModal.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/Entry.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/EntryModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/ExportModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/Header.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/ImportModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/NewEntryModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/ViewHeader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Glossary/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Languages/DeleteEntry.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Languages/Entry.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Languages/NewLanguageModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Languages/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Languages/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Project/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/ProjectVersionPanels.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/TMMergeImportedTM.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/TMMergeModal.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/TMMergeOptionsCommon.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/TMMergeProjectSources.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/TMMergeProjectTMOptions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/ProjectVersion/project-version-displays.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/Root.js (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/CalendarMonthMatrix.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/CalendarPeriodHeading.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/CategoryItemMatrix.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/CategoryMatrixTable.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/ContentStateFilter.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/ContributionChart.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/DayMatrix.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/FilterableMatrixTable.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/RecentContributions.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/index.jsx (100%) rename server/zanata-frontend/src/{frontend => }/app/containers/UserProfile/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/README.md (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/controls-header-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/glossary-action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/glossary-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/header-action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/header-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/key-shortcuts-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/phrase-navigation-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/phrases-action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/phrases-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/phrases-filter-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/settings-action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/settings-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/settings-actions.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/suggestions-action-types.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/actions/suggestions-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/api/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/api/suggestions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/app.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ActivityFeedItem/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ActivitySelectList/ActivitySelectList.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ActivitySelectList/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Button/Button.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Button/Button.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Button/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Button/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/CommentBox/CommentBox.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/CommentBox/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DashboardLink/DashboardLink.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DashboardLink/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DateAndTimeDisplay/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DocsDropdown/DocsDropdown.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/DocsDropdown/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Dropdown/Dropdown.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Dropdown/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Dropdown/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/EditorSearchInput/EditorSearchInput.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/EditorSearchInput/EditorSearchInput.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/EditorSearchInput/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/EditorSearchInput/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/FilterToggle/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/FilterToggle/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossarySearchInput/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossaryTerm/GlossaryTerm.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossaryTerm/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossaryTermModal/component.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossaryTermModal/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/GlossaryTermModal/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/IconButton/IconButton.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/IconButton/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/IconButtonToggle/IconButtonToggle.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/IconButtonToggle/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/InputGroup/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/KeyCombinations.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/LanguageSelectList/LanguageSelectList.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/LanguageSelectList/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/LanguagesDropdown/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/NoSuggestionsPanel/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Pager/Pager.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Pager/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/PhraseStatusFilter/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ProgressBar/ProgressBar.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ProgressBar/ProgressBar.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ProgressBar/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ProgressBar/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ProjectVersionLink/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/RejectTranslationModal/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/RejectTranslationModal/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SelectButton/SelectButton.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SelectButton/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SelectButtonList/SelectButtonList.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SelectButtonList/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SettingOption/SettingOption.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SettingOption/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SettingsOptions/SettingsOptions.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SettingsOptions/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SplitDropdown/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SplitDropdown/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/Suggestion.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionContents/SuggestionContents.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionContents/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionDetailsSummary/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionList.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionMatchPercent/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionSearchInput/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionSources/SuggestionSources.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionSources/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionTranslationDetails.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionTranslations.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/SuggestionUpdateMessage.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TextDiff/TextDiff.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TextDiff/TextDiff.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TextDiff/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TextDiff/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ToggleSwitch/ToggleSwitch.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ToggleSwitch/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/ToggleSwitch/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnit/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnit/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitLocaleHeading.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitSourceHeader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitSourcePanel.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitStatus.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitTranslationFooter.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitTranslationHeader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TransUnitTranslationPanel.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/TranslatingIndicator/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/UiLanguageDropdown/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/components/components.story.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/config/intl.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/ActivityTab.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/ControlsHeader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/EditorHeader/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/EditorHeader/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/GlossaryTab.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/KeyShortcutCheatSheet/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/KeyShortcutCheatSheet/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/KeyShortcutDispatcher.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/MainContent.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/NavHeader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/NeedSlugMessage.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/ParamPropDispatcher.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/Root/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/Root/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SettingsPanel.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/Sidebar/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/Sidebar/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SidebarContent.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionDetailsModal/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionDetailsModal/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionsBody.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionsHeader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/SuggestionsPanel.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/TranslationInfoPanel/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/containers/ZanataLogoLoader.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/README.md (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/forms.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/global.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/headings.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/links.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/lists.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/media.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/misc.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/base/lib/text.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/heading/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/links/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/resizer/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/theme/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/theme/lib/theme-map.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/theme/lib/theme.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-background/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-display/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-layout/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-list/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-position/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-size/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-space/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/css/utils-text/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/index.css (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/index.html (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/messages/en-us.json (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/messages/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/middlewares/call-api.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/middlewares/getstate-in-actions.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/middlewares/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/middlewares/new-context-fetch.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/middlewares/state-change-dispatch.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/middlewares/title-update.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/context-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/context-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/dropdown-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/dropdown-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/glossary-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/glossary-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/header-data-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/header-data-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/phrase-reducer/filter-status-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/phrase-reducer/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/phrase-reducer/phrase-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/settings-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/settings-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/suggestions-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/suggestions-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/ui-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/reducers/ui-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/selectors/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/translations/README.md (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/translations/de.po (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/translations/fr.po (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/translations/template.pot (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/RoutingHelpers.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/Util.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/Util.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/doc-id-util.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/filter-util.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/log-todo.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/phrase-util.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/phrase-util.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/status-util.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/status-util.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/string-utils.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/string-utils.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/utils/suggestion-util.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/watchers/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/watchers/page-number.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/watchers/phrase-detail.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/watchers/phrase-list.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/watchers/selected-phrase-searches.js (100%) rename server/zanata-frontend/src/{frontend => }/app/editor/watchers/watch.js (100%) rename server/zanata-frontend/src/{frontend => }/app/history.js (100%) rename server/zanata-frontend/src/{frontend => }/app/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/jsf/JsfRoot.js (100%) rename server/zanata-frontend/src/{frontend => }/app/jsf/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/legacy.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/admin-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/admin-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/common-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/explore-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/glossary-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/index.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/languages-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/profile-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/tmx-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/version-reducer.js (100%) rename server/zanata-frontend/src/{frontend => }/app/reducers/version-reducer.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/schemas.js (100%) rename server/zanata-frontend/src/{frontend => }/app/styles/bstrap-styleguide.less (100%) rename server/zanata-frontend/src/{frontend => }/app/styles/gwt.less (100%) rename server/zanata-frontend/src/{frontend => }/app/styles/index.less (100%) rename server/zanata-frontend/src/{frontend => }/app/styles/style.less (100%) rename server/zanata-frontend/src/{frontend => }/app/styles/styleguide.css (100%) rename server/zanata-frontend/src/{frontend => }/app/styles/variables.less (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/DateHelper.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/EnumValueUtils.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/GlossaryHelper.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/GlossaryHelper.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/RoutingHelpers.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/StringUtils.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/StringUtils.test.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/UrlHelper.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/callWithSameArgs.js (100%) rename server/zanata-frontend/src/{frontend => }/app/utils/prop-types-util.js (100%) rename server/zanata-frontend/src/{frontend => }/build/messages/app/editor/components/ActivityFeedItem/index.json (100%) rename server/zanata-frontend/src/{frontend => }/docs/actions.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/build.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/components.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/constants.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/containers.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/esnext.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/index.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/legacy.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/linting.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/middleware.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/readme.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/reducers.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/schemas.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/scripts.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/styleguide.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/styles.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/technology.md (100%) rename server/zanata-frontend/src/{frontend => }/docs/testing.md (100%) rename server/zanata-frontend/src/{frontend => }/index.html (100%) rename server/zanata-frontend/src/{frontend => }/jest.config.js (100%) rename server/zanata-frontend/src/{frontend => }/jest.config.json (100%) rename server/zanata-frontend/src/{frontend => }/makefile (100%) rename server/zanata-frontend/src/{frontend => }/messages/README.md (100%) rename server/zanata-frontend/src/{frontend => }/messages/en-us.json (100%) rename server/zanata-frontend/src/{frontend => }/package.json (100%) rename server/zanata-frontend/src/{frontend => }/postcss.config.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/build-icon-spritesheet.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/build.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/codemods/create-component.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/codemods/stateful.template.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/codemods/stateless.template.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/codemods/story.template.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/codemods/test.template.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/createIconsComponent.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/dev-server.config.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/dev-server.js (100%) rename server/zanata-frontend/src/{frontend => }/scripts/generateIconList.js (100%) rename server/zanata-frontend/src/{frontend => }/styleguide.config.js (100%) rename server/zanata-frontend/src/{frontend => }/styleguide.html (100%) rename server/zanata-frontend/src/{frontend => }/webpack.config.js (100%) rename server/zanata-frontend/src/{frontend => }/yarn.lock (100%) diff --git a/server/zanata-frontend/.gitignore b/server/zanata-frontend/.gitignore index d295aaf9f57..da4618d648f 100644 --- a/server/zanata-frontend/.gitignore +++ b/server/zanata-frontend/.gitignore @@ -11,12 +11,12 @@ dist/ coverage/ # generated css -src/frontend/app/styles/atomic.css +src/app/styles/atomic.css # generated frontend icons -src/frontend/app/components/Icon/list.js -src/frontend/app/components/Icons/icons.svg -src/frontend/app/components/Icons/index.jsx +src/app/components/Icon/list.js +src/app/components/Icons/icons.svg +src/app/components/Icons/index.jsx # files generated by `make storybook-static`, should never be checked in storybook-static diff --git a/server/zanata-frontend/README.md b/server/zanata-frontend/README.md index 603fb826312..d66c7dccfd7 100644 --- a/server/zanata-frontend/README.md +++ b/server/zanata-frontend/README.md @@ -3,4 +3,4 @@ Zanata javascript module for: - [Zanata alpha editor](./src/editor/README.md) -- [Explore page, User profile page, Glossary page, and side menu bar](./src/frontend/README.md) +- [Explore page, User profile page, Glossary page, and side menu bar](./src/README.md) diff --git a/server/zanata-frontend/pom.xml b/server/zanata-frontend/pom.xml index 9daa060e9b4..f5b948993e4 100644 --- a/server/zanata-frontend/pom.xml +++ b/server/zanata-frontend/pom.xml @@ -31,7 +31,7 @@ UTF-8 - ${project.basedir}/src/frontend + ${project.basedir}/src draft @@ -128,7 +128,7 @@ ${bundle.dest} - src/frontend/dist + src/dist editor.min.js editor.css editor.css.map diff --git a/server/zanata-frontend/src/frontend/.babelrc b/server/zanata-frontend/src/.babelrc similarity index 100% rename from server/zanata-frontend/src/frontend/.babelrc rename to server/zanata-frontend/src/.babelrc diff --git a/server/zanata-frontend/src/frontend/.csscomb.json b/server/zanata-frontend/src/.csscomb.json similarity index 100% rename from server/zanata-frontend/src/frontend/.csscomb.json rename to server/zanata-frontend/src/.csscomb.json diff --git a/server/zanata-frontend/src/frontend/.eslintignore b/server/zanata-frontend/src/.eslintignore similarity index 100% rename from server/zanata-frontend/src/frontend/.eslintignore rename to server/zanata-frontend/src/.eslintignore diff --git a/server/zanata-frontend/src/frontend/.eslintrc b/server/zanata-frontend/src/.eslintrc similarity index 100% rename from server/zanata-frontend/src/frontend/.eslintrc rename to server/zanata-frontend/src/.eslintrc diff --git a/server/zanata-frontend/src/frontend/.flowconfig b/server/zanata-frontend/src/.flowconfig similarity index 100% rename from server/zanata-frontend/src/frontend/.flowconfig rename to server/zanata-frontend/src/.flowconfig diff --git a/server/zanata-frontend/src/frontend/.jsbeautifyrc b/server/zanata-frontend/src/.jsbeautifyrc similarity index 100% rename from server/zanata-frontend/src/frontend/.jsbeautifyrc rename to server/zanata-frontend/src/.jsbeautifyrc diff --git a/server/zanata-frontend/src/frontend/.jshintrc b/server/zanata-frontend/src/.jshintrc similarity index 100% rename from server/zanata-frontend/src/frontend/.jshintrc rename to server/zanata-frontend/src/.jshintrc diff --git a/server/zanata-frontend/src/frontend/.nvmrc b/server/zanata-frontend/src/.nvmrc similarity index 100% rename from server/zanata-frontend/src/frontend/.nvmrc rename to server/zanata-frontend/src/.nvmrc diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/README.md b/server/zanata-frontend/src/.storybook-editor/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/README.md rename to server/zanata-frontend/src/.storybook-editor/README.md diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap b/server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap rename to server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/addons.js b/server/zanata-frontend/src/.storybook-editor/addons.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/addons.js rename to server/zanata-frontend/src/.storybook-editor/addons.js diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/config.js b/server/zanata-frontend/src/.storybook-editor/config.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/config.js rename to server/zanata-frontend/src/.storybook-editor/config.js diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/storybook.css b/server/zanata-frontend/src/.storybook-editor/storybook.css similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/storybook.css rename to server/zanata-frontend/src/.storybook-editor/storybook.css diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/storyshots-editor.test.js b/server/zanata-frontend/src/.storybook-editor/storyshots-editor.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/storyshots-editor.test.js rename to server/zanata-frontend/src/.storybook-editor/storyshots-editor.test.js diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/storyshots-util.js b/server/zanata-frontend/src/.storybook-editor/storyshots-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/storyshots-util.js rename to server/zanata-frontend/src/.storybook-editor/storyshots-util.js diff --git a/server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js b/server/zanata-frontend/src/.storybook-editor/webpack.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js rename to server/zanata-frontend/src/.storybook-editor/webpack.config.js diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/README.md b/server/zanata-frontend/src/.storybook-frontend/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/README.md rename to server/zanata-frontend/src/.storybook-frontend/README.md diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap b/server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap rename to server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/addons.js b/server/zanata-frontend/src/.storybook-frontend/addons.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/addons.js rename to server/zanata-frontend/src/.storybook-frontend/addons.js diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/config.js b/server/zanata-frontend/src/.storybook-frontend/config.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/config.js rename to server/zanata-frontend/src/.storybook-frontend/config.js diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/storybook.less b/server/zanata-frontend/src/.storybook-frontend/storybook.less similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/storybook.less rename to server/zanata-frontend/src/.storybook-frontend/storybook.less diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/storyshots-frontend.test.js b/server/zanata-frontend/src/.storybook-frontend/storyshots-frontend.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/storyshots-frontend.test.js rename to server/zanata-frontend/src/.storybook-frontend/storyshots-frontend.test.js diff --git a/server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js b/server/zanata-frontend/src/.storybook-frontend/webpack.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js rename to server/zanata-frontend/src/.storybook-frontend/webpack.config.js diff --git a/server/zanata-frontend/src/frontend/.stylelintrc b/server/zanata-frontend/src/.stylelintrc similarity index 100% rename from server/zanata-frontend/src/frontend/.stylelintrc rename to server/zanata-frontend/src/.stylelintrc diff --git a/server/zanata-frontend/src/frontend/.yarn-version b/server/zanata-frontend/src/.yarn-version similarity index 100% rename from server/zanata-frontend/src/frontend/.yarn-version rename to server/zanata-frontend/src/.yarn-version diff --git a/server/zanata-frontend/src/frontend/.yarnrc b/server/zanata-frontend/src/.yarnrc similarity index 100% rename from server/zanata-frontend/src/frontend/.yarnrc rename to server/zanata-frontend/src/.yarnrc diff --git a/server/zanata-frontend/src/frontend/README.md b/server/zanata-frontend/src/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/README.md rename to server/zanata-frontend/src/README.md diff --git a/server/zanata-frontend/src/frontend/__mocks__/cssMock.js b/server/zanata-frontend/src/__mocks__/cssMock.js similarity index 100% rename from server/zanata-frontend/src/frontend/__mocks__/cssMock.js rename to server/zanata-frontend/src/__mocks__/cssMock.js diff --git a/server/zanata-frontend/src/frontend/__mocks__/mockAngularGettext.js b/server/zanata-frontend/src/__mocks__/mockAngularGettext.js similarity index 100% rename from server/zanata-frontend/src/frontend/__mocks__/mockAngularGettext.js rename to server/zanata-frontend/src/__mocks__/mockAngularGettext.js diff --git a/server/zanata-frontend/src/frontend/app/actions/common-actions.js b/server/zanata-frontend/src/app/actions/common-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/common-actions.js rename to server/zanata-frontend/src/app/actions/common-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/explore-actions.js b/server/zanata-frontend/src/app/actions/explore-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/explore-actions.js rename to server/zanata-frontend/src/app/actions/explore-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/glossary-actions.js b/server/zanata-frontend/src/app/actions/glossary-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/glossary-actions.js rename to server/zanata-frontend/src/app/actions/glossary-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/index.js b/server/zanata-frontend/src/app/actions/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/index.js rename to server/zanata-frontend/src/app/actions/index.js diff --git a/server/zanata-frontend/src/frontend/app/actions/languages-actions.js b/server/zanata-frontend/src/app/actions/languages-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/languages-actions.js rename to server/zanata-frontend/src/app/actions/languages-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/profile-actions.js b/server/zanata-frontend/src/app/actions/profile-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/profile-actions.js rename to server/zanata-frontend/src/app/actions/profile-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/review-actions.js b/server/zanata-frontend/src/app/actions/review-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/review-actions.js rename to server/zanata-frontend/src/app/actions/review-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/tmx-actions.js b/server/zanata-frontend/src/app/actions/tmx-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/tmx-actions.js rename to server/zanata-frontend/src/app/actions/tmx-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/version-action-types.js b/server/zanata-frontend/src/app/actions/version-action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/version-action-types.js rename to server/zanata-frontend/src/app/actions/version-action-types.js diff --git a/server/zanata-frontend/src/frontend/app/actions/version-actions.js b/server/zanata-frontend/src/app/actions/version-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/version-actions.js rename to server/zanata-frontend/src/app/actions/version-actions.js diff --git a/server/zanata-frontend/src/frontend/app/actions/version-actions.test.js b/server/zanata-frontend/src/app/actions/version-actions.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/actions/version-actions.test.js rename to server/zanata-frontend/src/app/actions/version-actions.test.js diff --git a/server/zanata-frontend/src/frontend/app/components/Alert/Alert.story.js b/server/zanata-frontend/src/app/components/Alert/Alert.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Alert/Alert.story.js rename to server/zanata-frontend/src/app/components/Alert/Alert.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Badge/Badge.story.js b/server/zanata-frontend/src/app/components/Badge/Badge.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Badge/Badge.story.js rename to server/zanata-frontend/src/app/components/Badge/Badge.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Breadcrumbs/Breadcrumbs.story.js b/server/zanata-frontend/src/app/components/Breadcrumbs/Breadcrumbs.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Breadcrumbs/Breadcrumbs.story.js rename to server/zanata-frontend/src/app/components/Breadcrumbs/Breadcrumbs.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Button/Button.story.js b/server/zanata-frontend/src/app/components/Button/Button.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Button/Button.story.js rename to server/zanata-frontend/src/app/components/Button/Button.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js b/server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js rename to server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js diff --git a/server/zanata-frontend/src/frontend/app/components/DraggableVersionPanels/index.js b/server/zanata-frontend/src/app/components/DraggableVersionPanels/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/DraggableVersionPanels/index.js rename to server/zanata-frontend/src/app/components/DraggableVersionPanels/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/Dropdown/Dropdown.story.js b/server/zanata-frontend/src/app/components/Dropdown/Dropdown.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Dropdown/Dropdown.story.js rename to server/zanata-frontend/src/app/components/Dropdown/Dropdown.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/EditableText/EditableText.story.js b/server/zanata-frontend/src/app/components/EditableText/EditableText.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/EditableText/EditableText.story.js rename to server/zanata-frontend/src/app/components/EditableText/EditableText.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/EditableText/index.js b/server/zanata-frontend/src/app/components/EditableText/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/EditableText/index.js rename to server/zanata-frontend/src/app/components/EditableText/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/Form/Form.story.js b/server/zanata-frontend/src/app/components/Form/Form.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Form/Form.story.js rename to server/zanata-frontend/src/app/components/Form/Form.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Icon/Icon.story.js b/server/zanata-frontend/src/app/components/Icon/Icon.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icon/Icon.story.js rename to server/zanata-frontend/src/app/components/Icon/Icon.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Icon/index.jsx b/server/zanata-frontend/src/app/components/Icon/index.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icon/index.jsx rename to server/zanata-frontend/src/app/components/Icon/index.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/Readme.md b/server/zanata-frontend/src/app/components/Icons/Readme.md similarity index 89% rename from server/zanata-frontend/src/frontend/app/components/Icons/Readme.md rename to server/zanata-frontend/src/app/components/Icons/Readme.md index f03fd2fe537..c1cfc554bb5 100644 --- a/server/zanata-frontend/src/frontend/app/components/Icons/Readme.md +++ b/server/zanata-frontend/src/app/components/Icons/Readme.md @@ -7,7 +7,7 @@ This is only needed once on the page to add all the icons to the page. If you watch build is complaining ``` -Module not found: Error: Can't resolve './Icons' in 'platform/server/zanata-frontend/src/frontend/app/components' +Module not found: Error: Can't resolve './Icons' in 'platform/server/zanata-frontend/src/app/components' ``` You need to run ```make draft``` first to generate the index.jsx file and then run the normal watch task. diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/index.jsx.src b/server/zanata-frontend/src/app/components/Icons/index.jsx.src similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/index.jsx.src rename to server/zanata-frontend/src/app/components/Icons/index.jsx.src diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-admin.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-admin.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-admin.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-admin.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-all.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-all.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-all.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-all.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-assign.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-assign.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-assign.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-assign.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-attach.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-attach.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-attach.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-attach.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-block.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-block.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-block.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-block.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-down-double.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-down-double.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-down-double.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-down-double.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-down.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-down.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-down.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-down.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-left.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-left.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-left.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-left.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-right.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-right.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-right.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-right.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-up-double.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-up-double.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-up-double.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-up-double.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-up.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-up.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-up.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-up.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-circle.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-circle.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-circle.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-circle.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-clock.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-clock.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-clock.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-clock.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-code.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-code.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-code.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-code.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-comment.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-comment.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-comment.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-comment.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-copy.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-copy.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-copy.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-copy.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-cross-circle.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-cross-circle.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-cross-circle.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-cross-circle.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-cross.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-cross.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-cross.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-cross.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-dashboard.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-dashboard.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-dashboard.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-dashboard.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-document.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-document.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-document.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-document.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-dot.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-dot.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-dot.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-dot.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-download.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-download.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-download.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-download.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-edit.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-edit.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-edit.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-edit.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-ellipsis.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-ellipsis.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-ellipsis.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-ellipsis.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-export.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-export.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-export.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-export.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-external-link.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-external-link.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-external-link.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-external-link.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-filter.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-filter.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-filter.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-filter.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-folder.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-folder.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-folder.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-folder.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-glossary.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-glossary.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-glossary.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-glossary.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-help.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-help.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-help.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-help.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-history.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-history.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-history.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-history.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-import.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-import.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-import.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-import.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-inbox.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-inbox.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-inbox.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-inbox.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-info.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-info.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-info.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-info.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-keyboard.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-keyboard.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-keyboard.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-keyboard.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-language.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-language.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-language.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-language.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-link.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-link.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-link.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-link.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-location.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-location.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-location.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-location.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-locked.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-locked.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-locked.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-locked.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-logout.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-logout.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-logout.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-logout.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-mail.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-mail.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-mail.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-mail.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-maintain.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-maintain.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-maintain.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-maintain.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-menu.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-menu.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-menu.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-menu.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-minus.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-minus.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-minus.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-minus.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-next.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-next.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-next.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-next.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-notification.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-notification.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-notification.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-notification.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-piestats.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-piestats.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-piestats.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-piestats.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-plus.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-plus.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-plus.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-plus.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-previous.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-previous.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-previous.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-previous.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-project.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-project.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-project.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-project.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-refresh.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-refresh.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-refresh.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-refresh.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-review.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-review.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-review.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-review.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-search.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-search.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-search.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-search.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-servmon.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-servmon.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-servmon.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-servmon.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-settings.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-settings.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-settings.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-settings.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-star-outline.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-star-outline.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-star-outline.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-star-outline.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-star.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-star.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-star.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-star.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-statistics.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-statistics.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-statistics.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-statistics.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-suggestions.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-suggestions.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-suggestions.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-suggestions.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tick-circle.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-tick-circle.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tick-circle.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-tick-circle.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tick.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-tick.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tick.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-tick.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tm.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-tm.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tm.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-tm.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-translate.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-translate.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-translate.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-translate.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-trash.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-trash.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-trash.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-trash.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-undo.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-undo.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-undo.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-undo.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-unlocked.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-unlocked.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-unlocked.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-unlocked.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-upload.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-upload.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-upload.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-upload.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-user.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-user.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-user.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-user.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-users.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-users.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-users.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-users.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-version.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-version.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-version.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-version.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-warning.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-warning.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-warning.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-warning.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-zanata.svg b/server/zanata-frontend/src/app/components/Icons/svgs/Icon-zanata.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-zanata.svg rename to server/zanata-frontend/src/app/components/Icons/svgs/Icon-zanata.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Label/Label.story.js b/server/zanata-frontend/src/app/components/Label/Label.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Label/Label.story.js rename to server/zanata-frontend/src/app/components/Label/Label.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Link/Link.story.js b/server/zanata-frontend/src/app/components/Link/Link.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Link/Link.story.js rename to server/zanata-frontend/src/app/components/Link/Link.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Link/index.js b/server/zanata-frontend/src/app/components/Link/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Link/index.js rename to server/zanata-frontend/src/app/components/Link/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/List/List.story.js b/server/zanata-frontend/src/app/components/List/List.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/List/List.story.js rename to server/zanata-frontend/src/app/components/List/List.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Loader/index.js b/server/zanata-frontend/src/app/components/Loader/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Loader/index.js rename to server/zanata-frontend/src/app/components/Loader/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/LoaderText/LoaderText.story.js b/server/zanata-frontend/src/app/components/LoaderText/LoaderText.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LoaderText/LoaderText.story.js rename to server/zanata-frontend/src/app/components/LoaderText/LoaderText.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/LoaderText/index.js b/server/zanata-frontend/src/app/components/LoaderText/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LoaderText/index.js rename to server/zanata-frontend/src/app/components/LoaderText/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/LockIcon/LockIcon.test.js b/server/zanata-frontend/src/app/components/LockIcon/LockIcon.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LockIcon/LockIcon.test.js rename to server/zanata-frontend/src/app/components/LockIcon/LockIcon.test.js diff --git a/server/zanata-frontend/src/frontend/app/components/LockIcon/index.js b/server/zanata-frontend/src/app/components/LockIcon/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LockIcon/index.js rename to server/zanata-frontend/src/app/components/LockIcon/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/LogoLoader/index.js b/server/zanata-frontend/src/app/components/LogoLoader/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LogoLoader/index.js rename to server/zanata-frontend/src/app/components/LogoLoader/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/LogoLoader/index.less b/server/zanata-frontend/src/app/components/LogoLoader/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LogoLoader/index.less rename to server/zanata-frontend/src/app/components/LogoLoader/index.less diff --git a/server/zanata-frontend/src/frontend/app/components/LogoLoader/logo.svg b/server/zanata-frontend/src/app/components/LogoLoader/logo.svg similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/LogoLoader/logo.svg rename to server/zanata-frontend/src/app/components/LogoLoader/logo.svg diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/Modal.story.js b/server/zanata-frontend/src/app/components/Modal/Modal.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/Modal.story.js rename to server/zanata-frontend/src/app/components/Modal/Modal.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/ModalBody.jsx b/server/zanata-frontend/src/app/components/Modal/ModalBody.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/ModalBody.jsx rename to server/zanata-frontend/src/app/components/Modal/ModalBody.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/ModalFooter.jsx b/server/zanata-frontend/src/app/components/Modal/ModalFooter.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/ModalFooter.jsx rename to server/zanata-frontend/src/app/components/Modal/ModalFooter.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/ModalHeader.jsx b/server/zanata-frontend/src/app/components/Modal/ModalHeader.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/ModalHeader.jsx rename to server/zanata-frontend/src/app/components/Modal/ModalHeader.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/ModalTitle.jsx b/server/zanata-frontend/src/app/components/Modal/ModalTitle.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/ModalTitle.jsx rename to server/zanata-frontend/src/app/components/Modal/ModalTitle.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/Readme.md b/server/zanata-frontend/src/app/components/Modal/Readme.md similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/Readme.md rename to server/zanata-frontend/src/app/components/Modal/Readme.md diff --git a/server/zanata-frontend/src/frontend/app/components/Modal/index.jsx b/server/zanata-frontend/src/app/components/Modal/index.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Modal/index.jsx rename to server/zanata-frontend/src/app/components/Modal/index.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Nav/NavIcon.jsx b/server/zanata-frontend/src/app/components/Nav/NavIcon.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Nav/NavIcon.jsx rename to server/zanata-frontend/src/app/components/Nav/NavIcon.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Nav/NavItem.jsx b/server/zanata-frontend/src/app/components/Nav/NavItem.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Nav/NavItem.jsx rename to server/zanata-frontend/src/app/components/Nav/NavItem.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Nav/index.jsx b/server/zanata-frontend/src/app/components/Nav/index.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Nav/index.jsx rename to server/zanata-frontend/src/app/components/Nav/index.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Notification/Notification.story.js b/server/zanata-frontend/src/app/components/Notification/Notification.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Notification/Notification.story.js rename to server/zanata-frontend/src/app/components/Notification/Notification.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Notification/component.js b/server/zanata-frontend/src/app/components/Notification/component.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Notification/component.js rename to server/zanata-frontend/src/app/components/Notification/component.js diff --git a/server/zanata-frontend/src/frontend/app/components/Notification/index.js b/server/zanata-frontend/src/app/components/Notification/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Notification/index.js rename to server/zanata-frontend/src/app/components/Notification/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/Pagination/Pagination.story.js b/server/zanata-frontend/src/app/components/Pagination/Pagination.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Pagination/Pagination.story.js rename to server/zanata-frontend/src/app/components/Pagination/Pagination.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Panel/Panel.story.js b/server/zanata-frontend/src/app/components/Panel/Panel.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Panel/Panel.story.js rename to server/zanata-frontend/src/app/components/Panel/Panel.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/ProgressBar/CancellableProgressBar.js b/server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/ProgressBar/CancellableProgressBar.js rename to server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js diff --git a/server/zanata-frontend/src/frontend/app/components/ProgressBar/CancellableProgressBar.test.js b/server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/ProgressBar/CancellableProgressBar.test.js rename to server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js diff --git a/server/zanata-frontend/src/frontend/app/components/ProgressBar/ProgressBar.story.js b/server/zanata-frontend/src/app/components/ProgressBar/ProgressBar.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/ProgressBar/ProgressBar.story.js rename to server/zanata-frontend/src/app/components/ProgressBar/ProgressBar.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/RejectionsForm/RejectionsForm.story.js b/server/zanata-frontend/src/app/components/RejectionsForm/RejectionsForm.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/RejectionsForm/RejectionsForm.story.js rename to server/zanata-frontend/src/app/components/RejectionsForm/RejectionsForm.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.js b/server/zanata-frontend/src/app/components/RejectionsForm/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.js rename to server/zanata-frontend/src/app/components/RejectionsForm/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.less b/server/zanata-frontend/src/app/components/RejectionsForm/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.less rename to server/zanata-frontend/src/app/components/RejectionsForm/index.less diff --git a/server/zanata-frontend/src/frontend/app/components/Select/index.js b/server/zanata-frontend/src/app/components/Select/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Select/index.js rename to server/zanata-frontend/src/app/components/Select/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/SelectableDropdown/SelectableDropdown.test.js b/server/zanata-frontend/src/app/components/SelectableDropdown/SelectableDropdown.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/SelectableDropdown/SelectableDropdown.test.js rename to server/zanata-frontend/src/app/components/SelectableDropdown/SelectableDropdown.test.js diff --git a/server/zanata-frontend/src/frontend/app/components/SelectableDropdown/index.js b/server/zanata-frontend/src/app/components/SelectableDropdown/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/SelectableDropdown/index.js rename to server/zanata-frontend/src/app/components/SelectableDropdown/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/Sidebar/Sidebar.story.js b/server/zanata-frontend/src/app/components/Sidebar/Sidebar.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Sidebar/Sidebar.story.js rename to server/zanata-frontend/src/app/components/Sidebar/Sidebar.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Sidebar/index.jsx b/server/zanata-frontend/src/app/components/Sidebar/index.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Sidebar/index.jsx rename to server/zanata-frontend/src/app/components/Sidebar/index.jsx diff --git a/server/zanata-frontend/src/frontend/app/components/Sidebar/index.less b/server/zanata-frontend/src/app/components/Sidebar/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Sidebar/index.less rename to server/zanata-frontend/src/app/components/Sidebar/index.less diff --git a/server/zanata-frontend/src/frontend/app/components/TMX/TMXExportModal.js b/server/zanata-frontend/src/app/components/TMX/TMXExportModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TMX/TMXExportModal.js rename to server/zanata-frontend/src/app/components/TMX/TMXExportModal.js diff --git a/server/zanata-frontend/src/frontend/app/components/TMX/index.less b/server/zanata-frontend/src/app/components/TMX/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TMX/index.less rename to server/zanata-frontend/src/app/components/TMX/index.less diff --git a/server/zanata-frontend/src/frontend/app/components/Table/Table.story.js b/server/zanata-frontend/src/app/components/Table/Table.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Table/Table.story.js rename to server/zanata-frontend/src/app/components/Table/Table.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/Tabs/Tabs.story.js b/server/zanata-frontend/src/app/components/Tabs/Tabs.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Tabs/Tabs.story.js rename to server/zanata-frontend/src/app/components/Tabs/Tabs.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/TextInput/TextInput.story.js b/server/zanata-frontend/src/app/components/TextInput/TextInput.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TextInput/TextInput.story.js rename to server/zanata-frontend/src/app/components/TextInput/TextInput.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/TextInput/index.js b/server/zanata-frontend/src/app/components/TextInput/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TextInput/index.js rename to server/zanata-frontend/src/app/components/TextInput/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/Tooltip/Tooltip.story.js b/server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Tooltip/Tooltip.story.js rename to server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.story.js b/server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.story.js rename to server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.test.js b/server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.test.js rename to server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.test.js diff --git a/server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckboxGroup.js b/server/zanata-frontend/src/app/components/TriCheckbox/TriCheckboxGroup.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckboxGroup.js rename to server/zanata-frontend/src/app/components/TriCheckbox/TriCheckboxGroup.js diff --git a/server/zanata-frontend/src/frontend/app/components/TriCheckbox/index.js b/server/zanata-frontend/src/app/components/TriCheckbox/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TriCheckbox/index.js rename to server/zanata-frontend/src/app/components/TriCheckbox/index.js diff --git a/server/zanata-frontend/src/frontend/app/components/TriCheckbox/index.less b/server/zanata-frontend/src/app/components/TriCheckbox/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/TriCheckbox/index.less rename to server/zanata-frontend/src/app/components/TriCheckbox/index.less diff --git a/server/zanata-frontend/src/frontend/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js b/server/zanata-frontend/src/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js rename to server/zanata-frontend/src/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/VersionTMMergeModal/diagram.png b/server/zanata-frontend/src/app/components/VersionTMMergeModal/diagram.png similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/VersionTMMergeModal/diagram.png rename to server/zanata-frontend/src/app/components/VersionTMMergeModal/diagram.png diff --git a/server/zanata-frontend/src/frontend/app/components/Well/Well.story.js b/server/zanata-frontend/src/app/components/Well/Well.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/Well/Well.story.js rename to server/zanata-frontend/src/app/components/Well/Well.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/components.story.js b/server/zanata-frontend/src/app/components/components.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/components.story.js rename to server/zanata-frontend/src/app/components/components.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/foundation.story.js b/server/zanata-frontend/src/app/components/foundation.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/foundation.story.js rename to server/zanata-frontend/src/app/components/foundation.story.js diff --git a/server/zanata-frontend/src/frontend/app/components/index.js b/server/zanata-frontend/src/app/components/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/components/index.js rename to server/zanata-frontend/src/app/components/index.js diff --git a/server/zanata-frontend/src/frontend/app/config.js b/server/zanata-frontend/src/app/config.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/config.js rename to server/zanata-frontend/src/app/config.js diff --git a/server/zanata-frontend/src/frontend/app/constants/Messages.js b/server/zanata-frontend/src/app/constants/Messages.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/constants/Messages.js rename to server/zanata-frontend/src/app/constants/Messages.js diff --git a/server/zanata-frontend/src/frontend/app/constants/Options.js b/server/zanata-frontend/src/app/constants/Options.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/constants/Options.js rename to server/zanata-frontend/src/app/constants/Options.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Admin/Review.js b/server/zanata-frontend/src/app/containers/Admin/Review.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Admin/Review.js rename to server/zanata-frontend/src/app/containers/Admin/Review.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Admin/index.js b/server/zanata-frontend/src/app/containers/Admin/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Admin/index.js rename to server/zanata-frontend/src/app/containers/Admin/index.js diff --git a/server/zanata-frontend/src/frontend/app/containers/App.js b/server/zanata-frontend/src/app/containers/App.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/App.js rename to server/zanata-frontend/src/app/containers/App.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/GroupTeaser.jsx b/server/zanata-frontend/src/app/containers/Explore/GroupTeaser.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/GroupTeaser.jsx rename to server/zanata-frontend/src/app/containers/Explore/GroupTeaser.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/LanguageTeamTeaser.jsx b/server/zanata-frontend/src/app/containers/Explore/LanguageTeamTeaser.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/LanguageTeamTeaser.jsx rename to server/zanata-frontend/src/app/containers/Explore/LanguageTeamTeaser.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/ProjectTeaser.jsx b/server/zanata-frontend/src/app/containers/Explore/ProjectTeaser.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/ProjectTeaser.jsx rename to server/zanata-frontend/src/app/containers/Explore/ProjectTeaser.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/TeaserList.jsx b/server/zanata-frontend/src/app/containers/Explore/TeaserList.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/TeaserList.jsx rename to server/zanata-frontend/src/app/containers/Explore/TeaserList.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/TeaserListHeader.jsx b/server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/TeaserListHeader.jsx rename to server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/UserTeaser.jsx b/server/zanata-frontend/src/app/containers/Explore/UserTeaser.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/UserTeaser.jsx rename to server/zanata-frontend/src/app/containers/Explore/UserTeaser.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/index.js b/server/zanata-frontend/src/app/containers/Explore/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/index.js rename to server/zanata-frontend/src/app/containers/Explore/index.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Explore/index.less b/server/zanata-frontend/src/app/containers/Explore/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Explore/index.less rename to server/zanata-frontend/src/app/containers/Explore/index.less diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/DeleteAllEntriesModal.jsx b/server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/DeleteAllEntriesModal.jsx rename to server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/DeleteEntryModal.jsx b/server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/DeleteEntryModal.jsx rename to server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js b/server/zanata-frontend/src/app/containers/Glossary/Entry.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js rename to server/zanata-frontend/src/app/containers/Glossary/Entry.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/EntryModal.js b/server/zanata-frontend/src/app/containers/Glossary/EntryModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/EntryModal.js rename to server/zanata-frontend/src/app/containers/Glossary/EntryModal.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js b/server/zanata-frontend/src/app/containers/Glossary/ExportModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js rename to server/zanata-frontend/src/app/containers/Glossary/ExportModal.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/Header.jsx b/server/zanata-frontend/src/app/containers/Glossary/Header.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/Header.jsx rename to server/zanata-frontend/src/app/containers/Glossary/Header.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js b/server/zanata-frontend/src/app/containers/Glossary/ImportModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js rename to server/zanata-frontend/src/app/containers/Glossary/ImportModal.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js b/server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js rename to server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js b/server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js rename to server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/index.js b/server/zanata-frontend/src/app/containers/Glossary/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/index.js rename to server/zanata-frontend/src/app/containers/Glossary/index.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Glossary/index.less b/server/zanata-frontend/src/app/containers/Glossary/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Glossary/index.less rename to server/zanata-frontend/src/app/containers/Glossary/index.less diff --git a/server/zanata-frontend/src/frontend/app/containers/Languages/DeleteEntry.js b/server/zanata-frontend/src/app/containers/Languages/DeleteEntry.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Languages/DeleteEntry.js rename to server/zanata-frontend/src/app/containers/Languages/DeleteEntry.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Languages/Entry.js b/server/zanata-frontend/src/app/containers/Languages/Entry.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Languages/Entry.js rename to server/zanata-frontend/src/app/containers/Languages/Entry.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js b/server/zanata-frontend/src/app/containers/Languages/NewLanguageModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js rename to server/zanata-frontend/src/app/containers/Languages/NewLanguageModal.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Languages/index.js b/server/zanata-frontend/src/app/containers/Languages/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Languages/index.js rename to server/zanata-frontend/src/app/containers/Languages/index.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Languages/index.less b/server/zanata-frontend/src/app/containers/Languages/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Languages/index.less rename to server/zanata-frontend/src/app/containers/Languages/index.less diff --git a/server/zanata-frontend/src/frontend/app/containers/Project/index.js b/server/zanata-frontend/src/app/containers/Project/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Project/index.js rename to server/zanata-frontend/src/app/containers/Project/index.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/ProjectVersionPanels.js b/server/zanata-frontend/src/app/containers/ProjectVersion/ProjectVersionPanels.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/ProjectVersionPanels.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/ProjectVersionPanels.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeImportedTM.js b/server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeImportedTM.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeImportedTM.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeImportedTM.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeModal.js b/server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeModal.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeModal.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeModal.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeOptionsCommon.js b/server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeOptionsCommon.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeOptionsCommon.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeOptionsCommon.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeProjectSources.js b/server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeProjectSources.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeProjectSources.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeProjectSources.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeProjectTMOptions.js b/server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeProjectTMOptions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeProjectTMOptions.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeProjectTMOptions.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/index.js b/server/zanata-frontend/src/app/containers/ProjectVersion/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/index.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/index.js diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/index.less b/server/zanata-frontend/src/app/containers/ProjectVersion/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/index.less rename to server/zanata-frontend/src/app/containers/ProjectVersion/index.less diff --git a/server/zanata-frontend/src/frontend/app/containers/ProjectVersion/project-version-displays.js b/server/zanata-frontend/src/app/containers/ProjectVersion/project-version-displays.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/ProjectVersion/project-version-displays.js rename to server/zanata-frontend/src/app/containers/ProjectVersion/project-version-displays.js diff --git a/server/zanata-frontend/src/frontend/app/containers/Root.js b/server/zanata-frontend/src/app/containers/Root.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/Root.js rename to server/zanata-frontend/src/app/containers/Root.js diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/CalendarMonthMatrix.jsx b/server/zanata-frontend/src/app/containers/UserProfile/CalendarMonthMatrix.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/CalendarMonthMatrix.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/CalendarMonthMatrix.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/CalendarPeriodHeading.jsx b/server/zanata-frontend/src/app/containers/UserProfile/CalendarPeriodHeading.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/CalendarPeriodHeading.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/CalendarPeriodHeading.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/CategoryItemMatrix.jsx b/server/zanata-frontend/src/app/containers/UserProfile/CategoryItemMatrix.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/CategoryItemMatrix.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/CategoryItemMatrix.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/CategoryMatrixTable.jsx b/server/zanata-frontend/src/app/containers/UserProfile/CategoryMatrixTable.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/CategoryMatrixTable.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/CategoryMatrixTable.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/ContentStateFilter.jsx b/server/zanata-frontend/src/app/containers/UserProfile/ContentStateFilter.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/ContentStateFilter.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/ContentStateFilter.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/ContributionChart.jsx b/server/zanata-frontend/src/app/containers/UserProfile/ContributionChart.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/ContributionChart.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/ContributionChart.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/DayMatrix.jsx b/server/zanata-frontend/src/app/containers/UserProfile/DayMatrix.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/DayMatrix.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/DayMatrix.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/FilterableMatrixTable.jsx b/server/zanata-frontend/src/app/containers/UserProfile/FilterableMatrixTable.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/FilterableMatrixTable.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/FilterableMatrixTable.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/RecentContributions.jsx b/server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/RecentContributions.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx b/server/zanata-frontend/src/app/containers/UserProfile/index.jsx similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx rename to server/zanata-frontend/src/app/containers/UserProfile/index.jsx diff --git a/server/zanata-frontend/src/frontend/app/containers/UserProfile/index.less b/server/zanata-frontend/src/app/containers/UserProfile/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/containers/UserProfile/index.less rename to server/zanata-frontend/src/app/containers/UserProfile/index.less diff --git a/server/zanata-frontend/src/frontend/app/editor/README.md b/server/zanata-frontend/src/app/editor/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/README.md rename to server/zanata-frontend/src/app/editor/README.md diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/action-types.js b/server/zanata-frontend/src/app/editor/actions/action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/action-types.js rename to server/zanata-frontend/src/app/editor/actions/action-types.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js b/server/zanata-frontend/src/app/editor/actions/controls-header-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js rename to server/zanata-frontend/src/app/editor/actions/controls-header-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/glossary-action-types.js b/server/zanata-frontend/src/app/editor/actions/glossary-action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/glossary-action-types.js rename to server/zanata-frontend/src/app/editor/actions/glossary-action-types.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js b/server/zanata-frontend/src/app/editor/actions/glossary-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js rename to server/zanata-frontend/src/app/editor/actions/glossary-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/header-action-types.js b/server/zanata-frontend/src/app/editor/actions/header-action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/header-action-types.js rename to server/zanata-frontend/src/app/editor/actions/header-action-types.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js b/server/zanata-frontend/src/app/editor/actions/header-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js rename to server/zanata-frontend/src/app/editor/actions/header-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/index.js b/server/zanata-frontend/src/app/editor/actions/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/index.js rename to server/zanata-frontend/src/app/editor/actions/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js b/server/zanata-frontend/src/app/editor/actions/key-shortcuts-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js rename to server/zanata-frontend/src/app/editor/actions/key-shortcuts-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js b/server/zanata-frontend/src/app/editor/actions/phrase-navigation-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js rename to server/zanata-frontend/src/app/editor/actions/phrase-navigation-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/phrases-action-types.js b/server/zanata-frontend/src/app/editor/actions/phrases-action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/phrases-action-types.js rename to server/zanata-frontend/src/app/editor/actions/phrases-action-types.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js b/server/zanata-frontend/src/app/editor/actions/phrases-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js rename to server/zanata-frontend/src/app/editor/actions/phrases-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/phrases-filter-actions.js b/server/zanata-frontend/src/app/editor/actions/phrases-filter-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/phrases-filter-actions.js rename to server/zanata-frontend/src/app/editor/actions/phrases-filter-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/settings-action-types.js b/server/zanata-frontend/src/app/editor/actions/settings-action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/settings-action-types.js rename to server/zanata-frontend/src/app/editor/actions/settings-action-types.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/settings-actions.js b/server/zanata-frontend/src/app/editor/actions/settings-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/settings-actions.js rename to server/zanata-frontend/src/app/editor/actions/settings-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/settings-actions.test.js b/server/zanata-frontend/src/app/editor/actions/settings-actions.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/settings-actions.test.js rename to server/zanata-frontend/src/app/editor/actions/settings-actions.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/suggestions-action-types.js b/server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/suggestions-action-types.js rename to server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js diff --git a/server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js b/server/zanata-frontend/src/app/editor/actions/suggestions-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js rename to server/zanata-frontend/src/app/editor/actions/suggestions-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/api/index.js b/server/zanata-frontend/src/app/editor/api/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/api/index.js rename to server/zanata-frontend/src/app/editor/api/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/api/suggestions.js b/server/zanata-frontend/src/app/editor/api/suggestions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/api/suggestions.js rename to server/zanata-frontend/src/app/editor/api/suggestions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/app.css b/server/zanata-frontend/src/app/editor/app.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/app.css rename to server/zanata-frontend/src/app/editor/app.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js b/server/zanata-frontend/src/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js rename to server/zanata-frontend/src/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/index.js b/server/zanata-frontend/src/app/editor/components/ActivityFeedItem/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/index.js rename to server/zanata-frontend/src/app/editor/components/ActivityFeedItem/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/ActivitySelectList.story.js b/server/zanata-frontend/src/app/editor/components/ActivitySelectList/ActivitySelectList.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/ActivitySelectList.story.js rename to server/zanata-frontend/src/app/editor/components/ActivitySelectList/ActivitySelectList.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/index.js b/server/zanata-frontend/src/app/editor/components/ActivitySelectList/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/index.js rename to server/zanata-frontend/src/app/editor/components/ActivitySelectList/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Button/Button.story.js b/server/zanata-frontend/src/app/editor/components/Button/Button.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Button/Button.story.js rename to server/zanata-frontend/src/app/editor/components/Button/Button.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Button/Button.test.js b/server/zanata-frontend/src/app/editor/components/Button/Button.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Button/Button.test.js rename to server/zanata-frontend/src/app/editor/components/Button/Button.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Button/index.css b/server/zanata-frontend/src/app/editor/components/Button/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Button/index.css rename to server/zanata-frontend/src/app/editor/components/Button/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Button/index.js b/server/zanata-frontend/src/app/editor/components/Button/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Button/index.js rename to server/zanata-frontend/src/app/editor/components/Button/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/CommentBox/CommentBox.story.js b/server/zanata-frontend/src/app/editor/components/CommentBox/CommentBox.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/CommentBox/CommentBox.story.js rename to server/zanata-frontend/src/app/editor/components/CommentBox/CommentBox.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/CommentBox/index.js b/server/zanata-frontend/src/app/editor/components/CommentBox/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/CommentBox/index.js rename to server/zanata-frontend/src/app/editor/components/CommentBox/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/DashboardLink.test.js b/server/zanata-frontend/src/app/editor/components/DashboardLink/DashboardLink.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/DashboardLink.test.js rename to server/zanata-frontend/src/app/editor/components/DashboardLink/DashboardLink.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/index.js b/server/zanata-frontend/src/app/editor/components/DashboardLink/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/index.js rename to server/zanata-frontend/src/app/editor/components/DashboardLink/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js b/server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js rename to server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js b/server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js rename to server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/index.js b/server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/index.js rename to server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/DocsDropdown.test.js b/server/zanata-frontend/src/app/editor/components/DocsDropdown/DocsDropdown.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/DocsDropdown.test.js rename to server/zanata-frontend/src/app/editor/components/DocsDropdown/DocsDropdown.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/index.js b/server/zanata-frontend/src/app/editor/components/DocsDropdown/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/index.js rename to server/zanata-frontend/src/app/editor/components/DocsDropdown/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Dropdown/Dropdown.test.js b/server/zanata-frontend/src/app/editor/components/Dropdown/Dropdown.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Dropdown/Dropdown.test.js rename to server/zanata-frontend/src/app/editor/components/Dropdown/Dropdown.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.css b/server/zanata-frontend/src/app/editor/components/Dropdown/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.css rename to server/zanata-frontend/src/app/editor/components/Dropdown/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.js b/server/zanata-frontend/src/app/editor/components/Dropdown/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.js rename to server/zanata-frontend/src/app/editor/components/Dropdown/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.story.js b/server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.story.js rename to server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.test.js b/server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.test.js rename to server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css b/server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css rename to server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js b/server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js rename to server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.css b/server/zanata-frontend/src/app/editor/components/FilterToggle/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.css rename to server/zanata-frontend/src/app/editor/components/FilterToggle/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.js b/server/zanata-frontend/src/app/editor/components/FilterToggle/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.js rename to server/zanata-frontend/src/app/editor/components/FilterToggle/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js b/server/zanata-frontend/src/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js rename to server/zanata-frontend/src/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js b/server/zanata-frontend/src/app/editor/components/GlossarySearchInput/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js rename to server/zanata-frontend/src/app/editor/components/GlossarySearchInput/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/GlossaryTerm.story.js b/server/zanata-frontend/src/app/editor/components/GlossaryTerm/GlossaryTerm.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/GlossaryTerm.story.js rename to server/zanata-frontend/src/app/editor/components/GlossaryTerm/GlossaryTerm.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/index.js b/server/zanata-frontend/src/app/editor/components/GlossaryTerm/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/index.js rename to server/zanata-frontend/src/app/editor/components/GlossaryTerm/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js b/server/zanata-frontend/src/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js rename to server/zanata-frontend/src/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js b/server/zanata-frontend/src/app/editor/components/GlossaryTermModal/component.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js rename to server/zanata-frontend/src/app/editor/components/GlossaryTermModal/component.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.css b/server/zanata-frontend/src/app/editor/components/GlossaryTermModal/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.css rename to server/zanata-frontend/src/app/editor/components/GlossaryTermModal/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js b/server/zanata-frontend/src/app/editor/components/GlossaryTermModal/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js rename to server/zanata-frontend/src/app/editor/components/GlossaryTermModal/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/IconButton/IconButton.test.js b/server/zanata-frontend/src/app/editor/components/IconButton/IconButton.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/IconButton/IconButton.test.js rename to server/zanata-frontend/src/app/editor/components/IconButton/IconButton.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/IconButton/index.js b/server/zanata-frontend/src/app/editor/components/IconButton/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/IconButton/index.js rename to server/zanata-frontend/src/app/editor/components/IconButton/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/IconButtonToggle.test.js b/server/zanata-frontend/src/app/editor/components/IconButtonToggle/IconButtonToggle.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/IconButtonToggle.test.js rename to server/zanata-frontend/src/app/editor/components/IconButtonToggle/IconButtonToggle.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/index.js b/server/zanata-frontend/src/app/editor/components/IconButtonToggle/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/index.js rename to server/zanata-frontend/src/app/editor/components/IconButtonToggle/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/InputGroup/index.css b/server/zanata-frontend/src/app/editor/components/InputGroup/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/InputGroup/index.css rename to server/zanata-frontend/src/app/editor/components/InputGroup/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/KeyCombinations.js b/server/zanata-frontend/src/app/editor/components/KeyCombinations.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/KeyCombinations.js rename to server/zanata-frontend/src/app/editor/components/KeyCombinations.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/LanguageSelectList.story.js b/server/zanata-frontend/src/app/editor/components/LanguageSelectList/LanguageSelectList.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/LanguageSelectList.story.js rename to server/zanata-frontend/src/app/editor/components/LanguageSelectList/LanguageSelectList.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/index.js b/server/zanata-frontend/src/app/editor/components/LanguageSelectList/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/index.js rename to server/zanata-frontend/src/app/editor/components/LanguageSelectList/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js b/server/zanata-frontend/src/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js rename to server/zanata-frontend/src/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/index.js b/server/zanata-frontend/src/app/editor/components/LanguagesDropdown/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/index.js rename to server/zanata-frontend/src/app/editor/components/LanguagesDropdown/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js b/server/zanata-frontend/src/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js rename to server/zanata-frontend/src/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/index.js b/server/zanata-frontend/src/app/editor/components/NoSuggestionsPanel/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/index.js rename to server/zanata-frontend/src/app/editor/components/NoSuggestionsPanel/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Pager/Pager.test.js b/server/zanata-frontend/src/app/editor/components/Pager/Pager.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Pager/Pager.test.js rename to server/zanata-frontend/src/app/editor/components/Pager/Pager.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Pager/index.js b/server/zanata-frontend/src/app/editor/components/Pager/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Pager/index.js rename to server/zanata-frontend/src/app/editor/components/Pager/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js b/server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js rename to server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/PhraseStatusFilter/index.js b/server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/PhraseStatusFilter/index.js rename to server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.story.js b/server/zanata-frontend/src/app/editor/components/ProgressBar/ProgressBar.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.story.js rename to server/zanata-frontend/src/app/editor/components/ProgressBar/ProgressBar.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.test.js b/server/zanata-frontend/src/app/editor/components/ProgressBar/ProgressBar.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.test.js rename to server/zanata-frontend/src/app/editor/components/ProgressBar/ProgressBar.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.css b/server/zanata-frontend/src/app/editor/components/ProgressBar/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.css rename to server/zanata-frontend/src/app/editor/components/ProgressBar/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js b/server/zanata-frontend/src/app/editor/components/ProgressBar/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js rename to server/zanata-frontend/src/app/editor/components/ProgressBar/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js b/server/zanata-frontend/src/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js rename to server/zanata-frontend/src/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/index.js b/server/zanata-frontend/src/app/editor/components/ProjectVersionLink/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/index.js rename to server/zanata-frontend/src/app/editor/components/ProjectVersionLink/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js b/server/zanata-frontend/src/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js rename to server/zanata-frontend/src/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/index.css b/server/zanata-frontend/src/app/editor/components/RejectTranslationModal/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/index.css rename to server/zanata-frontend/src/app/editor/components/RejectTranslationModal/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/index.js b/server/zanata-frontend/src/app/editor/components/RejectTranslationModal/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/index.js rename to server/zanata-frontend/src/app/editor/components/RejectTranslationModal/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SelectButton/SelectButton.story.js b/server/zanata-frontend/src/app/editor/components/SelectButton/SelectButton.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SelectButton/SelectButton.story.js rename to server/zanata-frontend/src/app/editor/components/SelectButton/SelectButton.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SelectButton/index.js b/server/zanata-frontend/src/app/editor/components/SelectButton/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SelectButton/index.js rename to server/zanata-frontend/src/app/editor/components/SelectButton/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/SelectButtonList.story.js b/server/zanata-frontend/src/app/editor/components/SelectButtonList/SelectButtonList.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/SelectButtonList.story.js rename to server/zanata-frontend/src/app/editor/components/SelectButtonList/SelectButtonList.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/index.js b/server/zanata-frontend/src/app/editor/components/SelectButtonList/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/index.js rename to server/zanata-frontend/src/app/editor/components/SelectButtonList/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SettingOption/SettingOption.story.js b/server/zanata-frontend/src/app/editor/components/SettingOption/SettingOption.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SettingOption/SettingOption.story.js rename to server/zanata-frontend/src/app/editor/components/SettingOption/SettingOption.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SettingOption/index.js b/server/zanata-frontend/src/app/editor/components/SettingOption/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SettingOption/index.js rename to server/zanata-frontend/src/app/editor/components/SettingOption/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/SettingsOptions.story.js b/server/zanata-frontend/src/app/editor/components/SettingsOptions/SettingsOptions.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/SettingsOptions.story.js rename to server/zanata-frontend/src/app/editor/components/SettingsOptions/SettingsOptions.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/index.js b/server/zanata-frontend/src/app/editor/components/SettingsOptions/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/index.js rename to server/zanata-frontend/src/app/editor/components/SettingsOptions/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.css b/server/zanata-frontend/src/app/editor/components/SplitDropdown/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.css rename to server/zanata-frontend/src/app/editor/components/SplitDropdown/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.js b/server/zanata-frontend/src/app/editor/components/SplitDropdown/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.js rename to server/zanata-frontend/src/app/editor/components/SplitDropdown/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/Suggestion.js b/server/zanata-frontend/src/app/editor/components/Suggestion.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/Suggestion.js rename to server/zanata-frontend/src/app/editor/components/Suggestion.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/SuggestionContents.test.js b/server/zanata-frontend/src/app/editor/components/SuggestionContents/SuggestionContents.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/SuggestionContents.test.js rename to server/zanata-frontend/src/app/editor/components/SuggestionContents/SuggestionContents.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/index.js b/server/zanata-frontend/src/app/editor/components/SuggestionContents/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/index.js rename to server/zanata-frontend/src/app/editor/components/SuggestionContents/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js b/server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js rename to server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/index.js b/server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/index.js rename to server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionList.js b/server/zanata-frontend/src/app/editor/components/SuggestionList.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionList.js rename to server/zanata-frontend/src/app/editor/components/SuggestionList.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js b/server/zanata-frontend/src/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js rename to server/zanata-frontend/src/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/index.js b/server/zanata-frontend/src/app/editor/components/SuggestionMatchPercent/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/index.js rename to server/zanata-frontend/src/app/editor/components/SuggestionMatchPercent/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.js b/server/zanata-frontend/src/app/editor/components/SuggestionSearchInput/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.js rename to server/zanata-frontend/src/app/editor/components/SuggestionSearchInput/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js b/server/zanata-frontend/src/app/editor/components/SuggestionSources/SuggestionSources.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js rename to server/zanata-frontend/src/app/editor/components/SuggestionSources/SuggestionSources.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js b/server/zanata-frontend/src/app/editor/components/SuggestionSources/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js rename to server/zanata-frontend/src/app/editor/components/SuggestionSources/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslationDetails.js b/server/zanata-frontend/src/app/editor/components/SuggestionTranslationDetails.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslationDetails.js rename to server/zanata-frontend/src/app/editor/components/SuggestionTranslationDetails.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslations.js b/server/zanata-frontend/src/app/editor/components/SuggestionTranslations.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslations.js rename to server/zanata-frontend/src/app/editor/components/SuggestionTranslations.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/SuggestionUpdateMessage.js b/server/zanata-frontend/src/app/editor/components/SuggestionUpdateMessage.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/SuggestionUpdateMessage.js rename to server/zanata-frontend/src/app/editor/components/SuggestionUpdateMessage.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.story.js b/server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.story.js rename to server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.test.js b/server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.test.js rename to server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.css b/server/zanata-frontend/src/app/editor/components/TextDiff/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.css rename to server/zanata-frontend/src/app/editor/components/TextDiff/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.js b/server/zanata-frontend/src/app/editor/components/TextDiff/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.js rename to server/zanata-frontend/src/app/editor/components/TextDiff/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/ToggleSwitch.test.js b/server/zanata-frontend/src/app/editor/components/ToggleSwitch/ToggleSwitch.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/ToggleSwitch.test.js rename to server/zanata-frontend/src/app/editor/components/ToggleSwitch/ToggleSwitch.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.css b/server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.css rename to server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.js b/server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.js rename to server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.css b/server/zanata-frontend/src/app/editor/components/TransUnit/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.css rename to server/zanata-frontend/src/app/editor/components/TransUnit/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js b/server/zanata-frontend/src/app/editor/components/TransUnit/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js rename to server/zanata-frontend/src/app/editor/components/TransUnit/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitLocaleHeading.js b/server/zanata-frontend/src/app/editor/components/TransUnitLocaleHeading.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitLocaleHeading.js rename to server/zanata-frontend/src/app/editor/components/TransUnitLocaleHeading.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js b/server/zanata-frontend/src/app/editor/components/TransUnitSourceHeader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js rename to server/zanata-frontend/src/app/editor/components/TransUnitSourceHeader.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourcePanel.js b/server/zanata-frontend/src/app/editor/components/TransUnitSourcePanel.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourcePanel.js rename to server/zanata-frontend/src/app/editor/components/TransUnitSourcePanel.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitStatus.js b/server/zanata-frontend/src/app/editor/components/TransUnitStatus.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitStatus.js rename to server/zanata-frontend/src/app/editor/components/TransUnitStatus.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js b/server/zanata-frontend/src/app/editor/components/TransUnitTranslationFooter.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js rename to server/zanata-frontend/src/app/editor/components/TransUnitTranslationFooter.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js b/server/zanata-frontend/src/app/editor/components/TransUnitTranslationHeader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js rename to server/zanata-frontend/src/app/editor/components/TransUnitTranslationHeader.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js b/server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js rename to server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js b/server/zanata-frontend/src/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js rename to server/zanata-frontend/src/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/index.js b/server/zanata-frontend/src/app/editor/components/TranslatingIndicator/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/index.js rename to server/zanata-frontend/src/app/editor/components/TranslatingIndicator/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js b/server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js rename to server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/index.js b/server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/index.js rename to server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/components/components.story.js b/server/zanata-frontend/src/app/editor/components/components.story.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/components/components.story.js rename to server/zanata-frontend/src/app/editor/components/components.story.js diff --git a/server/zanata-frontend/src/frontend/app/editor/config/intl.js b/server/zanata-frontend/src/app/editor/config/intl.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/config/intl.js rename to server/zanata-frontend/src/app/editor/config/intl.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/ActivityTab.js b/server/zanata-frontend/src/app/editor/containers/ActivityTab.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/ActivityTab.js rename to server/zanata-frontend/src/app/editor/containers/ActivityTab.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js b/server/zanata-frontend/src/app/editor/containers/ControlsHeader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js rename to server/zanata-frontend/src/app/editor/containers/ControlsHeader.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.css b/server/zanata-frontend/src/app/editor/containers/EditorHeader/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.css rename to server/zanata-frontend/src/app/editor/containers/EditorHeader/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.js b/server/zanata-frontend/src/app/editor/containers/EditorHeader/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.js rename to server/zanata-frontend/src/app/editor/containers/EditorHeader/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js b/server/zanata-frontend/src/app/editor/containers/GlossaryTab.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js rename to server/zanata-frontend/src/app/editor/containers/GlossaryTab.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.css b/server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.css rename to server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js b/server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js rename to server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js b/server/zanata-frontend/src/app/editor/containers/KeyShortcutDispatcher.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js rename to server/zanata-frontend/src/app/editor/containers/KeyShortcutDispatcher.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/MainContent.js b/server/zanata-frontend/src/app/editor/containers/MainContent.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/MainContent.js rename to server/zanata-frontend/src/app/editor/containers/MainContent.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js b/server/zanata-frontend/src/app/editor/containers/NavHeader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js rename to server/zanata-frontend/src/app/editor/containers/NavHeader.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/NeedSlugMessage.js b/server/zanata-frontend/src/app/editor/containers/NeedSlugMessage.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/NeedSlugMessage.js rename to server/zanata-frontend/src/app/editor/containers/NeedSlugMessage.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/ParamPropDispatcher.js b/server/zanata-frontend/src/app/editor/containers/ParamPropDispatcher.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/ParamPropDispatcher.js rename to server/zanata-frontend/src/app/editor/containers/ParamPropDispatcher.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css b/server/zanata-frontend/src/app/editor/containers/Root/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css rename to server/zanata-frontend/src/app/editor/containers/Root/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js b/server/zanata-frontend/src/app/editor/containers/Root/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js rename to server/zanata-frontend/src/app/editor/containers/Root/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SettingsPanel.js b/server/zanata-frontend/src/app/editor/containers/SettingsPanel.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SettingsPanel.js rename to server/zanata-frontend/src/app/editor/containers/SettingsPanel.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css b/server/zanata-frontend/src/app/editor/containers/Sidebar/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css rename to server/zanata-frontend/src/app/editor/containers/Sidebar/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js b/server/zanata-frontend/src/app/editor/containers/Sidebar/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js rename to server/zanata-frontend/src/app/editor/containers/Sidebar/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js b/server/zanata-frontend/src/app/editor/containers/SidebarContent.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js rename to server/zanata-frontend/src/app/editor/containers/SidebarContent.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js b/server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js b/server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js b/server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css b/server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css rename to server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js b/server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsBody.js b/server/zanata-frontend/src/app/editor/containers/SuggestionsBody.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsBody.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionsBody.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsHeader.js b/server/zanata-frontend/src/app/editor/containers/SuggestionsHeader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsHeader.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionsHeader.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js b/server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js rename to server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/TranslationInfoPanel/index.js b/server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/TranslationInfoPanel/index.js rename to server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/containers/ZanataLogoLoader.js b/server/zanata-frontend/src/app/editor/containers/ZanataLogoLoader.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/containers/ZanataLogoLoader.js rename to server/zanata-frontend/src/app/editor/containers/ZanataLogoLoader.js diff --git a/server/zanata-frontend/src/frontend/app/editor/css/README.md b/server/zanata-frontend/src/app/editor/css/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/README.md rename to server/zanata-frontend/src/app/editor/css/README.md diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/index.css b/server/zanata-frontend/src/app/editor/css/base/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/index.css rename to server/zanata-frontend/src/app/editor/css/base/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/forms.css b/server/zanata-frontend/src/app/editor/css/base/lib/forms.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/forms.css rename to server/zanata-frontend/src/app/editor/css/base/lib/forms.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/global.css b/server/zanata-frontend/src/app/editor/css/base/lib/global.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/global.css rename to server/zanata-frontend/src/app/editor/css/base/lib/global.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/headings.css b/server/zanata-frontend/src/app/editor/css/base/lib/headings.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/headings.css rename to server/zanata-frontend/src/app/editor/css/base/lib/headings.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/links.css b/server/zanata-frontend/src/app/editor/css/base/lib/links.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/links.css rename to server/zanata-frontend/src/app/editor/css/base/lib/links.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/lists.css b/server/zanata-frontend/src/app/editor/css/base/lib/lists.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/lists.css rename to server/zanata-frontend/src/app/editor/css/base/lib/lists.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/media.css b/server/zanata-frontend/src/app/editor/css/base/lib/media.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/media.css rename to server/zanata-frontend/src/app/editor/css/base/lib/media.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/misc.css b/server/zanata-frontend/src/app/editor/css/base/lib/misc.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/misc.css rename to server/zanata-frontend/src/app/editor/css/base/lib/misc.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/base/lib/text.css b/server/zanata-frontend/src/app/editor/css/base/lib/text.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/base/lib/text.css rename to server/zanata-frontend/src/app/editor/css/base/lib/text.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/heading/index.css b/server/zanata-frontend/src/app/editor/css/heading/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/heading/index.css rename to server/zanata-frontend/src/app/editor/css/heading/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/links/index.css b/server/zanata-frontend/src/app/editor/css/links/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/links/index.css rename to server/zanata-frontend/src/app/editor/css/links/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/resizer/index.css b/server/zanata-frontend/src/app/editor/css/resizer/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/resizer/index.css rename to server/zanata-frontend/src/app/editor/css/resizer/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/theme/index.css b/server/zanata-frontend/src/app/editor/css/theme/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/theme/index.css rename to server/zanata-frontend/src/app/editor/css/theme/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme-map.css b/server/zanata-frontend/src/app/editor/css/theme/lib/theme-map.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme-map.css rename to server/zanata-frontend/src/app/editor/css/theme/lib/theme-map.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme.css b/server/zanata-frontend/src/app/editor/css/theme/lib/theme.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme.css rename to server/zanata-frontend/src/app/editor/css/theme/lib/theme.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-background/index.css b/server/zanata-frontend/src/app/editor/css/utils-background/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-background/index.css rename to server/zanata-frontend/src/app/editor/css/utils-background/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-display/index.css b/server/zanata-frontend/src/app/editor/css/utils-display/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-display/index.css rename to server/zanata-frontend/src/app/editor/css/utils-display/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-layout/index.css b/server/zanata-frontend/src/app/editor/css/utils-layout/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-layout/index.css rename to server/zanata-frontend/src/app/editor/css/utils-layout/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-list/index.css b/server/zanata-frontend/src/app/editor/css/utils-list/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-list/index.css rename to server/zanata-frontend/src/app/editor/css/utils-list/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-position/index.css b/server/zanata-frontend/src/app/editor/css/utils-position/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-position/index.css rename to server/zanata-frontend/src/app/editor/css/utils-position/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-size/index.css b/server/zanata-frontend/src/app/editor/css/utils-size/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-size/index.css rename to server/zanata-frontend/src/app/editor/css/utils-size/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-space/index.css b/server/zanata-frontend/src/app/editor/css/utils-space/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-space/index.css rename to server/zanata-frontend/src/app/editor/css/utils-space/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/css/utils-text/index.css b/server/zanata-frontend/src/app/editor/css/utils-text/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/css/utils-text/index.css rename to server/zanata-frontend/src/app/editor/css/utils-text/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/index.css b/server/zanata-frontend/src/app/editor/index.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/index.css rename to server/zanata-frontend/src/app/editor/index.css diff --git a/server/zanata-frontend/src/frontend/app/editor/index.html b/server/zanata-frontend/src/app/editor/index.html similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/index.html rename to server/zanata-frontend/src/app/editor/index.html diff --git a/server/zanata-frontend/src/frontend/app/editor/index.js b/server/zanata-frontend/src/app/editor/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/index.js rename to server/zanata-frontend/src/app/editor/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/messages/en-us.json b/server/zanata-frontend/src/app/editor/messages/en-us.json similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/messages/en-us.json rename to server/zanata-frontend/src/app/editor/messages/en-us.json diff --git a/server/zanata-frontend/src/frontend/app/editor/messages/index.js b/server/zanata-frontend/src/app/editor/messages/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/messages/index.js rename to server/zanata-frontend/src/app/editor/messages/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/middlewares/call-api.js b/server/zanata-frontend/src/app/editor/middlewares/call-api.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/middlewares/call-api.js rename to server/zanata-frontend/src/app/editor/middlewares/call-api.js diff --git a/server/zanata-frontend/src/frontend/app/editor/middlewares/getstate-in-actions.js b/server/zanata-frontend/src/app/editor/middlewares/getstate-in-actions.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/middlewares/getstate-in-actions.js rename to server/zanata-frontend/src/app/editor/middlewares/getstate-in-actions.js diff --git a/server/zanata-frontend/src/frontend/app/editor/middlewares/index.js b/server/zanata-frontend/src/app/editor/middlewares/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/middlewares/index.js rename to server/zanata-frontend/src/app/editor/middlewares/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js b/server/zanata-frontend/src/app/editor/middlewares/new-context-fetch.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js rename to server/zanata-frontend/src/app/editor/middlewares/new-context-fetch.js diff --git a/server/zanata-frontend/src/frontend/app/editor/middlewares/state-change-dispatch.js b/server/zanata-frontend/src/app/editor/middlewares/state-change-dispatch.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/middlewares/state-change-dispatch.js rename to server/zanata-frontend/src/app/editor/middlewares/state-change-dispatch.js diff --git a/server/zanata-frontend/src/frontend/app/editor/middlewares/title-update.js b/server/zanata-frontend/src/app/editor/middlewares/title-update.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/middlewares/title-update.js rename to server/zanata-frontend/src/app/editor/middlewares/title-update.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js b/server/zanata-frontend/src/app/editor/reducers/context-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/context-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/context-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/context-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js b/server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js b/server/zanata-frontend/src/app/editor/reducers/glossary-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/glossary-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/glossary-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/glossary-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js b/server/zanata-frontend/src/app/editor/reducers/header-data-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/header-data-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/header-data-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/header-data-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/index.js b/server/zanata-frontend/src/app/editor/reducers/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/index.js rename to server/zanata-frontend/src/app/editor/reducers/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/filter-status-reducer.js b/server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/filter-status-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/index.js b/server/zanata-frontend/src/app/editor/reducers/phrase-reducer/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/index.js rename to server/zanata-frontend/src/app/editor/reducers/phrase-reducer/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js b/server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/settings-reducer.js b/server/zanata-frontend/src/app/editor/reducers/settings-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/settings-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/settings-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/settings-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/settings-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js b/server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js b/server/zanata-frontend/src/app/editor/reducers/ui-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js rename to server/zanata-frontend/src/app/editor/reducers/ui-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.test.js b/server/zanata-frontend/src/app/editor/reducers/ui-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.test.js rename to server/zanata-frontend/src/app/editor/reducers/ui-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/selectors/index.js b/server/zanata-frontend/src/app/editor/selectors/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/selectors/index.js rename to server/zanata-frontend/src/app/editor/selectors/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/translations/README.md b/server/zanata-frontend/src/app/editor/translations/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/translations/README.md rename to server/zanata-frontend/src/app/editor/translations/README.md diff --git a/server/zanata-frontend/src/frontend/app/editor/translations/de.po b/server/zanata-frontend/src/app/editor/translations/de.po similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/translations/de.po rename to server/zanata-frontend/src/app/editor/translations/de.po diff --git a/server/zanata-frontend/src/frontend/app/editor/translations/fr.po b/server/zanata-frontend/src/app/editor/translations/fr.po similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/translations/fr.po rename to server/zanata-frontend/src/app/editor/translations/fr.po diff --git a/server/zanata-frontend/src/frontend/app/editor/translations/template.pot b/server/zanata-frontend/src/app/editor/translations/template.pot similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/translations/template.pot rename to server/zanata-frontend/src/app/editor/translations/template.pot diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js b/server/zanata-frontend/src/app/editor/utils/RoutingHelpers.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js rename to server/zanata-frontend/src/app/editor/utils/RoutingHelpers.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/Util.js b/server/zanata-frontend/src/app/editor/utils/Util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/Util.js rename to server/zanata-frontend/src/app/editor/utils/Util.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/Util.test.js b/server/zanata-frontend/src/app/editor/utils/Util.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/Util.test.js rename to server/zanata-frontend/src/app/editor/utils/Util.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js b/server/zanata-frontend/src/app/editor/utils/doc-id-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js rename to server/zanata-frontend/src/app/editor/utils/doc-id-util.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/filter-util.js b/server/zanata-frontend/src/app/editor/utils/filter-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/filter-util.js rename to server/zanata-frontend/src/app/editor/utils/filter-util.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/log-todo.js b/server/zanata-frontend/src/app/editor/utils/log-todo.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/log-todo.js rename to server/zanata-frontend/src/app/editor/utils/log-todo.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js b/server/zanata-frontend/src/app/editor/utils/phrase-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js rename to server/zanata-frontend/src/app/editor/utils/phrase-util.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.test.js b/server/zanata-frontend/src/app/editor/utils/phrase-util.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.test.js rename to server/zanata-frontend/src/app/editor/utils/phrase-util.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/status-util.js b/server/zanata-frontend/src/app/editor/utils/status-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/status-util.js rename to server/zanata-frontend/src/app/editor/utils/status-util.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/status-util.test.js b/server/zanata-frontend/src/app/editor/utils/status-util.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/status-util.test.js rename to server/zanata-frontend/src/app/editor/utils/status-util.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/string-utils.js b/server/zanata-frontend/src/app/editor/utils/string-utils.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/string-utils.js rename to server/zanata-frontend/src/app/editor/utils/string-utils.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/string-utils.test.js b/server/zanata-frontend/src/app/editor/utils/string-utils.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/string-utils.test.js rename to server/zanata-frontend/src/app/editor/utils/string-utils.test.js diff --git a/server/zanata-frontend/src/frontend/app/editor/utils/suggestion-util.js b/server/zanata-frontend/src/app/editor/utils/suggestion-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/utils/suggestion-util.js rename to server/zanata-frontend/src/app/editor/utils/suggestion-util.js diff --git a/server/zanata-frontend/src/frontend/app/editor/watchers/index.js b/server/zanata-frontend/src/app/editor/watchers/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/watchers/index.js rename to server/zanata-frontend/src/app/editor/watchers/index.js diff --git a/server/zanata-frontend/src/frontend/app/editor/watchers/page-number.js b/server/zanata-frontend/src/app/editor/watchers/page-number.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/watchers/page-number.js rename to server/zanata-frontend/src/app/editor/watchers/page-number.js diff --git a/server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js b/server/zanata-frontend/src/app/editor/watchers/phrase-detail.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js rename to server/zanata-frontend/src/app/editor/watchers/phrase-detail.js diff --git a/server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js b/server/zanata-frontend/src/app/editor/watchers/phrase-list.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js rename to server/zanata-frontend/src/app/editor/watchers/phrase-list.js diff --git a/server/zanata-frontend/src/frontend/app/editor/watchers/selected-phrase-searches.js b/server/zanata-frontend/src/app/editor/watchers/selected-phrase-searches.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/watchers/selected-phrase-searches.js rename to server/zanata-frontend/src/app/editor/watchers/selected-phrase-searches.js diff --git a/server/zanata-frontend/src/frontend/app/editor/watchers/watch.js b/server/zanata-frontend/src/app/editor/watchers/watch.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/editor/watchers/watch.js rename to server/zanata-frontend/src/app/editor/watchers/watch.js diff --git a/server/zanata-frontend/src/frontend/app/history.js b/server/zanata-frontend/src/app/history.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/history.js rename to server/zanata-frontend/src/app/history.js diff --git a/server/zanata-frontend/src/frontend/app/index.js b/server/zanata-frontend/src/app/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/index.js rename to server/zanata-frontend/src/app/index.js diff --git a/server/zanata-frontend/src/frontend/app/jsf/JsfRoot.js b/server/zanata-frontend/src/app/jsf/JsfRoot.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/jsf/JsfRoot.js rename to server/zanata-frontend/src/app/jsf/JsfRoot.js diff --git a/server/zanata-frontend/src/frontend/app/jsf/index.js b/server/zanata-frontend/src/app/jsf/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/jsf/index.js rename to server/zanata-frontend/src/app/jsf/index.js diff --git a/server/zanata-frontend/src/frontend/app/legacy.js b/server/zanata-frontend/src/app/legacy.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/legacy.js rename to server/zanata-frontend/src/app/legacy.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/admin-reducer.js b/server/zanata-frontend/src/app/reducers/admin-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/admin-reducer.js rename to server/zanata-frontend/src/app/reducers/admin-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/admin-reducer.test.js b/server/zanata-frontend/src/app/reducers/admin-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/admin-reducer.test.js rename to server/zanata-frontend/src/app/reducers/admin-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/common-reducer.js b/server/zanata-frontend/src/app/reducers/common-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/common-reducer.js rename to server/zanata-frontend/src/app/reducers/common-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js b/server/zanata-frontend/src/app/reducers/explore-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js rename to server/zanata-frontend/src/app/reducers/explore-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js b/server/zanata-frontend/src/app/reducers/glossary-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js rename to server/zanata-frontend/src/app/reducers/glossary-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/index.js b/server/zanata-frontend/src/app/reducers/index.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/index.js rename to server/zanata-frontend/src/app/reducers/index.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js b/server/zanata-frontend/src/app/reducers/languages-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js rename to server/zanata-frontend/src/app/reducers/languages-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js b/server/zanata-frontend/src/app/reducers/profile-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js rename to server/zanata-frontend/src/app/reducers/profile-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/tmx-reducer.js b/server/zanata-frontend/src/app/reducers/tmx-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/tmx-reducer.js rename to server/zanata-frontend/src/app/reducers/tmx-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/version-reducer.js b/server/zanata-frontend/src/app/reducers/version-reducer.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/version-reducer.js rename to server/zanata-frontend/src/app/reducers/version-reducer.js diff --git a/server/zanata-frontend/src/frontend/app/reducers/version-reducer.test.js b/server/zanata-frontend/src/app/reducers/version-reducer.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/reducers/version-reducer.test.js rename to server/zanata-frontend/src/app/reducers/version-reducer.test.js diff --git a/server/zanata-frontend/src/frontend/app/schemas.js b/server/zanata-frontend/src/app/schemas.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/schemas.js rename to server/zanata-frontend/src/app/schemas.js diff --git a/server/zanata-frontend/src/frontend/app/styles/bstrap-styleguide.less b/server/zanata-frontend/src/app/styles/bstrap-styleguide.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/styles/bstrap-styleguide.less rename to server/zanata-frontend/src/app/styles/bstrap-styleguide.less diff --git a/server/zanata-frontend/src/frontend/app/styles/gwt.less b/server/zanata-frontend/src/app/styles/gwt.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/styles/gwt.less rename to server/zanata-frontend/src/app/styles/gwt.less diff --git a/server/zanata-frontend/src/frontend/app/styles/index.less b/server/zanata-frontend/src/app/styles/index.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/styles/index.less rename to server/zanata-frontend/src/app/styles/index.less diff --git a/server/zanata-frontend/src/frontend/app/styles/style.less b/server/zanata-frontend/src/app/styles/style.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/styles/style.less rename to server/zanata-frontend/src/app/styles/style.less diff --git a/server/zanata-frontend/src/frontend/app/styles/styleguide.css b/server/zanata-frontend/src/app/styles/styleguide.css similarity index 100% rename from server/zanata-frontend/src/frontend/app/styles/styleguide.css rename to server/zanata-frontend/src/app/styles/styleguide.css diff --git a/server/zanata-frontend/src/frontend/app/styles/variables.less b/server/zanata-frontend/src/app/styles/variables.less similarity index 100% rename from server/zanata-frontend/src/frontend/app/styles/variables.less rename to server/zanata-frontend/src/app/styles/variables.less diff --git a/server/zanata-frontend/src/frontend/app/utils/DateHelper.js b/server/zanata-frontend/src/app/utils/DateHelper.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/DateHelper.js rename to server/zanata-frontend/src/app/utils/DateHelper.js diff --git a/server/zanata-frontend/src/frontend/app/utils/EnumValueUtils.js b/server/zanata-frontend/src/app/utils/EnumValueUtils.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/EnumValueUtils.js rename to server/zanata-frontend/src/app/utils/EnumValueUtils.js diff --git a/server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.js b/server/zanata-frontend/src/app/utils/GlossaryHelper.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.js rename to server/zanata-frontend/src/app/utils/GlossaryHelper.js diff --git a/server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.test.js b/server/zanata-frontend/src/app/utils/GlossaryHelper.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.test.js rename to server/zanata-frontend/src/app/utils/GlossaryHelper.test.js diff --git a/server/zanata-frontend/src/frontend/app/utils/RoutingHelpers.js b/server/zanata-frontend/src/app/utils/RoutingHelpers.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/RoutingHelpers.js rename to server/zanata-frontend/src/app/utils/RoutingHelpers.js diff --git a/server/zanata-frontend/src/frontend/app/utils/StringUtils.js b/server/zanata-frontend/src/app/utils/StringUtils.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/StringUtils.js rename to server/zanata-frontend/src/app/utils/StringUtils.js diff --git a/server/zanata-frontend/src/frontend/app/utils/StringUtils.test.js b/server/zanata-frontend/src/app/utils/StringUtils.test.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/StringUtils.test.js rename to server/zanata-frontend/src/app/utils/StringUtils.test.js diff --git a/server/zanata-frontend/src/frontend/app/utils/UrlHelper.js b/server/zanata-frontend/src/app/utils/UrlHelper.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/UrlHelper.js rename to server/zanata-frontend/src/app/utils/UrlHelper.js diff --git a/server/zanata-frontend/src/frontend/app/utils/callWithSameArgs.js b/server/zanata-frontend/src/app/utils/callWithSameArgs.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/callWithSameArgs.js rename to server/zanata-frontend/src/app/utils/callWithSameArgs.js diff --git a/server/zanata-frontend/src/frontend/app/utils/prop-types-util.js b/server/zanata-frontend/src/app/utils/prop-types-util.js similarity index 100% rename from server/zanata-frontend/src/frontend/app/utils/prop-types-util.js rename to server/zanata-frontend/src/app/utils/prop-types-util.js diff --git a/server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json b/server/zanata-frontend/src/build/messages/app/editor/components/ActivityFeedItem/index.json similarity index 100% rename from server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json rename to server/zanata-frontend/src/build/messages/app/editor/components/ActivityFeedItem/index.json diff --git a/server/zanata-frontend/src/frontend/docs/actions.md b/server/zanata-frontend/src/docs/actions.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/actions.md rename to server/zanata-frontend/src/docs/actions.md diff --git a/server/zanata-frontend/src/frontend/docs/build.md b/server/zanata-frontend/src/docs/build.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/build.md rename to server/zanata-frontend/src/docs/build.md diff --git a/server/zanata-frontend/src/frontend/docs/components.md b/server/zanata-frontend/src/docs/components.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/components.md rename to server/zanata-frontend/src/docs/components.md diff --git a/server/zanata-frontend/src/frontend/docs/constants.md b/server/zanata-frontend/src/docs/constants.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/constants.md rename to server/zanata-frontend/src/docs/constants.md diff --git a/server/zanata-frontend/src/frontend/docs/containers.md b/server/zanata-frontend/src/docs/containers.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/containers.md rename to server/zanata-frontend/src/docs/containers.md diff --git a/server/zanata-frontend/src/frontend/docs/esnext.md b/server/zanata-frontend/src/docs/esnext.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/esnext.md rename to server/zanata-frontend/src/docs/esnext.md diff --git a/server/zanata-frontend/src/frontend/docs/index.md b/server/zanata-frontend/src/docs/index.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/index.md rename to server/zanata-frontend/src/docs/index.md diff --git a/server/zanata-frontend/src/frontend/docs/legacy.md b/server/zanata-frontend/src/docs/legacy.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/legacy.md rename to server/zanata-frontend/src/docs/legacy.md diff --git a/server/zanata-frontend/src/frontend/docs/linting.md b/server/zanata-frontend/src/docs/linting.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/linting.md rename to server/zanata-frontend/src/docs/linting.md diff --git a/server/zanata-frontend/src/frontend/docs/middleware.md b/server/zanata-frontend/src/docs/middleware.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/middleware.md rename to server/zanata-frontend/src/docs/middleware.md diff --git a/server/zanata-frontend/src/frontend/docs/readme.md b/server/zanata-frontend/src/docs/readme.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/readme.md rename to server/zanata-frontend/src/docs/readme.md diff --git a/server/zanata-frontend/src/frontend/docs/reducers.md b/server/zanata-frontend/src/docs/reducers.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/reducers.md rename to server/zanata-frontend/src/docs/reducers.md diff --git a/server/zanata-frontend/src/frontend/docs/schemas.md b/server/zanata-frontend/src/docs/schemas.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/schemas.md rename to server/zanata-frontend/src/docs/schemas.md diff --git a/server/zanata-frontend/src/frontend/docs/scripts.md b/server/zanata-frontend/src/docs/scripts.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/scripts.md rename to server/zanata-frontend/src/docs/scripts.md diff --git a/server/zanata-frontend/src/frontend/docs/styleguide.md b/server/zanata-frontend/src/docs/styleguide.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/styleguide.md rename to server/zanata-frontend/src/docs/styleguide.md diff --git a/server/zanata-frontend/src/frontend/docs/styles.md b/server/zanata-frontend/src/docs/styles.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/styles.md rename to server/zanata-frontend/src/docs/styles.md diff --git a/server/zanata-frontend/src/frontend/docs/technology.md b/server/zanata-frontend/src/docs/technology.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/technology.md rename to server/zanata-frontend/src/docs/technology.md diff --git a/server/zanata-frontend/src/frontend/docs/testing.md b/server/zanata-frontend/src/docs/testing.md similarity index 100% rename from server/zanata-frontend/src/frontend/docs/testing.md rename to server/zanata-frontend/src/docs/testing.md diff --git a/server/zanata-frontend/src/frontend/index.html b/server/zanata-frontend/src/index.html similarity index 100% rename from server/zanata-frontend/src/frontend/index.html rename to server/zanata-frontend/src/index.html diff --git a/server/zanata-frontend/src/frontend/jest.config.js b/server/zanata-frontend/src/jest.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/jest.config.js rename to server/zanata-frontend/src/jest.config.js diff --git a/server/zanata-frontend/src/frontend/jest.config.json b/server/zanata-frontend/src/jest.config.json similarity index 100% rename from server/zanata-frontend/src/frontend/jest.config.json rename to server/zanata-frontend/src/jest.config.json diff --git a/server/zanata-frontend/src/frontend/makefile b/server/zanata-frontend/src/makefile similarity index 100% rename from server/zanata-frontend/src/frontend/makefile rename to server/zanata-frontend/src/makefile diff --git a/server/zanata-frontend/src/frontend/messages/README.md b/server/zanata-frontend/src/messages/README.md similarity index 100% rename from server/zanata-frontend/src/frontend/messages/README.md rename to server/zanata-frontend/src/messages/README.md diff --git a/server/zanata-frontend/src/frontend/messages/en-us.json b/server/zanata-frontend/src/messages/en-us.json similarity index 100% rename from server/zanata-frontend/src/frontend/messages/en-us.json rename to server/zanata-frontend/src/messages/en-us.json diff --git a/server/zanata-frontend/src/frontend/package.json b/server/zanata-frontend/src/package.json similarity index 100% rename from server/zanata-frontend/src/frontend/package.json rename to server/zanata-frontend/src/package.json diff --git a/server/zanata-frontend/src/frontend/postcss.config.js b/server/zanata-frontend/src/postcss.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/postcss.config.js rename to server/zanata-frontend/src/postcss.config.js diff --git a/server/zanata-frontend/src/frontend/scripts/build-icon-spritesheet.js b/server/zanata-frontend/src/scripts/build-icon-spritesheet.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/build-icon-spritesheet.js rename to server/zanata-frontend/src/scripts/build-icon-spritesheet.js diff --git a/server/zanata-frontend/src/frontend/scripts/build.js b/server/zanata-frontend/src/scripts/build.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/build.js rename to server/zanata-frontend/src/scripts/build.js diff --git a/server/zanata-frontend/src/frontend/scripts/codemods/create-component.js b/server/zanata-frontend/src/scripts/codemods/create-component.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/codemods/create-component.js rename to server/zanata-frontend/src/scripts/codemods/create-component.js diff --git a/server/zanata-frontend/src/frontend/scripts/codemods/stateful.template.js b/server/zanata-frontend/src/scripts/codemods/stateful.template.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/codemods/stateful.template.js rename to server/zanata-frontend/src/scripts/codemods/stateful.template.js diff --git a/server/zanata-frontend/src/frontend/scripts/codemods/stateless.template.js b/server/zanata-frontend/src/scripts/codemods/stateless.template.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/codemods/stateless.template.js rename to server/zanata-frontend/src/scripts/codemods/stateless.template.js diff --git a/server/zanata-frontend/src/frontend/scripts/codemods/story.template.js b/server/zanata-frontend/src/scripts/codemods/story.template.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/codemods/story.template.js rename to server/zanata-frontend/src/scripts/codemods/story.template.js diff --git a/server/zanata-frontend/src/frontend/scripts/codemods/test.template.js b/server/zanata-frontend/src/scripts/codemods/test.template.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/codemods/test.template.js rename to server/zanata-frontend/src/scripts/codemods/test.template.js diff --git a/server/zanata-frontend/src/frontend/scripts/createIconsComponent.js b/server/zanata-frontend/src/scripts/createIconsComponent.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/createIconsComponent.js rename to server/zanata-frontend/src/scripts/createIconsComponent.js diff --git a/server/zanata-frontend/src/frontend/scripts/dev-server.config.js b/server/zanata-frontend/src/scripts/dev-server.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/dev-server.config.js rename to server/zanata-frontend/src/scripts/dev-server.config.js diff --git a/server/zanata-frontend/src/frontend/scripts/dev-server.js b/server/zanata-frontend/src/scripts/dev-server.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/dev-server.js rename to server/zanata-frontend/src/scripts/dev-server.js diff --git a/server/zanata-frontend/src/frontend/scripts/generateIconList.js b/server/zanata-frontend/src/scripts/generateIconList.js similarity index 100% rename from server/zanata-frontend/src/frontend/scripts/generateIconList.js rename to server/zanata-frontend/src/scripts/generateIconList.js diff --git a/server/zanata-frontend/src/frontend/styleguide.config.js b/server/zanata-frontend/src/styleguide.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/styleguide.config.js rename to server/zanata-frontend/src/styleguide.config.js diff --git a/server/zanata-frontend/src/frontend/styleguide.html b/server/zanata-frontend/src/styleguide.html similarity index 100% rename from server/zanata-frontend/src/frontend/styleguide.html rename to server/zanata-frontend/src/styleguide.html diff --git a/server/zanata-frontend/src/frontend/webpack.config.js b/server/zanata-frontend/src/webpack.config.js similarity index 100% rename from server/zanata-frontend/src/frontend/webpack.config.js rename to server/zanata-frontend/src/webpack.config.js diff --git a/server/zanata-frontend/src/frontend/yarn.lock b/server/zanata-frontend/src/yarn.lock similarity index 100% rename from server/zanata-frontend/src/frontend/yarn.lock rename to server/zanata-frontend/src/yarn.lock