Commit Graph

945 Commits

Author SHA1 Message Date
duckietm 4bfd5e96ec 🆙 Update catalogue Forum view 2026-06-10 10:17:20 +02:00
duckietm e5ca4936ea 🆙 Detached Theme from original NitroV3 2026-06-10 07:23:02 +02:00
DuckieTM b2000ba1a9 Merge pull request #223 from simoleo89/fix/skip-purchase-confirmation
fix(catalog): honor skip purchase confirmation setting
2026-06-10 06:18:46 +02:00
simoleo89 e6519c301f fix(catalog): honor skip purchase confirmation setting
Wire both classic and modern catalog purchase widgets to the shared catalogSkipPurchaseConfirmation setting used by User Settings. When enabled, the primary buy/rent button now calls the purchase flow directly instead of first switching to the CONFIRM state. Existing validation, gift purchases, club checks, limited sold-out handling, and Builders Club placement flows remain unchanged.
2026-06-09 22:29:11 +02:00
duckietm 3ea6ec70a4 🆙 Update Purse 2026-06-09 13:55:33 +02:00
duckietm 3e92e718e5 🆙 Fix avatar head in friends chat 2026-06-09 07:11:28 +02:00
duckietm 9e309f4aaf 🆙 Added text 2026-06-08 13:02:32 +02:00
duckietm ce8e6fa61f 🆙 Fix the avatar head in send pressent 2026-06-08 11:06:01 +02:00
duckietm b1f0fe64c0 🆙 Fix navigator fav. 2026-06-08 10:39:39 +02:00
duckietm 05653e7034 🆙 Better HK icoon 2026-06-08 10:16:03 +02:00
duckietm c427298926 🆙 Small fix for the clasic catalogue mobile view 2026-06-08 09:51:27 +02:00
duckietm cad30673ef 🆙 Updated Housekeeping icon 2026-06-08 08:50:41 +02:00
duckietm 4c36b595f5 🆙 Update the wheel of fortune icon 2026-06-08 08:42:01 +02:00
DuckieTM 50d4920194 Merge pull request #219 from duckietm/main
Sync Main to DEV
2026-06-08 07:29:21 +02:00
DuckieTM a030151171 Merge pull request #218 from hotellidev/item-descriptions
Add furni description and configuration options
2026-06-08 07:23:54 +02:00
hotellidev 10e3a9c93d Merge branch 'duckietm:main' into item-descriptions 2026-06-08 00:24:52 +03:00
hotellidev e5097b824e Add back missing <hr> separator. Cleaned previous commits. 2026-06-08 00:21:11 +03:00
hotellidev 8e834261d0 Add configuration to limit itemLocation to people with access. 2026-06-08 00:21:11 +03:00
hotellidev 0daa2aea66 Config options for description and location 2026-06-08 00:21:11 +03:00
hotellidev 9e21cf5be4 Fix position 2026-06-08 00:21:11 +03:00
hotellidev 4a966d0d3d Add description to items 2026-06-08 00:21:11 +03:00
DuckieTM 2581cc62e9 Merge pull request #217 from medievalshell/feat/catalog-modern
feat(catalog): created two different catalog one nitro v3 and one 1 to 1 habbo
2026-06-07 23:17:23 +02:00
DuckieTM 8459413cf6 Merge pull request #216 from simoleo89/feat/furnidata-debug-diagnostics
Show furnidata diagnostics in editor
2026-06-07 23:17:04 +02:00
DuckieTM 2cc02b9986 Merge pull request #215 from simoleo89/ci/fork-aware-renderer-pairing
ci: resolve companion renderer dynamically by repo owner
2026-06-07 23:16:39 +02:00
DuckieTM abd6f1588f Merge pull request #214 from simoleo89/fix/chat-text-mode-and-pixi-tsconfig
fix(client): restore chat-input TEXT mode + align tsconfig resolution with vite alias
2026-06-07 23:16:18 +02:00
medievalshell e02c1fab8a fix(badge): group badge nero nell'HUD (race onload in LayoutBadgeImageView) 2026-06-07 23:00:06 +02:00
medievalshell 21d3a62b7a feat(catalog): catalogo modern Hippiehotel in albero separato (catalog-modern) 2026-06-07 23:00:06 +02:00
simoleo89 f5d8aacc2c feat: show furnidata diagnostics in editor 2026-06-07 21:21:21 +02:00
simoleo89 ba5ea9b1d1 ci: resolve companion renderer dynamically by repo owner
The renderer pairing was hardcoded to the upstream repo. Make it owner-derived:
pair the client against <github.repository_owner>/Nitro_Render_V3 when that repo
carries the resolved ref, else fall back to the upstream renderer. So a fork's
client CI pairs with the fork's renderer when the companion code lives there,
and upstream still pairs with upstream. Keeps workflow_dispatch + vars.RENDERER_REPO/REF
overrides; probes ref existence via git ls-remote and warns+falls back if missing.
2026-06-07 13:27:48 +02:00
simoleo89 9454d01bbd ci: resolve companion renderer dynamically by repo owner
Pair the client against <repo owner>/Nitro_Render_V3 when that fork carries
the resolved ref, else fall back to the upstream renderer — instead of
hardcoding duckietm. Keeps dispatch-input and vars.RENDERER_REPO/REF
overrides; probes refs with 'git ls-remote' and warns+falls back if a ref
is missing. Fixes fork 'main' CI, whose client depends on fork-only
messenger composers (AddFriendCategoryComposer, ConsoleTypingComposer, …).
2026-06-07 13:18:47 +02:00
simoleo89 bd264d7c02 refactor(build): collapse @nitrots tsconfig paths into one wildcard
Replace the explicit per-package @nitrots/<pkg> entries with a single
'@nitrots/*' -> ../Nitro_Render_V3/packages/*/src/index.ts wildcard
(plus the umbrella '@nitrots/nitro-renderer' entry). Functionally
identical to a6e07c5 but far less verbose; yarn typecheck clean,
Vitest 545/545.
2026-06-07 13:03:53 +02:00
simoleo89 28b4a26d64 refactor(build): collapse @nitrots tsconfig paths into one wildcard
Replace the explicit per-package @nitrots/<pkg> entries with a single
'@nitrots/*' -> ../Nitro_Render_V3/packages/*/src/index.ts wildcard
(plus the umbrella '@nitrots/nitro-renderer' entry). Functionally
identical to a6e07c5 but far less verbose; yarn typecheck clean,
Vitest 545/545.
2026-06-07 13:03:02 +02:00
simoleo89 a32bd48051 fix(build): resolve @nitrots/* from renderer source in tsconfig paths
After syncing upstream, the client imports messenger composers/events
(AddFriendCategoryComposer, ConsoleTypingComposer, FriendIsTypingEvent, …)
that exist in fresh renderer source but tsgo resolved @nitrots to a stale
target predating them -> TS2305 'no exported member'. Mirror the vite.config
@nitrots/* aliases in tsconfig paths so typecheck reads the same source as
runtime. yarn typecheck now clean (0 errors); Vitest 545/545.
2026-06-07 12:49:19 +02:00
simoleo89 a6e07c5558 fix(build): resolve @nitrots/* from renderer source in tsconfig paths
After syncing upstream, the client imports messenger composers/events
(AddFriendCategoryComposer, ConsoleTypingComposer, FriendIsTypingEvent, …)
that exist in fresh renderer source but tsgo resolved @nitrots to a stale
target predating them -> TS2305 'no exported member'. Mirror the vite.config
@nitrots/* aliases in tsconfig paths so typecheck reads the same source as
runtime. yarn typecheck now clean (0 errors); Vitest 545/545.
2026-06-07 12:48:48 +02:00
simoleo89 b391750013 fix(build): map pixi.js in tsconfig paths for client pixiPatch.ts
vite.config already aliases pixi.js to the renderer's copy, but tsconfig had no
matching path, so tsgo could not resolve the client-side import in src/pixiPatch.ts
(merge-introduced). Mirror the vite alias. Fixes TS2307.
2026-06-07 12:31:45 +02:00
simoleo89 288b59f168 fix(chat-input): restore RoomWidgetUpdateChatInputContentEvent.TEXT mode
Upstream 7007752 removed the TEXT constant + its handler case while migrating
in-component inserts to setChatValue, but NotificationDefaultAlertView still
dispatches TEXT to copy a command into the chat input (the only cross-component
path to set the input). Restore the constant and the handler case (setChatValue
+ focus, matching the command-selector path). Fixes TS2339.
2026-06-07 12:31:45 +02:00
simoleo89 ecea05d7ae fix(build): map pixi.js in tsconfig paths for client pixiPatch.ts
vite.config already aliases pixi.js to the renderer's copy, but tsconfig had no
matching path, so tsgo could not resolve the client-side import in src/pixiPatch.ts
(merge-introduced). Mirror the vite alias. Fixes TS2307.
2026-06-07 12:04:54 +02:00
simoleo89 f593205d5f fix(chat-input): restore RoomWidgetUpdateChatInputContentEvent.TEXT mode
Upstream 7007752 removed the TEXT constant + its handler case while migrating
in-component inserts to setChatValue, but NotificationDefaultAlertView still
dispatches TEXT to copy a command into the chat input (the only cross-component
path to set the input). Restore the constant and the handler case (setChatValue
+ focus, matching the command-selector path). Fixes TS2339.
2026-06-07 12:04:53 +02:00
simoleo89 1f0fa03702 Merge origin/main into main
Resolved 2 messenger conflicts:
- FriendsMessengerView.tsx: union — kept local typingUserIds/sendTypingStatus
  from useMessenger() plus upstream's useFriends().getFriend.
- FriendsView.css: kept local group-chips + typing-indicator styles (upstream
  empty there).
Vitest 545/545 green. (typecheck TS2307 is the un-linked renderer, env-only.)
2026-06-07 11:50:32 +02:00
DuckieTM 3c82042ff0 Merge pull request #213 from duckietm/Dev
Dev
2026-06-07 08:56:50 +02:00
DuckieTM 3cd6c5a518 Merge pull request #211 from simoleo89/fix/furni-editor-wall-items
fix(infostand): show Edit Furni button for wall items
2026-06-07 08:21:50 +02:00
DuckieTM fbd4a484ac Merge pull request #210 from simoleo89/fix/messenger-offline-avatar
fix(messenger): show real avatar for offline friends + fix head framing
2026-06-07 08:21:22 +02:00
DuckieTM 017768693f Merge pull request #209 from simoleo89/feat/mentions-overhaul
feat(mentions): overhaul, refactor & default-notification integration
2026-06-07 08:21:05 +02:00
DuckieTM 6ee60e212f Merge pull request #208 from simoleo89/fix/mentions-toolbar-icon
fix(toolbar): add missing CSS rule for the mentions icon
2026-06-07 08:20:48 +02:00
DuckieTM 0d2c170998 Merge pull request #206 from simoleo89/feat/badge-leaderboard-local-avatars
feat(badge-leaderboard): render avatar heads with the local renderer
2026-06-07 08:20:29 +02:00
DuckieTM 3678928763 Merge pull request #205 from simoleo89/fix/friendbar-overflow-autofit
fix(friendbar): auto-fit visible friend count so the bar stops clipping
2026-06-07 08:20:03 +02:00
DuckieTM 315503e3a0 Merge pull request #203 from simoleo89/feat/furni-editor
feat(furni-editor): in-client Furni Editor — furnidata name editing, modern search, Habbo import
2026-06-07 08:19:41 +02:00
DuckieTM 505d26eaa1 Merge pull request #212 from duckietm/Dev
🆙 smal update css friends
2026-06-07 08:18:55 +02:00
DuckieTM a5a6676cf3 🆙 smal update css friends 2026-06-07 08:18:25 +02:00
simoleo89 e2cc708497 fix(infostand): show Edit Furni button for wall items
The "Edit Furni" button was nested inside the `(!avatarInfo.isWallItem
&& canMove)` guard, together with the floor-only Buildtools position/
height/rotation controls, so it never rendered for wall furni (e.g.
`ads_campguitar`). Move it out so it shows for any furni when
`godMode` + `isModerator`, leaving the position controls floor-only.
The onClick already resolved WALL vs FLOOR correctly.

While touching this file, clean up two pre-existing lint errors:
- hoist `getValidRoomObjectDirection` to module scope (it is pure and
  uses no component state) so it is no longer accessed before its
  declaration (react-hooks/immutability)
- expand the inline `'scale'` branch to Allman braces (brace-style)
2026-06-07 01:00:18 +02:00