You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix tier image source to use lowercase tier name for consistency (5293b6) by @Mateleo
adjust layout and spacing for better responsiveness (5293b6) by @Mateleo
remove unused code for generating og (5293b6) by @Mateleo
remove playwright dependency from the project as it is no longer needed (56cc27) by @Mateleo
add optional config parameter to getAccountByName, getAccountById, getAccountsByPlayer, and getAccounts functions for more flexibility in querying accounts (b003f1) by @Turdyo
refactor components to use lazy loading for improved performance and code splitting (59bafa) by @Mateleo
fix indentation and formatting issues in the template section (b6840d) by @Mateleo
fix conditional class assignment in the v-for loop to correctly apply the "border-b-0" class (b6840d) by @Mateleo
update image source path for account tier emblem to use new_emblems folder instead of emblems folder (068a55) by @Mateleo
update image source path for player account tier emblem to use new_emblems folder instead of emblems folder (068a55) by @Mateleo
update LPC to tier mapping to include new EMERALD tier (068a55) by @Mateleo
update image source path for lpUpdate tier emblem to use new_emblems folder instead of emblems folder (068a55) by @Mateleo
add EMERALD as a new tier in the enum Tier (068a55) by @Mateleo
decrease maxAge to 2 minutes for leaderboard cache (068a55) by @Mateleo
comment out unused code for getting most played champion (068a55) by @Mateleo
update LPC values for EMERALD, DIAMOND, MASTER, GR (068a55) by @Mateleo
fix type error when filtering AllPlayedChamps array by adding a type guard to filter method (a4c853) by @Mateleo
add delay of 500ms to defineOgImageScreenshot function to improve performance (ffa1ae) by @Mateleo
fix typo in cached function options (73fb88) by @Mateleo
fix cached function to receive puuid parameter and filter AllPlayedChamps array correctly (73fb88) by @Mateleo
change champion prop to championId to improve semantics (2aad95) by @Mateleo
change champion prop to championId to match MyOgImage.vue changes (2aad95) by @Mateleo
remove mostPlayedChamp field from Account model (2aad95) by @Mateleo
handle case when fetchMatchesHistory returns undefined (2aad95) by @Mateleo
refactor getPlayersWithLive function to use Promise.all and simplify code (7188a1) by @Turdyo
remove unused playerLive variable and console.log statement (5522d1) by @Mateleo
change live prop to isLive to improve semantics and make it optional (46ed8c) by @Mateleo
pass player.isLive to PlayerNavigation component (46ed8c) by @Mateleo
set isLive to isInGame if its not defined in the player object (46ed8c) by @Mateleo
pass isLive prop to LeaderboardPlayer component (f4ed5b) by @Mateleo
change getLiveGameDataOrError function to getLiveGameData function and return undefined instead of throwing error (f4ed5b) by @Mateleo
add profileIcon to account props to be able to display players profile icon (3292af) by @Mateleo
add key binding to v-for loop to improve performance (3292af) by @Mateleo
remove unused variables and simplify code by removing intermediate variables and using reduce to calculate peakEloUpdate (267209) by @Turdyo
fix PlayerRank component props by removing unused lastUpdate variable and using account.lpUpdates.at(0) instead of lastUpdate variable. Also, fix peakEloUpdate calculation by using reduce function. (267209) by @Turdyo
fix typo in variable name LPC -> LP to correctly display rank (795601) by @Turdyo
add --with-deps flag to playwright install command to ensure all dependencies are installed before running nuxt build script (d117e4) by @Mateleo
convert y-axis ticks value to integer (9cd9ac) by @Mateleo
add missing semicolons to improve code quality (9ff487) by @Turdyo
throw error instead of returning it to improve error handling (9ff487) by @Turdyo
add missing semicolons to improve code quality (9ff487) by @Turdyo
throw error instead of returning it to improve error handling (9ff487) by @Turdyo
throw error instead of returning it to improve error handling (9ff487) by @Turdyo
use ref to update AllTiers variable (7200e4) by @Mateleo
reverse lpUpdates array to display in correct order (7200e4) by @Mateleo
update image size to fit new design requirements (a1c5ae) by @Mateleo
fix indentation and whitespace issues in the style section (cf5468) by @Mateleo
π¨ Styles
add conditional rendering to display a message when there are no latest updates (a46015) by @Turdyo
adjust styling and layout of Players of the Day component for better readability and visual appeal (657184) by @Mateleo
refactor template to use flexbox and add conditional rendering for player data (d3440e) by @Turdyo
add line breaks for better readability (d3440e) by @Turdyo
add div wrapper to template for better structure and readability (d3440e) by @Turdyo
change MyOgImage component layout to a grid with two columns to improve readability and add sumonerLvl to account props (fb0c8d) by @Mateleo
reorder classes to improve readability and consistency (4d4f8a) by @Mateleo
reorder classes to improve readability and consistency (4d4f8a) by @Mateleo
reorder classes to improve readability and consistency (4d4f8a) by @Mateleo
reorder classes to improve readability and consistency (4d4f8a) by @Mateleo
reorder classes to improve readability and consistency (4d4f8a) by @Mateleo
reorder classes to improve readability and consistency (4d4f8a) by @Mateleo
remove .prettierrc file and add prettier.config.js file with new configuration options and tailwindcss plugin to improve code formatting. (2ab061) by @Turdyo
add arrowParens configuration to avoid parentheses around a single parameter in arrow functions and improve code readability (73faeb) by @Turdyo
add trailingComma option to prettier config (129ab2) by @Turdyo
improve code formatting and readability, add missing closing tag to div element (557998) by @Turdyo
add default profile icon and support for left and right slots (c23560) by @Turdyo
refactor to use PlayerProfileIcon component and remove unnecessary div (c23560) by @Turdyo
fix indentation and add line break for readability (c23560) by @Turdyo
increase image size and improve contrast (3292af) by @Mateleo