Giter Club home page Giter Club logo

skycrypt's Introduction

SkyCrypt 🍣

A Hypixel Skyblock Profile Viewer

The SkyCrypt Project, which is based on LeaPhant's skyblock-stats, allows you to share your Hypixel SkyBlock profile with other players with a quick overview of your Stats, Skills, Armor, Weapons and Accessories.

Website: https://sky.shiiyu.moe

CI/CD

Screenshot

Screenshot

Contributing

You are free to report bugs or contribute to this project. Just open Issues or Pull Requests and the Developer team will look into them.

Prerequisites

Installation

A more explanatory guide can be found in CONTRIBUTING.md

Clone the project and run pnpm i to install the dependencies.

Now open credentials.json and enter a valid Hypixel API Key. You can obtain one by going to developer.hypixel.net/dashboard and clicking Create API Key.

mongod needs to be running as a service in the background and the redis-server needs to be started.

You can now run pnpm start to start it. You will be able to access the site on http://localhost:32464 if you leave the default port.

Credits

skycrypt's People

Contributors

agedrob1n avatar bishoperic avatar boblovespi avatar builder-247 avatar cyandev avatar debeufjens avatar dependabot[bot] avatar devslashrichie avatar djtheredstoner avatar doej1367 avatar duckysolucky avatar dukio avatar existagon avatar felix642 avatar ic22487 avatar jeenyuhs avatar jxxe avatar k-nero avatar korase avatar leaphant avatar martinnemi03 avatar metalcupcake5 avatar nstringham avatar qtlunya avatar renovate[bot] avatar shiiyu avatar skycryptuser avatar thetrueshaman avatar warpwing avatar zickles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

skycrypt's Issues

iOS item count Z fighting

Describe the bug
On iOS the item count sometimes is rendered behind the item icon. It also sometimes flickers between being in front of and behind the icon.

Profile/Location
https://sky.shiiyu.moe/stats/iijei

Expected behavior
Count should always display above icon

Screenshots
IMG_0136

Tested browser:

  • Device: iPhone XR
  • OS: iOS 14.2
  • Browser Safari

credit
This bug was originally reported by @Jei#3803 on discord

This is a test. Disregard this issue

Describe the bug
A clear and concise description of what the bug is.

Profile/Location

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

gold leggings appear on the iron shovel texture

Describe the bug
gold leggings appear on the iron shovel texture

Profile/Location
there is an iron shovel in my ender chest
https://sky.shiiyu.moe/stats/Cookie_Wookie_7/Tomato

Additional Info
make sure you are using Vanilla or Default pack

Expected behavior
Iron shovel texture should not include gold leggings

Screenshots
image

Additional context
Add any other context about the problem here.

Caused By
/public/resources/img/inventory/items.png and /public/resources/img/inventory/items.webp
e74c21b

Fix
this bug can be fixed by #105

Bug Report: duplicate talismans

You might already know this, but opening the missing Talisman menu Shows all Missing talismans, including downgrades of already owned Talisman, Like Pot affinity ring/talisman, Speed affinity talisman/ring, scarfs xxx(the Dungeon Xp boost one), Slayer defense talismen and rings, Red claw Ring/Talisman and some Other i might have missed, although i own the maxed version. Really Happy you included a "Missing Talisman" Feature though, thats one Thing i Always missed in skylea

Backpack Preview Bug

Describe the bug
On a regular backpack, it would show a preview of what's in the backpack. For example:
image
However, this backpack does not have a preview, picture is in the screenshot section.

Profile/Location
https://sky.shiiyu.moe/stats/Pigicial/Lemon
Check the ender chest on the 14th column and the 8 and 9th row.

Additional Info
None

Screenshots
image
image

Desktop (please complete the following information):
Windows 10 on chrome browser. Not sure on what version

Additional context
It could be a bugged backpack ingame, Im not sure though.

Missing talismans bug

Describe the bug
If you click on a talisman it is supposed to show the lore. But if you click on a talisman in the missing section it grays the background but there's now lore. A proposed change to this is either don't let you click on them or have them show the talismans base lore.
Profile/Location
Happens on any profile without every talisman so ill just link mine https://sky.shiiyu.moe/stats/pottedplant530/Papaya

Additional Info
N/A

Expected behavior.
Listed at beginning
Screenshots
image

Desktop (please complete the following information):

  • OS: windows 10 [e.g. iOS]
  • Browser chrome [e.g. chrome, safari]
  • Version IDK [e.g. 22]

