File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
pages/package-timeline/[[org]] Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ const closeModal = () => modalRef.value?.close?.()
106106 <kbd class =" kbd" >f</kbd >
107107 <span >{{ $t('shortcuts.open_diff') }}</span >
108108 </li >
109+ <li class =" flex gap-2 items-center" >
110+ <kbd class =" kbd" >t</kbd >
111+ <span >{{ $t('shortcuts.open_timeline') }}</span >
112+ </li >
109113 <li class =" flex gap-2 items-center" >
110114 <kbd class =" kbd" >c</kbd >
111115 <span >{{ $t('shortcuts.compare_from_package') }}</span >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const packageName = computed(() =>
2020)
2121const version = computed (() => route .params .version )
2222
23- const { data : pkg } = usePackage (packageName )
23+ const { data : pkg } = usePackage (packageName , version )
2424
2525const latestVersion = computed (() => {
2626 if (! pkg .value ) return null
Original file line number Diff line number Diff line change 3838 "open_docs" : " Open docs" ,
3939 "disable_shortcuts" : " You can disable keyboard shortcuts in {settings}." ,
4040 "open_main" : " Open main information" ,
41- "open_diff" : " Open version differences"
41+ "open_diff" : " Open version differences" ,
42+ "open_timeline" : " Open timeline"
4243 },
4344 "search" : {
4445 "label" : " Search npm packages" ,
You can’t perform that action at this time.
0 commit comments