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

feature: #10 Define claims order by entity type #54

Merged
merged 4 commits into from
Mar 10, 2024

Conversation

austininseoul
Copy link
Collaborator

No description provided.

@jmformenti jmformenti changed the title claim sorting#2 feature: #10 Define claims order by entity type Feb 20, 2024
try {
await this.$wikibase
.getEntity(this.id, this.$i18n.locale)
.then((entity) => {
this.item = entity
this.$store.commit('breadcrumb/setItems', this.getBreadcrumbItems(entity));
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to set breadcrumb elements here?

try {
await this.$wikibase
.getEntity(this.id, this.$i18n.locale)
.then((entity) => {
this.item = entity
this.$store.commit('breadcrumb/setItems', this.getBreadcrumbItems(entity));
this.item = entity;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please ensure you have eslint enabled, all these trailing commas introduced in this PR are not allowed

@@ -279,24 +298,4 @@ export class WikibaseService {
}
return hash
}

async searchEntityByName (search, language, uselang) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it intended to eliminate this function? I see that it is even used here: https://github.com/PhiloBiblon/philobiblon-ui/blob/master/frontend/components/ValueViewer.vue#L155

@jmformenti jmformenti merged commit 5e3d152 into master Mar 10, 2024
@jmformenti jmformenti deleted the claimissuesorting branch March 10, 2024 16:13
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.

None yet

2 participants