Invalid JSON response body

Describe the bug
When fetching any data using your player endpoint, I get this error when trying to parse the response.

Profile/Location
https://sky.shiiyu.moe/api/v2/profile/sirarchibald97

Additional Info
I can send requests from my browser perfectly fine, it's just parsing the response in Node which returns the error. I am using the npm package Node-Fetch.

Expected behavior
I should be able to parse the data from JSON into a JavaScript object, as I can with all other APIs that return JSON.

Screenshots

UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://sky.shiiyu.moe/api/v2/profile/[19]%20SirArchibald97 reason: Unexpected token < in JSON at position 0
2021-01-03T16:06:09.291399+00:00 app[worker.1]:     at /app/node_modules/node-fetch/lib/index.js:272:32
2021-01-03T16:06:09.291400+00:00 app[worker.1]:     at processTicksAndRejections (internal/process/task_queues.js:97:5)
2021-01-03T16:06:09.291400+00:00 app[worker.1]:     at async Object.run (/app/methods/nick.js:35:32)
2021-01-03T16:06:09.291475+00:00 app[worker.1]: (node:4) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
2021-01-03T16:06:09.291581+00:00 app[worker.1]: (node:4) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Chrome
  • Version: n/a

API is not up to date with the data

So im currently using the API of the website, if i get something from the api its old af, last thing i got is 4 days old and on the website only 27min old, will this be fixed or is it always gonna be outdated?

You

Describe the bug
You

Profile/Location
You

Additional Info
You

Expected behavior
You

Screenshots
You

Desktop (please complete the following information):

  • OS: You
  • Browser You
  • Version You

Additional context
You

Suggestion

For the moment your website is only turned on player api but why not add new tabs with skyblock news (like cowshed: https://discord.gg/bPNw4gF) or maybe create minigames like dragon/slayer/zealots simulator or calculator for dungeons item/damages/magic damages/minions/talismens... I have begin to made dragon simulator and dungeon calculator, you can take if you want/need (https://github.com/BagginsOrga/FabulousWebSite) Thank you for reading

SVG logo

I think that /resources/img/logo_square.png should be replaced by an SVG this should make it easier to add themes and also cut down on file size while increasing quality.

I have made an SVG version of the logo for the Default Theme but it can easily be changed by modifying the fill property on line 3

<svg width="120" height="120" xmlns="http://www.w3.org/2000/svg">
    <title>SkyCrypt Logo</title>
    <rect rx="16" height="120" width="120" y="0" x="0" fill="#0bda51"/>
    <g fill="#ffffff">
        <rect rx="4" height="28" width="19" y="69" x="22"/>
        <rect rx="4" height="75" width="19" y="22" x="50"/>
        <rect rx="4" height="47" width="19" y="50" x="79"/>
    </g>
</svg>

I'll make a PR if people think this is good idea

make slayer containers have good css

Is your suggestion related to a problem? Please describe in detail.
slayer containers are a huge pile of position: absolute and they don't deal properly with long text

Describe your suggestion
redo it to use modern dynamic css

Describe alternatives you've considered
image

Additional context
This issue exists mostly as a todo for me but if someone else wants to fix it they can

info_box not completely hidden

Describe the bug
weird green and white dots at top

Profile/Location
any Profile

Additional Info
this is caused by the #info_box not being completely hidden

Expected behavior
#info_box is completely hidden when not .info-opened

Screenshots
Screenshot_20201010-132125_Chrome 1

Browser:

  • Device: SM-G530T
  • OS: unofficial Linage OS
  • Android Version: 9
  • Browser: Chrome
  • Chrome Version: 85.0.4183.127

also exists in chrome on other android devices

Additional context
Fixed by #107

error

[email protected] start C:\Users\nikla\Desktop\GITHUB\SkyCrypt
node init && node index

(node:169460) UnhandledPromiseRejectionWarning: C:\Users\nikla\Desktop\GITHUB\SkyCrypt\src\lib.js:514
if(item.extra?.recombobulated)
^

SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:1053:16)
at Module._compile (internal/modules/cjs/loader.js:1101:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (C:\Users\nikla\Desktop\GITHUB\SkyCrypt\src\constants\leaderboards.js:4:26)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
(node:169460) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:169460) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
C:\Users\nikla\Desktop\GITHUB\SkyCrypt\src\app.js:81
return cookie?.split(',').filter(uuid => /^[0-9a-f]+$/.test(uuid)) || []
^

SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:1053:16)
at Module._compile (internal/modules/cjs/loader.js:1101:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (C:\Users\nikla\Desktop\GITHUB\SkyCrypt\index.js:1:1)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node init && node index
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\nikla\AppData\Roaming\npm-cache_logs\2021-01-13T12_32_17_146Z-debug.log

IS THE ERROR.

missing tab section bar

Describe the bug
The bar at the top of the page containing the sections is missing in some browsers.

Expected behavior
The page should be nearly the same on all browsers.

iOS Safari
IMG_0134

  • Device: iPhone XR
  • OS: iOS 14.1
  • Browser: Safari

iOS Chrome
IMG_0135

  • Device: iPhone XR
  • OS: iOS 14.1
  • Browser: Chrome
  • Version: 86

Android Chrome
Screenshot_20201101-184711

  • Device: OnePlus 6
  • OS: Android 10
  • Browser: Chrome
  • Version 86

Android Firefox
Screenshot_20201101-190908

  • Device: OnePlus 6
  • OS: Android 10
  • Browser: Firefox
  • Version 82

Android Edge
Screenshot_20201101-193014

  • Device: OnePlus 6
  • OS: Android 10
  • Browser: Edge
  • Version 45

Samsung Internet
Screenshot_20201101-193653

  • Device: OnePlus 6
  • OS: Android 10
  • Browser: Samsung Internet
  • Version 12

Select a different armor set in a wardrobe to see stats.

Is your suggestion related to a problem? Please describe in detail.
Sometimes when you're researching or searching others, they just happen to be in their fishing set or dungeon specific set. You can't see their normal stats in their "out of dungeons" gear.

Describe your suggestion
I suggest adding a button system to switch through the armor sets like you have done with the swords.

Describe alternatives you've considered
Alternatives include checking boxes to take off armor or switch between them.

Additional context
image

Not Accurate Stats

Describe the bug
My hp is 1510, Speed 173%, Crit Damage 440%, Strength 413 and so on.
It says Hp 1,499, Speed 169%, Crit Damage 435%, Strength 402 and so on
.
Profile/Location
https://sky.lea.moe/stats/BillyScranner/Papaya

Expected behavior
Should be 100% accurate

Screenshots
If applicable, add screenshots to help explain your problem.
2020-08-31_14 58 53
118405646_3723191801033858_6301912827441346766_n
Desktop (please complete the following information):

  • OS: Windows 7
  • Browser Chrome
  • Version 1.8.9

tippy tool tip shows up in the wrong spot

Describe the bug
some of the tooltips are positioned incorrectly

Profile/Location
any

Additional Info
this bug also affects skylea

Expected behavior
tooltip points to the thing hovered over

Screenshots
image
image

Browser:
any

Additional context
this bug is caused by tippy trying to fit the tip within its parent that has overflow set

fixed by #161

Possible issue with username

Describe the bug
When a player username contains a underscore(I guess, I can give you the username for you to look into), the API will return {"error":"TypeError: Cannot read property 'includes' of undefined"}
However, the main page still shows the player data properly.

Information Not Showing

Describe the bug
When I use the site and search anyone's name, the site would work like usual but the player's skin won't show up and if I click on a item e.g livid dagger, ender dragon pet etc, it would only show a white outline around the box and the information like pet exp and enchants wouldnt show.
Profile/Location
all profiles i search up
Additional Info
If applicable, what pet/weapon/armor you are using and where you are in Skyblock.

Expected behavior
I expected to see my character/other people's character and also expected to see information when i click on a item/pet

Screenshots
https://cdn.discordapp.com/attachments/776317726540431380/794852350660968448/character_doesnt_show.png
https://cdn.discordapp.com/attachments/776317726540431380/794852418424537118/clicking_on_item_doesnt_give_info.png

Desktop (please complete the following information):

  • OS: Windows 8.1
  • Browser: Chrome
  • Version: 78

Smartphone (please complete the following information):

  • Device: ZTE Axon A1R
  • OS: Android 6.0.1
  • Browser: Chrome
  • Version: 87

Additional context
Add any other context about the problem here.

Some enchantments like "Blast Protection" aren't fully colored

EDIT
There is also some OP special enchantments such as Growth L, would we add them to special enchantments list or don't consider these OP enchants?

Describe the bug
Some enchantments, such as "Blast Protection VI" , which should be colored gold aren't colored completely.

Profile/Location
https://sky.shiiyu.moe/stats/Minikloon/Banana

Expected behavior
Fully Colored

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome

#29

Stats aren't working properly

Describe the bug
At the top of the page if you hover your cursor over the stats the person has (eg: Intelligence, Health, Defence) the box which is supposed to appear describing that persons stats sometimes appears pointing to different stats then the one your cursor is on.

Profile/Location
https://sky.shiiyu.moe/stats/Artinator11/Papaya

Expected behaviour
What I expected to happen was the box to appear and the stats to appear in the right place.

Screenshots
image
image
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version: 10

Pets

Describe the bug
a bunch of pet stats are wrong

Profile/Location
check #bug-reports in discord

Screenshots
again, check #bug-reports

Constantly rate limited

Hi!

I personally am constantly being rate limited on the website due to the API key, so it might be worthwhile to have multiple, and cycle through them until one that isn't rate limited is found. This would make the experience a lot easier for a lot of players.

Thanks!

skill icons missing in firefox

Describe the bug
on firefox the skill icons are missing

Profile/Location
any

Expected behavior
Icons show up like they do on chrome

Screenshots
image

Desktop:

  • OS: Windows 10
  • Browser firefox
  • Version 84.0.1

Note:
seams to be working fine on android firefox 85

Emoji

@metalcupcake5 can you help me with emotes in the database? I've tried and I need your help

Pets not showing

Pets in the enderchest don't show up in your pets (even in a separate menu like "inactive pets"), but other items like swords, rods, and talismans do

api retrieving issue when the player haven't used the site search

Describe the bug
When a player doesn't use the search box in the main page and directly opened the API instead, it will show that player don't have any skyblock profiles.

Profile/Location
This is replicable with an account that haven't used the search function yet and with any API (e.g. profiles, talismans). Try it with your guild members yourself and I won't post any usernames here.

Expected behavior
API being fetched and correct API result being returned.

Smartphone (please complete the following information):

  • Device: -
  • OS: Android 10
  • Browser Google Chrome
  • Version 85.0.4183.81

Scrollbar Styling

In this issue, I will propose styling the scrollbars on SkyCrypt

The Problem

the problem with unstyled scrollbars is that they are white on most browsers which clashes with the dark esthetic of the site.

image

notice how the scrollbars are the same contrast as the text drawing attention away from the content to the scrollbars.

My Solution

add styling to the scrollbars with ::-webkit-scrollbar and scrollbar-color

however ::-webkit-scrollbar also affects mobile which looks weird because on mobile people expect to have the auto-hide zero-width scrollbar that comes by default.

The solution is to detect whether the scrollbar has a width in javascript when the page first loads and if it does then add the styles.

// checks if the scrollbar has a width should be true with desktop style scrollbars
if (window.innerWidth > document.documentElement.clientWidth) {
  document.documentElement.classList.add('style-scrollbar');
} else {
  document.documentElement.classList.remove('style-scrollbar');
}
.style-scrollbar {
    scrollbar-color: var(--icon-hex) #323232;
}

.style-scrollbar *::-webkit-scrollbar-track
{
    border-radius: 12px;
    background-color: rgba(60,60,60,0.5);
}

.style-scrollbar *::-webkit-scrollbar
{
    width: 12px;
    height: 12px;
}

.style-scrollbar *::-webkit-scrollbar-thumb
{
    border-radius: 12px;
    background-color: var(--icon-hex);
}

.style-scrollbar body::-webkit-scrollbar
{
    background-color: #282828;
}

@media (max-width: 900px){
    .style-scrollbar #nav_bar_line {
        bottom: 9px;
    }
    .style-scrollbar #nav_items_container {
        padding-bottom: 10px;
    }
}

