telosnetwork / open-block-explorer

The Open Block Explorer (OBE) is the first open source block explorer that is designed to support all AntelopeIO-based blockchains.
https://explorer.telos.net
Apache License 2.0
27 stars 24 forks source link

replacing pug for html #627

Closed Viterbo closed 1 year ago

Viterbo commented 1 year ago

Fixes #585

Description

This PR replaces all pug code for the equivalent in HTML

Test scenarios

netlify[bot] commented 1 year ago

Deploy Preview for obe-staging ready!

Name Link
Latest commit d55d65bb4e2cb584a125b1162ddba54f281e9500
Latest deploy log https://app.netlify.com/sites/obe-staging/deploys/63ffd49ba688e800082d125a
Deploy Preview https://deploy-preview-627--obe-staging.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] commented 1 year ago

Deploy Preview for obe-testnet ready!

Name Link
Latest commit d55d65bb4e2cb584a125b1162ddba54f281e9500
Latest deploy log https://app.netlify.com/sites/obe-testnet/deploys/63ffd49be6daca000888b914
Deploy Preview https://deploy-preview-627--obe-testnet.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d55d65b
Status: ✅  Deploy successful!
Preview URL: https://ce5b0e13.open-block-explorer.pages.dev
Branch Preview URL: https://585-remove-pug.open-block-explorer.pages.dev

View logs

ezra-sg commented 1 year ago

you can also remove pug loader from package.json and quasar.conf.js and jest.config.js

Viterbo commented 1 year ago

@EJSG, thank you for the review! I fixed the config files and resolve all pending conflicts.