]> source.dussan.org Git - sonarqube.git/commit
SONAR-18524 New Main App bar
authorJeremy Davis <jeremy.davis@sonarsource.com>
Wed, 22 Feb 2023 15:18:48 +0000 (16:18 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 13 Mar 2023 20:02:44 +0000 (20:02 +0000)
commitb33a7cd2193a47f90b22568dd0d58f404bc5f6d7
tree6ad602cc5b4172f048a17ef33ed0267c8d96aed5
parent8d902e9e2484b35b7a9fe6e8ed49e68ad3ff6ab5
SONAR-18524 New Main App bar
133 files changed:
.cirrus.yml
server/sonar-web/build.gradle
server/sonar-web/config/jest/SetupTheme.js [new file with mode: 0644]
server/sonar-web/design-system/babel.config.js
server/sonar-web/design-system/build.gradle [new file with mode: 0644]
server/sonar-web/design-system/config/jest/SetupReactTestingLibrary.ts [new file with mode: 0644]
server/sonar-web/design-system/config/jest/SetupTestEnvironment.js [new file with mode: 0644]
server/sonar-web/design-system/config/jest/SetupTheme.js [new file with mode: 0644]
server/sonar-web/design-system/jest.config.js [new file with mode: 0644]
server/sonar-web/design-system/package.json
server/sonar-web/design-system/src/@types/css.d.ts [new file with mode: 0644]
server/sonar-web/design-system/src/@types/emotion.d.ts [new file with mode: 0644]
server/sonar-web/design-system/src/components/Avatar.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/Checkbox.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/ClickEventBoundary.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/DeferredSpinner.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/Dropdown.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/DropdownMenu.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/DropdownToggler.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/DummyComponent.tsx [deleted file]
server/sonar-web/design-system/src/components/EscKeydownHandler.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/GenericAvatar.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/InputSearch.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/InteractiveIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/Link.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/MainAppBar.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/MainMenu.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/MainMenuItem.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/NavLink.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/OutsideClickHandler.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/RadioButton.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/SonarQubeLogo.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/Text.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/Tooltip.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/Avatar-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/DeferredSpinner-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/Dropdown-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/DropdownMenu-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/GenericAvatar-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/InputSearch-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/Link-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/MainAppBar-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/MainMenuItem-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/NavLink-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/Text-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/Tooltip-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/clipboard-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/buttons.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/clipboard.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/CheckIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/ClockIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/CloseIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/CopyIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/Icon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/MenuHelpIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/MenuIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/MenuSearchIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/OpenNewTabIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/SearchIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/StarIcon.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/__tests__/Icon-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/icons/index.ts [new file with mode: 0644]
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/design-system/src/components/popups.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/__tests__/colors-test.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/__tests__/positioning-test.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/__tests__/theme-test.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/colors.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/constants.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/index.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/keyboard.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/l10n.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/positioning.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/testUtils.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/theme.ts [new file with mode: 0644]
server/sonar-web/design-system/src/helpers/types.ts [new file with mode: 0644]
server/sonar-web/design-system/src/index.ts [new file with mode: 0644]
server/sonar-web/design-system/src/theme/colors.ts [new file with mode: 0644]
server/sonar-web/design-system/src/theme/index.ts [new file with mode: 0644]
server/sonar-web/design-system/src/theme/light.ts [new file with mode: 0644]
server/sonar-web/design-system/src/types/misc.ts [new file with mode: 0644]
server/sonar-web/design-system/src/types/theme.ts [new file with mode: 0644]
server/sonar-web/design-system/tsconfig.json
server/sonar-web/design-system/vite.config.js
server/sonar-web/jest.config.js
server/sonar-web/package.json
server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
server/sonar-web/src/main/js/app/components/SimpleContainer.tsx
server/sonar-web/src/main/js/app/components/global-search/GlobalSearch.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/global-search/GlobalSearchResult.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/global-search/GlobalSearchResults.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/global-search/GlobalSearchShowMore.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/global-search/__tests__/GlobalSearch-it.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/global-search/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/global/GlobalNav.css [deleted file]
server/sonar-web/src/main/js/app/components/nav/global/GlobalNav.tsx
server/sonar-web/src/main/js/app/components/nav/global/GlobalNavMenu.tsx
server/sonar-web/src/main/js/app/components/nav/global/GlobalNavMore.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/global/GlobalNavUser.tsx
server/sonar-web/src/main/js/app/components/nav/global/GlobalNavUserMenu.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/global/MainSonarQubeBar.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/global/__tests__/GlobalNav-test.tsx
server/sonar-web/src/main/js/app/components/nav/global/__tests__/GlobalNavBranding-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/nav/global/__tests__/GlobalNavMenu-test.tsx
server/sonar-web/src/main/js/app/components/nav/global/__tests__/GlobalNavUser-test.tsx
server/sonar-web/src/main/js/app/components/nav/global/__tests__/__snapshots__/GlobalNav-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/app/components/nav/global/__tests__/__snapshots__/GlobalNavBranding-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/app/components/search/Search.css [deleted file]
server/sonar-web/src/main/js/app/components/search/Search.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/SearchResult.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/SearchResults.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/SearchShowMore.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/Search-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/SearchResult-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/SearchResults-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/SearchShowMore-test.tsx [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/__snapshots__/Search-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/__snapshots__/SearchResult-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/__snapshots__/SearchResults-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/app/components/search/__tests__/__snapshots__/SearchShowMore-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/app/components/search/utils.ts [deleted file]
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/components/embed-docs-modal/DocItemLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/embed-docs-modal/EmbedDocsPopup.tsx
server/sonar-web/src/main/js/components/embed-docs-modal/EmbedDocsPopupHelper.tsx
server/sonar-web/src/main/js/components/embed-docs-modal/__tests__/EmbedDocsPopup-test.tsx
server/sonar-web/src/main/js/components/embed-docs-modal/__tests__/SuggestionsProvider-test.tsx [deleted file]
server/sonar-web/tailwind-utilities.js [new file with mode: 0644]
server/sonar-web/tailwind.base.config.js [new file with mode: 0644]
server/sonar-web/tailwind.config.js
server/sonar-web/yarn.lock
settings.gradle
sonar-core/src/main/resources/org/sonar/l10n/core.properties