Skip to content

Commit

Permalink
fix: make AppNavigation use old datepicker
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov committed Nov 13, 2024
1 parent ca74934 commit 026d1a2
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {
} from '../../../utils/date.js'
import { mapState, mapStores } from 'pinia'
import formatDateRange from '../../../filters/dateRangeFormat.js'
import DatePicker from '../../Shared/DatePicker.vue'
import DatePicker from '../../Shared/DatePickerOld.vue'

Check warning on line 56 in src/components/AppNavigation/AppNavigationHeader/AppNavigationHeaderDatePicker.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppNavigation/AppNavigationHeader/AppNavigationHeaderDatePicker.vue#L56

Added line #L56 was not covered by tests
import ChevronLeftIcon from 'vue-material-design-icons/ChevronLeft.vue'
import ChevronRightIcon from 'vue-material-design-icons/ChevronRight.vue'
import { NcButton } from '@nextcloud/vue'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/Repeat/RepeatEndRepeat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class="repeat-option-end__until"
:min="minimumDate"
:date="until"
:is-all-day="true"
type="date"
@change="changeUntil" />
<input v-if="isCount"
class="repeat-option-end__count"
Expand Down
Loading

0 comments on commit 026d1a2

Please sign in to comment.