.style-scrollbar #nav_items_container::-webkit-scrollbar-track
{
    background-color: transparent;
}

.style-scrollbar #nav_items_container::-webkit-scrollbar
{
    height: 8px;
}

here is what it looks like on Chrome (WebKit).
image

and here is what it looks like on Firefox (non-WebKit).
image

Golem pet Third Ability Bug?

Describe the bug
Basically the title of the third ability, "Toss", doesn't show up(Check screenshot for clarification). Can't confirm it's only me so could just be something on my side.

Profile/Location
It happens with every player that has a golem pet.

Screenshots
testing

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 86.0.4240.198

scroll bar on invintory tabs

Describe the bug
there is a verticle scroll bar on the inventory tabs

Profile/Location
any

Additional Info
only effects viewports wider than 1200px

Expected behavior
no verticle scroll bar

Screenshots
image

Browsers:

  • Windows Chrome 87
  • Windows Firefox 84

Additional context

  • bug originally reported on discord by @FantasmicGalaxy
  • possibly related to #212

Bazaar API returning some Russian characters?

When pulling data from the https://sky.shiiyu.moe/api/v2/bazaar URL, The Item Ids:
LOG:2,
ROTTEN_FLESH,
SULPHUR,
GLOWSTONE_DUST
all have their item names as Russian characters.

