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

Add a page where users can run SPARQL queries #201

Merged
merged 7 commits into from
Nov 10, 2021
Merged

Conversation

nbittich
Copy link
Collaborator

@nbittich nbittich commented Nov 9, 2021

No description provided.

@nbittich nbittich requested a review from Windvis November 9, 2021 15:08
Copy link
Contributor

@Windvis Windvis left a comment

Choose a reason for hiding this comment

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

I think you are using npm 7+ which causes a lot of changes to the lock file that aren't really needed. This is also the reason why CI fails since we are still using node 12 + npm 6 there.

I would try to use the same versions on your dev machine to prevent this from happening (take a look at volta in case you don't know it yet).

app/modifiers/yasgui.js Outdated Show resolved Hide resolved
config/environment.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
app/styles/app.scss Outdated Show resolved Hide resolved
app/templates/sparql.hbs Outdated Show resolved Hide resolved
app/templates/sparql.hbs Outdated Show resolved Hide resolved
export default modifier(function yasgui(element /*, params, hash*/) {
Promise.all([
import('@triply/yasgui'),
import('@triply/yasgui/build/yasgui.min.css'),
Copy link
Contributor

Choose a reason for hiding this comment

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

I also tried lazy-loading the css and that seems to work. Saves another 9KB for users who don't visit that page 😄

@Windvis Windvis enabled auto-merge (squash) November 10, 2021 09:08
@Windvis Windvis merged commit 274e11c into master Nov 10, 2021
@Windvis Windvis deleted the feature/yasgui branch November 10, 2021 09:09
@Windvis Windvis added the enhancement New feature or request label Nov 18, 2021
@Windvis Windvis changed the title Feature/yasgui Add a page where users can run SPARQL queries Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants