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: Vendicated/Vencord Loading
base: main
Choose a base ref
...
head repository: KronsyC/Vencord Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 10, 2023

  1. Fix(AnonymiseFileNames): Plugin now plays nicely with .tar.? files

    added an extensible list of strings that may prefix a given extension
    that becomes part of the extension. tar is the only one right now but
    more can be trivially added
    
    resolves #1230
    KronsyC committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    95670e1 View commit details
    Browse the repository at this point in the history
  2. Fix(MemberCount): Fixed overlapping issue with some themes

    Some themes set a background colour on the member list, which ended up
    blocking the count due its negative margin. All I did was remove the
    margin.
    KronsyC committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    c512cdd View commit details
    Browse the repository at this point in the history
  3. Undid some dev stuff

    KronsyC committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    070c791 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Fix(Uwuify): Fixed the corruption of URLS

    did essentially a whole rewrite of the Uwuifier to operate word-wise
    instead of upon the entire message using regexes. Also retains
    capitalization now, which may or may not actually be wanted.
    
    As a result of word-wise operations, it can now avoid uwuifying certain
    patterns, currently only does so for URLS
    
    resolves #1186
    KronsyC committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    8671588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a32b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d0946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9669dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f48e21 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge branch 'main' into main

    KronsyC committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    37d6225 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Update memberCount.tsx

    Removed the accidental zIndex
    KronsyC committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d10d16c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Merge branch 'main' into main

    KronsyC committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e136055 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge branch 'main' into main

    KronsyC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    26355aa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge branch 'main' into main

    KronsyC committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    74a74ce View commit details
    Browse the repository at this point in the history
Loading