Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BTS-CM/NFT_Viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: BTS-CM/NFT_Viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 171 files changed
  • 1 contributor

Commits on Jul 28, 2023

  1. Support webp

    Update packages
    Support WEBP file format in media component
    Update featured NFTs config
    grctest committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0f98074 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Initial implementation of context isolation

    Isolating the renderer process to improve security.
    
    Locale files are loaded via a vite plugin
    Locale json files moved for local access
    Access node functionality via preloaded context bridged functions which perform an ipcrenderer invocation to the electron file
    The ipc handler cannot transport the entire beet connection to the renderer, so rather than performing a connect then link, the connection is silently performed.
    
    TODO: finish the broadcast function & update stored connection identity fields
    grctest committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d34c80b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Finish context isolation

    Broadcast now works
    QR code generation once again
    Update packages
    grctest committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c630081 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from BTS-CM/context_isolation

    Context isolation
    grctest authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fd0a2b9 View commit details
    Browse the repository at this point in the history
  3. Build fix

    Built release couldn't reach required code
    grctest committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    333f433 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fix cached assets

    Fix key warning
    Deduplicate cached assets
    grctest committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2f026ee View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Update vite.config.mjs

    grctest committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ebcd7f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update states.js

    Fixes testnet account lookup
    grctest committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    71afa45 View commit details
    Browse the repository at this point in the history
Loading