Eg:

LOG:2 - Береза
ROTTEN_FLESH - Гнилая плоть
SULPHUR - Порох
GLOWSTONE_DUST - Светопыль

https://sky.shiiyu.moe/api/v2/bazaar

I expected for the names to be
LOG:2 - Birch Wood
ROTTEN_FLESH - Rotten Flesh
SULPHUR - Gunpowder
GLOWSTONE_DUST - Glowstone Dust

  • OS: Windows
  • Browser Chrome
  • Version 87.0.4280.88 (Official Build) (64-bit)

I have tried to refresh several times, nothing has changed. It has been an hour, and the characters are still the same. It is not just a one-off thing.

Android index blur too light

Describe the bug
the blur is too light on index on narrow screens that support backdrop-filter (aka android)

Profile/Location
https://sky.shiiyu.moe/

Expected behavior
localhost_32464_(Moto G4)

Actual behavior
sky shiiyu moe_(Moto G4)

Smartphone:
Device: Oneplus 6
OS: Android 10
Browser: Chrome latest

Additional info
I will make a pr to fix this

missing elevator music

Describe the bug
the console logs an error that it failed load https://sky.shiiyu.moe/misc/music/ding.mp3 and https://sky.shiiyu.moe/misc/music/elevator.mp3

Profile/Location
Any profile I eg. https://sky.shiiyu.moe/stats/Cookie_Wookie_7/Tomato

Expected behavior
The console should be clear of errors

Screenshots
image

Environments

  • Windows 10 Home 2004

    • Google Chrome
      • Version 86.0.4240.75
    • Firefox Browser
      • Version 81.0.1
  • Device: OnePlus 6 (ONEPLUS A6003)
    OS: OxygenOS 10.3.5 based on Android 10

    • Google Chrome
      • Version 85.0.4183.127

Likely Cause
the non-exsistant files are referenced by /views/stats.ejs:2353-2356 wich are

new Elevator({
    mainAudio: '/misc/music/elevator.mp3',
    endAudio: '/misc/music/ding.mp3'
});

Slayer not showing correct level and saying unclaimed slayer rewards

Describe the bug
Says I have unclaimed slayer rewards when I well, don't, could be a game issue though as I also don't have the recipes even though I meet the XP requirements and I got the level message

Profile/Location
https://sky.shiiyu.moe/stats/MeDerpWasTaken/Mango

Additional Info
It's the spider and wolf slayer, I killed them using a raider axe

Expected behavior
For it to say my proper level and not say I have unclaimed slayer rewards

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version: OS Version 2004, Browser version 87.0.4280.27 (Official Build) beta (64-bit) (cohort: Beta)

Smartphone (please complete the following information):

  • Device: moto e5 play
  • OS: Android 8.0.0
  • Browser: Chrome
  • Version: 86.0.4240.110 (Offical Build) (32-bit)

Tab theme desync

Steps to Reproduce:

  1. open SkyCrypt in 2 tabs
  2. change the theme in one tab
  3. try to change the theme in the second tab to match the first

Expected behavior
the second tab also changes to the new theme

Actual behavior
nothing happens

Pack Problem (Hypixel Skyblock Pack v12)

Describe the bug
When I use the Pack Hypixel Skyblock Pack v12 - 16x or Hypixel Skyblock Pack v12 - 32x the armor textures are not displayed on the website.

Profile/Location
https://sky.shiiyu.moe/stats/Nisutec/Pear

Additional Info
I have tried the Superior Dragon Armor and the Perfect Armor - Tier XII to display the problem.

Expected behavior
The Website displays the right textures for the armor.

Screenshots

Superior Dragon Armor

Superior Dragon Armor Website
Superior Dragon Armor Ingame

Perfect Armor - Tier XII

Perfect Armor - Tier XII Website
Perfect Armor - Tier XII Ingame

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser firefox
  • Version 81

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.