mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Link to technical changes repo
This commit is contained in:
@@ -8,6 +8,7 @@ import { Btn, TextInput } from '../index.js'
|
||||
import { ChangelogEntry } from './ChangelogEntry.js'
|
||||
|
||||
const SEARCH_KEY = 'search'
|
||||
const REPO = 'https://github.com/misode/technical-changes'
|
||||
|
||||
interface Props {
|
||||
changes: Change[] | undefined,
|
||||
@@ -75,6 +76,9 @@ export function ChangelogList({ changes, defaultOrder, limit, navigation }: Prop
|
||||
{hiddenChanges > 0 && (
|
||||
<Btn label={locale('changelog.show_more', `${hiddenChanges}`)} onClick={() => setLimitActive(false)}/>
|
||||
)}
|
||||
<span class="note py-2">
|
||||
<a href={REPO} target="_blank">{locale('changelog.edit_on_github')}</a>
|
||||
</span>
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"back": "Back",
|
||||
"change.obsolete": "This change has been replaced by a later change in this release cycle",
|
||||
"changelog": "Technical changelog",
|
||||
"changelog.edit_on_github": "Edit technical changes on GitHub",
|
||||
"changelog.no_results": "No documented changes",
|
||||
"changelog.search": "Search changes",
|
||||
"changelog.show_more": "Show %0% more changes",
|
||||
|
||||
Reference in New Issue
Block a user