Skip to content

update faction page#10

Open
wrvnnull wants to merge 5 commits into
mainfrom
faction-update
Open

update faction page#10
wrvnnull wants to merge 5 commits into
mainfrom
faction-update

Conversation

@wrvnnull
Copy link
Copy Markdown
Collaborator

No description provided.

@wrvnnull wrvnnull requested a review from Tyler-RNG July 21, 2025 15:35
Copy link
Copy Markdown
Contributor

@Tyler-RNG Tyler-RNG left a comment

Choose a reason for hiding this comment

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

Good progress towards better looking. Needs more styling to be clean and full use of space.

Also check if this is mobile compatible by mimicking mobile device on your computer to ensure the format fits.

I do not want any scrollbars on the site so make sure that the FULL WIDTH of the screen is used so no scrolling needs to be done. (scrolling is ok on mobile)

Comment thread src/pages/FactionPage.tsx Outdated

{/* Grid Factions Available */}
<section className="w-full max-w-full mt-10 px-0">
<h2 className="text-2xl md:text-3xl font-bold mb-4 text-blue-400 px-4">Factions Available</h2>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please do not use language like "available". The user cannot change factions so say something like "Your faction"
and "Opposing factions"

Comment thread src/pages/FactionPage.tsx
<Footer darkMode={darkMode} />

{/* Custom Animations */}
<style>{`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please fix the style up so it uses the full WIDTH of the page. Things seem scrunched up and should spread out more
image

Use the red space

Comment thread src/pages/FactionPage.tsx Outdated
</ul>
)}
<div className={`grid grid-cols-2 gap-4 ${theme.container} bg-opacity-60 rounded-xl p-4 mb-3 text-base`}>
<div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A lot of this can be done in the css. try to use css more and clean up all the "inline" styling

Comment thread src/pages/FactionPage.tsx Outdated
<p className={`text-base mb-3 ${theme.text}`}>Offer praise once daily. Build streaks for RUNE rewards!</p>
<div className={`grid grid-cols-2 gap-6 ${theme.container} bg-opacity-70 rounded-xl p-6 mb-3`}>
<div>
<div className={`text-base mb-2 ${theme.text}`}>Your Offerings: <span className="font-bold float-right">{userOfferings?.IndividualOfferings || 0}</span></div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Clean up the styling for this. things seem a bit cramped. see if you can make this look more gamified

@wrvnnull wrvnnull requested a review from Tyler-RNG July 21, 2025 21:20
@Tyler-RNG
Copy link
Copy Markdown
Contributor

image

Things are looking TOOO wide you cna set a max width. Also there are still sliders for the top and the bottom which I dont want.

The working was cleaned up a a bit but the changes to remove the inline and to move to css were not done

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