## Description Allowing users to upload a logo to show in the navigation along with toggles to hide logo or application title. Fixes #20134 Fixes #21946 Fixes #22260 ## Media <video src="https://user-images.githubusercontent.com/22471214/235613131-129ac2ed-b994-4eab-8eba-7db297c2f7fd.mp4"><video> ## Type of change - New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - Manual ### Test Plan > https://github.com/appsmithorg/TestSmith/issues/2376 ### Issues raised during DP testing > Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) ## Checklist: ### Dev activity - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test
46 lines
2.1 KiB
JSON
46 lines
2.1 KiB
JSON
{
|
|
"header": ".t--app-viewer-navigation-header",
|
|
"sidebar": ".t--app-viewer-navigation-sidebar",
|
|
"topStacked": ".t--app-viewer-navigation-top-stacked",
|
|
"topInline": ".t--app-viewer-navigation-top-inline",
|
|
"applicationName": ".t--app-viewer-application-name",
|
|
"shareButton": ".t--app-viewer-share-button",
|
|
"editButton": ".t--back-to-editor",
|
|
"forkButton": ".t--fork-app",
|
|
"signButton": ".t--sign-in",
|
|
"backToAppsButton": ".t--app-viewer-back-to-apps-button",
|
|
"userProfileDropdownButton": ".t--profile-menu-icon",
|
|
"userProfileDropdownMenu": ".t--profile-menu",
|
|
"modal": ".bp3-dialog",
|
|
"modalClose": ".bp3-dialog .bp3-dialog-close-button",
|
|
"navigationMenuItem": ".t--page-switch-tab",
|
|
"appSettingsButton": "#t--app-settings-cta",
|
|
"navigationSettingsTab": "#t--navigation-settings-header",
|
|
"navigationPreview": ".t--navigation-preview",
|
|
"navigationSettings": {
|
|
"showNavbar": "#t--navigation-settings-show-navbar",
|
|
"showSignIn": "#t--navigation-settings-show-sign-in",
|
|
"orientation": ".t--navigation-settings-orientation",
|
|
"navStyle": ".t--navigation-settings-navStyle",
|
|
"colorStyle": ".t--navigation-settings-colorStyle",
|
|
"orientationOptions": {
|
|
"top": ".t--navigation-settings-orientation .t--button-group-top",
|
|
"side": ".t--navigation-settings-orientation .t--button-group-side"
|
|
},
|
|
"navStyleOptions": {
|
|
"stacked": ".t--navigation-settings-navStyle .t--button-group-stacked",
|
|
"inline": ".t--navigation-settings-navStyle .t--button-group-inline"
|
|
},
|
|
"colorStyleOptions": {
|
|
"light": ".t--navigation-settings-colorStyle .t--button-group-light",
|
|
"theme": ".t--navigation-settings-colorStyle .t--button-group-theme"
|
|
}
|
|
},
|
|
"scrollArrows": ".scroll-arrows",
|
|
"topStackedScrollableContainer": ".t--app-viewer-navigation-top-stacked .hidden-scrollbar",
|
|
"topInlineMoreButton": ".t--app-viewer-navigation-top-inline-more-button",
|
|
"topInlineMoreDropdown": ".t--app-viewer-navigation-top-inline-more-dropdown",
|
|
"topInlineMoreDropdownItem": ".t--app-viewer-navigation-top-inline-more-dropdown-item",
|
|
"sidebarCollapseButton": ".t--app-viewer-navigation-sidebar-collapse"
|
|
}
|