mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 05:13:10 +00:00
Discussions are sorted in reverse now
This commit is contained in:
parent
0bae01373d
commit
4d29764876
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GPT4All - WEBUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-71796173.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-31b0e39d.css">
|
||||
<script type="module" crossorigin src="/assets/index-539030cf.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-5bbfa0a8.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -692,6 +692,8 @@ export default {
|
||||
}
|
||||
return newItem
|
||||
|
||||
}).sort(function(a,b){
|
||||
return b.id - a.id
|
||||
})
|
||||
this.list = newDisList
|
||||
this.tempList = newDisList
|
||||
|
Loading…
Reference in New Issue
Block a user