Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layout: Rename the Download to Download index. #3579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

psaiz
Copy link
Contributor

@psaiz psaiz commented Feb 12, 2024

Closes #2618

@@ -60,6 +60,7 @@ export default function FileTable({ items }) {
},
}
: { href: getFileUri(file.key) };
const label= file.type=='index.txt' ? 'Download index' : 'Download';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could that be also index.json?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THe index.json entries seem to be filtered out at some point (I haven't figure it out where exactly). See for instance this entry, which contains a normal file and a file set:
Screenshot 2024-03-27 at 16 27 14

If we look at the entry on opensearch, it has three files:
Screenshot 2024-03-27 at 16 28 00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

templates: download index
4 participants