mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #6488 from overleaf/ta-survey-future-remove
Remove Product Survey 2021 GitOrigin-RevId: 3db6686a951d192ef86c58ac99e8b3e40947c5b2
This commit is contained in:
parent
57228c5589
commit
542207b6f9
4 changed files with 0 additions and 79 deletions
|
@ -43,28 +43,6 @@ block content
|
|||
aside.project-list-sidebar
|
||||
include ./list/side-bar
|
||||
|
||||
.project-list-sidebar-survey(
|
||||
ng-if="shouldShowSurveyLink"
|
||||
ng-cloak
|
||||
)
|
||||
| Help us shape the future of Overleaf!
|
||||
|
|
||||
|
|
||||
a.project-list-sidebar-survey-link(
|
||||
href="https://forms.gle/UmuN1w9xyemnoMK96"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
) Take part in our annual survey
|
||||
| .
|
||||
button.project-list-sidebar-survey-dismiss(
|
||||
type="button"
|
||||
title="Dismiss Overleaf survey"
|
||||
ng-click="dismissSurvey()"
|
||||
)
|
||||
span(
|
||||
aria-hidden="true"
|
||||
) ×
|
||||
|
||||
.project-list-main.col-md-10.col-xs-9
|
||||
include ./list/notifications
|
||||
include ./list/project-list
|
||||
|
|
|
@ -29,17 +29,6 @@ App.controller(
|
|||
newValue === 'ownerName' ? ownerNameComparator : defaultComparator
|
||||
})
|
||||
|
||||
$scope.shouldShowSurveyLink = true
|
||||
|
||||
if (localStorage('dismissed-2021-future-survey') === true) {
|
||||
$scope.shouldShowSurveyLink = false
|
||||
}
|
||||
|
||||
$scope.dismissSurvey = () => {
|
||||
localStorage('dismissed-2021-future-survey', true)
|
||||
$scope.shouldShowSurveyLink = false
|
||||
}
|
||||
|
||||
$timeout(() => recalculateProjectListHeight(), 10)
|
||||
|
||||
$scope.$watch(
|
||||
|
|
|
@ -11,51 +11,6 @@
|
|||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.project-list-sidebar-survey {
|
||||
position: relative;
|
||||
font-size: @font-size-small;
|
||||
background-color: @v2-dash-pane-bg;
|
||||
color: @v2-dash-pane-subdued-color;
|
||||
padding: @folders-menu-item-v-padding 20px @folders-menu-item-v-padding
|
||||
@folders-menu-item-h-padding;
|
||||
&::before {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 15px;
|
||||
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
.project-list-sidebar-survey-link {
|
||||
color: @v2-dash-pane-color;
|
||||
font-weight: bold;
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
color: @v2-dash-pane-color;
|
||||
}
|
||||
}
|
||||
|
||||
.project-list-sidebar-survey-dismiss {
|
||||
.btn-inline-link;
|
||||
position: absolute;
|
||||
top: @folders-menu-item-v-padding;
|
||||
right: @folders-menu-item-v-padding;
|
||||
font-size: @font-size-base;
|
||||
line-height: 1;
|
||||
color: @v2-dash-pane-color;
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
color: @v2-dash-pane-color;
|
||||
}
|
||||
}
|
||||
|
||||
.project-list-sidebar-v2-pane {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
|
|
|
@ -933,7 +933,6 @@
|
|||
@v2-dash-pane-bg: @ol-blue-gray-4;
|
||||
@v2-dash-pane-link-color: #fff;
|
||||
@v2-dash-pane-color: #fff;
|
||||
@v2-dash-pane-subdued-color: @ol-blue-gray-2;
|
||||
@v2-dash-pane-toggle-color: #fff;
|
||||
@v2-dash-pane-btn-bg: @ol-blue-gray-5;
|
||||
@v2-dash-pane-btn-hover-bg: @ol-blue-gray-6;
|
||||
|
|
Loading…
Reference in a new issue