Merged
Conversation
# Conflicts: # src/index.ts
Contributor
Author
Contributor
Author
|
The "confused" dude is the role icon placement |
bristermitten
requested changes
Nov 12, 2025
Member
bristermitten
left a comment
There was a problem hiding this comment.
A great start! Only a few small changes to make
| const xpProgress = Math.min(Number(xp) / xpForNextLevel, 1); | ||
|
|
||
| // Draw XP bar background | ||
| canvas.fillStyle = "#444444"; |
Member
There was a problem hiding this comment.
could we make the colour of the xp bar based on the user's highest role colour? i think that would make it more visually interesting
Contributor
Author
There was a problem hiding this comment.
The background or foreground the bar ( green currently )
- Register new model in storage - Add hasMany relation from DDUser to DDUserAchievements - Minor formatting and whitespace cleanup in DDUser model
Contributor
Author
# Refactor starboard.listener.ts for improved formatting, error handling, and readability - Enhanced code formatting and indentation - Optimized error handling mechanisms - Improved overall readability and consistency ```
This file contains hidden or 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
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.


No description provided.