New explorer branch #92

Open
marcdeb1 wants to merge 5 commits from marcdeb1/new-explorer into master
marcdeb1 commented 2021-01-17 21:52:59 +01:00 (Migrated from github.com)

As started by @AlessandroSpallina (https://github.com/lbryio/block-explorer/issues/67), a new explorer is proposed, developed in Laravel (original repo : https://github.com/marcdeb1/LBRYEXPLORER)
This new explorer shows improvements in design, user experience, performance, and maintainability.
It will solve most issues on the old explorer and integrate a CI/CD process.
Here is a preview app : https://lbry-explorer.herokuapp.com. Content stats page is not finished.
Feel free to comment and share your ideas !

As started by @AlessandroSpallina (https://github.com/lbryio/block-explorer/issues/67), a new explorer is proposed, developed in Laravel (original repo : https://github.com/marcdeb1/LBRYEXPLORER) This new explorer shows improvements in design, user experience, performance, and maintainability. It will solve most issues on the old explorer and integrate a CI/CD process. Here is a preview app : [https://lbry-explorer.herokuapp.com](https://lbry-explorer.herokuapp.com). Content stats page is not finished. Feel free to comment and share your ideas !
tiger5226 commented 2021-01-23 06:27:44 +01:00 (Migrated from github.com)

@tzarebczan @kauffj @nikooo777 just flagging this to you guys. Are we planning on a new explorer?

@tzarebczan @kauffj @nikooo777 just flagging this to you guys. Are we planning on a new explorer?
This pull request has changes conflicting with the target branch.
  • README.md
  • composer.json
  • composer.lock
  • src/Controller/ClaimsController.php
  • src/Controller/MainController.php
  • src/Shell/AuxShell.php
  • src/Template/Element/claimbox.ctp
  • src/Template/Main/blocks.ctp
  • src/Template/Main/claims.ctp
  • src/Template/Main/index.ctp

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin marcdeb1/new-explorer:marcdeb1/new-explorer
git checkout marcdeb1/new-explorer

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff marcdeb1/new-explorer
git checkout master
git merge --ff-only marcdeb1/new-explorer
git checkout marcdeb1/new-explorer
git rebase master
git checkout master
git merge --no-ff marcdeb1/new-explorer
git checkout master
git merge --squash marcdeb1/new-explorer
git checkout master
git merge --ff-only marcdeb1/new-explorer
git checkout master
git merge marcdeb1/new-explorer
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/block-explorer#92
No description provided.