🆙 Added the BuildTools button, and redesign toolbar

This commit is contained in:
duckietm
2026-04-14 13:54:15 +02:00
parent 3a648663ec
commit a770b99e2e
4 changed files with 290 additions and 53 deletions
@@ -38,7 +38,7 @@ export const FriendBarView: FC<{ onlineFriends: MessengerFriend[]; requestsCount
{ (requestsCount > 0) &&
<motion.div variants={ itemVariants }>
<div className="flex h-[34px] items-center rounded-[7px] border border-[#9fc56f] bg-[#5f7d2f] px-[10px] text-[0.74rem] font-bold whitespace-nowrap text-white shadow-[inset_0_1px_0_rgba(255,255,255,0.18),0_2px_0_rgba(0,0,0,0.25)]">
{ requestsCount } richieste
{ requestsCount } { LocalizeText('friendbar.requests.title') }
</div>
</motion.div> }
<motion.div variants={itemVariants}>