-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting #125
Merged
hobsRKM
merged 22 commits into
counterstrikesharp-panel:feature-skins
from
originalaidn:fix-translations-improving
Nov 21, 2024
Merged
WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting #125
hobsRKM
merged 22 commits into
counterstrikesharp-panel:feature-skins
from
originalaidn:fix-translations-improving
Nov 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…cepting the _token
- added pins - added keychains & stickers jsons - changed agents, gloves, music and skins.json files ((into skins.json there're new models, - changed skins.active to skins.active_both, skins.active_ct and skins.active_t - changed repos from daffyyyy to Nereziel - weapon_team, weapon_nametag etc added into every case, where its needed MISSING!!! - is_applied is missing in skins.blade.php and gloves.blade.php and knives.blade.php (?) and in WeaponSkinController.php !!!! - some reason agents module not loading - need to add into UI nametag, stattrak (enable / disable), stickers and keychain If you want to test it without build, in pins.blade.php change pin.ts to music.ts, other files need to upload into the right folders.
originalaidn
changed the title
Adding VIP, Appeals and Reports disable method, edited appeal's reason, not changing _token after settings update
[WIP] WeaponPaints module update & VIP / Appeals / Reports / Token changing method
Nov 16, 2024
if just loading and loading the agents, comment loader-skins (35. line)
in this PR, added: - show to skins which side is active - added selected/saved team, wear, seed, nametag and stattrak to load on selector - active T agent skin now isn't yellow (warning), now its red (danger) - active CT music/pin now blue, active T music/pin now red if CT and T same now shows blue - fixed hu translation - unused gloves are deleted from database
changed knife selector to show the right skin also if you saved your skin to your team (T or CT) the other knife skins will be deleted from database to show the right skin on site. this method is same with gloves
added select team translations keychain translations appeal translations adding appeal translations adding a check for one player could send only ONE appeal
all data can now be sorted by: - points - kills - deaths - assists - headshots - rounds_ct - rounds_t - rounds_overall - games_won - games_lost - position
originalaidn
changed the title
[WIP] WeaponPaints module update & VIP / Appeals / Reports / Token changing method
[WIP] WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting
Nov 20, 2024
originalaidn
changed the title
[WIP] WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting
WeaponPaints module update & VIP / Appeals / Reports / Token changing method / Rank page sorting
Nov 20, 2024
- changed usp_silencer to usp-s - added healthshot, heg, inferno (molotov) images to site - changing weapon names in map to show the correct names
hobsRKM
merged commit Nov 21, 2024
1ea6846
into
counterstrikesharp-panel:feature-skins
1 check passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
if VIP is disabled, than couldn't reach it through links
adding Appeals, reports disabling method
edited appeal's reason (for admins)
not changing _token after updating settings through site
added appeals translations and if an appeal which is pending exists for player, couldn't send appeal again until its not rejected.
all rank system data can now be sorted by:
WeaponPaints module update:
MISSING!!!
If you want to test it without build, in pins.blade.php change pin.ts to music.ts, other files need to upload into the right folders.