10.0.1 base
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled

This commit is contained in:
David Rotermund 2025-02-08 23:23:44 +01:00
parent 49fe13eb4a
commit c86eb8d954
155 changed files with 3938 additions and 1134 deletions

View file

@ -1,5 +1,5 @@
<script>
import {createApp, nextTick} from 'vue';
import {createApp} from 'vue';
import $ from 'jquery';
import {SvgIcon} from '../svg.js';
import {GET} from '../modules/fetch.js';
@ -103,9 +103,6 @@ const sfc = {
const el = document.getElementById('dashboard-repo-list');
this.changeReposFilter(this.reposFilter);
$(el).find('.dropdown').dropdown();
nextTick(() => {
this.$refs.search.focus();
});
this.textArchivedFilterTitles = {
'archived': this.textShowOnlyArchived,