Skip to content
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

chore: create stats interface #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

KalvinVilla
Copy link

add stats interface, need to finish ui and refractor the code
Capture d’écran du 2024-06-26 21-27-23

Copy link

vercel bot commented Jun 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aresrpg-dapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 9:01pm

Copy link
Member

@Sceat Sceat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feature! It'll be a bit complex to have it working on chain, but I'll take the PR as a base to make it work 🚀

@@ -71,6 +74,9 @@ function open_spells() {
.server
font-size .8em
color #EEEEEE
align-items center
> *
pointer-events all
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is a bit ambiguous, duplicate pointer events ? also please separate the .server

points_to_distribute: Points to distribute
level: Level
experience: Experience
increase: +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a + sign doesn't need to be translated

.header {{ t('stats') }}
.player-info
.avatar
img(src="https://assets.aresrpg.world/classe/iop_female.jpg" alt="Character Image")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should take the correct skin, you can concatenate ${classe}_${sex}

Copy link

vercel bot commented Jul 2, 2024

@KalvinVilla is attempting to deploy a commit to the aresrpg Team on Vercel.

A member of the Team first needs to authorize it.

@KalvinVilla
Copy link
Author

KalvinVilla commented Jul 2, 2024

I've improve UI,

Need todo :

  • refractor code to improve it
  • add hover to the bars
  • change + to svg

If you have some idea for the ui, i will take it

image

@Sceat
Copy link
Member

Sceat commented Jul 3, 2024

it's fine for now, I'll take care of the rest when I have some time and we'll merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants