Page MenuHomePhabricator

[explorer] Update datatables packages
ClosedPublic

Authored by bytesofman on Aug 12 2024, 19:41.

Details

Reviewers
roqqit
Group Reviewers
Restricted Project
Commits
rABCb7dcfc4183ac: [explorer] Update datatables packages
Summary

Seeing an annoying error (sometimes) on page load, from datatables.

datatables is a cdn-delivered package. The version being used in explorer is pretty old.

Use the latest version.

ref: https://cdn.datatables.net/

Test Plan

cargo run and stuff seems to still work

Diff Detail

Repository
rABC Bitcoin ABC
Branch
explorer-ajax-error
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29947
Build 59429: Build Diff
Build 59428: arc lint + arc unit

Event Timeline

bytesofman edited the summary of this revision. (Show Details)

some style differences in testing

this diff: update: resolved

image.png (173×199 px, 26 KB)

prod now:

image.png (173×232 px, 26 KB)

this diff [to be fixed]: update: resolved

image.png (220×1 px, 60 KB)

prod now:

image.png (220×1 px, 60 KB)

some css tweaks to fix described issues

css tweaks to match existing functionality and look

This revision is now accepted and ready to land.Aug 12 2024, 21:03
This revision was automatically updated to reflect the committed changes.