Commit Graph

167 Commits

Author SHA1 Message Date
duckietm a0d0b5c4a4 Revert "Merge branch 'main' into furnisettingeditor-pr"
This reverts commit dfbfb1c2c1, reversing
changes made to 07702c44d0.
2026-03-23 11:49:05 +01:00
DuckieTM ac8da5827b Merge pull request #46 from duckietm/Dev
🆙 Add setting new old catalogue to the ui-conifg
2026-03-23 11:26:22 +01:00
DuckieTM 822ee9c30b Merge pull request #41 from simoleo89/furnisettingeditor-pr
feat(furni-editor): migrate to WebSocket and improve UI
2026-03-23 11:18:57 +01:00
duckietm bbb97f6b7a 🆙 Add setting new old catalogue to the ui-conifg 2026-03-23 11:15:47 +01:00
DuckieTM dfbfb1c2c1 Merge branch 'main' into furnisettingeditor-pr 2026-03-23 11:13:00 +01:00
DuckieTM 4f9651fb9f Merge pull request #38 from simoleo89/catalog-redesign
feat: catalog style toggle (classic/new) with admin mode
2026-03-23 09:27:44 +01:00
DuckieTM 735be2aff6 Merge branch 'main' into catalog-redesign 2026-03-23 08:49:20 +01:00
DuckieTM 8fd97aaded Merge pull request #44 from duckietm/Dev
Dev
2026-03-22 21:47:33 +01:00
DuckieTM b73c0841f2 Merge pull request #40 from Lorenzune/feature/wired-movement-source-fixes
feat: update wired editor extras and selection handling
2026-03-22 21:26:53 +01:00
DuckieTM 868543457f 🆙 Fix heads in avatar editor 2026-03-22 21:23:34 +01:00
Life 07702c44d0 feat(furni-editor): migrate to WebSocket communication and improve UI
Migrate the Furni Editor from REST API to WebSocket-based communication
using custom packet handlers (10040-10046). The editor now communicates
directly with the emulator for all CRUD operations on furniture items.

Key changes:
- Replace REST API calls with WebSocket composers/parsers for search,
  edit, create, and delete operations
- Read furnituredata.json path from renderer-config.json for asset
  management
- Improve search UI with larger fonts, better contrast, and click-to-copy
  ID functionality with toast notification
- Compact edit view layout with collapsible sections and visual dividers
- Remove unused Create tab (creation handled via edit workflow)
- Add isModerator guard for admin-only access
- Support search by ID, name, or sprite ID with type filtering
2026-03-22 17:57:27 +01:00
Life a5ea88010e feat: catalog style toggle (classic/new) with admin mode & favorites 2026-03-22 16:54:40 +01:00
Lorenzune 3e20f65f3a feat: update wired editor extras and selection handling 2026-03-22 16:48:51 +01:00
DuckieTM a1bbc20712 Merge pull request #36 from simoleo89/feature/catalog-ui-pr
feat(catalog): complete UI redesign with admin mode & favorites
2026-03-21 18:29:27 +01:00
DuckieTM 6914f137f9 Merge pull request #37 from duckietm/main
Main to Dev
2026-03-21 18:27:22 +01:00
simoleo89 74dce1d55d feat(catalog): complete UI redesign with admin mode & favorites
- Modern card-based layout with vertical icon rail, breadcrumb nav, inline search
- Admin mode: edit/create/delete pages and offers, drag & drop reorder via HK API
- Favorites system: heart on furni, star on pages, localStorage persistence
- Redesigned product card with price pills, dynamic quantity spinner
- Upgraded trophies (filter tabs, parchment textarea), pets (breed/color flow),
  custom prefix (dynamic color boxes)
- Font fix: Ubuntu Regular, proper @font-face declarations
- New Tailwind design tokens and CatalogTexts.json for localization
2026-03-21 16:49:35 +01:00
DuckieTM ccaec9185e 🆙 Fix text in chatbar 2026-03-21 16:02:09 +01:00
DuckieTM 24549298a5 Merge pull request #33 from Lorenzune/work/wired-sync-20260321
Work/wired sync 20260321
2026-03-21 15:10:58 +01:00
Lorenzune 6e76c617c1 Merge remote-tracking branch 'upstream/main'
# Conflicts:
#	public/UITexts.example
#	src/api/wired/WiredActionLayoutCode.ts
#	src/api/wired/WiredConditionLayoutCode.ts
#	src/api/wired/WiredTriggerLayoutCode.ts
#	src/components/wired/views/WiredBaseView.tsx
#	src/components/wired/views/WiredSourcesSelector.tsx
#	src/components/wired/views/actions/WiredActionLayoutView.tsx
#	src/components/wired/views/conditions/WiredConditionLayoutView.tsx
#	src/components/wired/views/conditions/WiredConditionTriggererMatchView.tsx
#	src/components/wired/views/triggers/WiredTriggerClickFurniView.tsx
#	src/components/wired/views/triggers/WiredTriggerClickTileView.tsx
#	src/components/wired/views/triggers/WiredTriggerClickUserView.tsx
#	src/components/wired/views/triggers/WiredTriggerLayoutView.tsx
#	src/components/wired/views/triggers/WiredTriggerToggleFurniView.tsx
2026-03-21 14:47:52 +01:00
Lorenzune 27cb71f0cc feat(wired-ui): expand advanced wired editors 2026-03-21 14:27:57 +01:00
DuckieTM d18742d294 Merge pull request #32 from duckietm/main
Sync with main
2026-03-21 08:45:16 +01:00
DuckieTM 581f7957e8 Merge pull request #31 from duckietm/Dev
Dev
2026-03-21 08:43:37 +01:00
DuckieTM fa5dd9a3fd Merge pull request #29 from simoleo89/feature/custom-prefix-system-clean
feat: Custom Prefix System (UI)
2026-03-21 08:42:45 +01:00
DuckieTM 47881782a9 Merge pull request #26 from simoleo89/feature/floorplan-realtime-preview-v2
feat(floorplan): add real-time 3D preview to floor plan editor
2026-03-21 08:42:30 +01:00
DuckieTM d9ca2d3489 Merge pull request #5 from simoleo89/improve-mod-tools-ui
Improve mod tools UI
2026-03-21 08:42:12 +01:00
Medievalshell 7be552a523 Merge branch 'main' into improve-mod-tools-ui 2026-03-20 22:25:19 +01:00
DuckieTM 808b699b1d Merge pull request #30 from simoleo89/fix/crackable-hits-undefined
Fix crackableHits undefined TypeError in InfoStandWidgetFurniView
2026-03-20 21:01:08 +01:00
simoleo89 466cc09387 🐛 Fix crackableHits undefined TypeError in InfoStandWidgetFurniView
Co-Authored-By: medievalshell <medievalshell@users.noreply.github.com>
2026-03-20 17:18:24 +01:00
simoleo89 11543bb64c feat: custom prefix system with effects, emoji picker and per-letter colors
- Catalog page for creating custom prefixes with text, per-letter colors, emoji icon and visual effects
- Emoji picker via @emoji-mart/react with createPortal + Shadow DOM blur fix
- Inventory prefix management (activate/deactivate/delete)
- Chat bubble rendering with multi-color prefix and effect support
- Prefix utilities (getPrefixEffectStyle, parsePrefixColors, PREFIX_EFFECT_KEYFRAMES)
- All UI text in English
2026-03-20 17:07:33 +01:00
duckietm 961457c508 🆙 Stage 1 reconnect 2026-03-20 16:06:51 +01:00
simoleo89 30bea6fca5 feat(floorplan): add real-time 3D preview to floor plan editor
- Add FloorplanPreviewView with live isometric room preview
- Add FloorplanHeightSelector component for height picking
- Refactor FloorplanOptionsView for cleaner layout
- Update FloorplanEditorContext with preview state management
- Improve FloorplanCanvasView rendering
2026-03-20 14:18:45 +01:00
duckietm 1943337e77 🆙 Oepsie in the import 2026-03-20 07:33:33 +01:00
DuckieTM 0b4a5de8df Merge pull request #24 from duckietm/main
Prod to Dev
2026-03-20 07:19:27 +01:00
DuckieTM 1eb5315fbf Merge pull request #23 from Lorenzune/pr/wired-tools-ui-20260319
feat(ui): add wired creator tools shell
2026-03-19 16:35:31 +01:00
Lorenzune 1e00b919e7 feat(ui): add wired creator tools shell 2026-03-19 15:24:18 +01:00
Lorenzune cb0a9242b5 feat(ui): add wired creator tools shell 2026-03-19 15:22:49 +01:00
DuckieTM b604f77161 Merge pull request #22 from Lorenzune/pr/wired-ui-advanced-conditions-20260319
feat(wired-ui): add advanced condition editors
2026-03-19 15:07:00 +01:00
duckietm 4f2299e492 🆕 Disconnection handler, when you got disconnected you automatic go back to the room 2026-03-19 15:05:41 +01:00
Lorenzune 32a16d37aa feat(wired-ui): add advanced condition editors 2026-03-19 14:30:32 +01:00
Lorenzune 4a0661181c feat(wired-ui): add advanced condition editors 2026-03-19 14:27:33 +01:00
duckietm 9d5dc99e69 🆙 Change logo 2026-03-19 11:20:48 +01:00
duckietm dffd832b77 Revert "Merge pull request #20 from simoleo89/feature/floorplan-realtime-preview"
This reverts commit 323c45518e, reversing
changes made to d1a5996268.
2026-03-19 10:40:16 +01:00
duckietm 2a5c31ad8a Revert "Merge pull request #17 from simoleo89/mod-tools-i18n"
This reverts commit 3789f53ab3, reversing
changes made to 871670ec08.
2026-03-19 10:40:06 +01:00
duckietm 194e8cf3a8 Revert "Merge pull request #16 from simoleo89/feature/ui-customization"
This reverts commit d1a5996268, reversing
changes made to ae4ecc42f0.
2026-03-19 10:39:56 +01:00
DuckieTM 7711af2146 Merge pull request #13 from Lorenzune/pr/wired-freeze-furni-movement-ui-clean-20260318
feat(wired-ui): add freeze and furni movement action views
2026-03-19 10:03:43 +01:00
DuckieTM 1eb3946500 Merge branch 'main' into pr/wired-freeze-furni-movement-ui-clean-20260318 2026-03-19 10:03:32 +01:00
DuckieTM 9f4d72be93 Merge pull request #21 from duckietm/Dev
Dev
2026-03-19 09:50:40 +01:00
DuckieTM 323c45518e Merge pull request #20 from simoleo89/feature/floorplan-realtime-preview
Add real-time 3D preview to floor plan editor
2026-03-19 09:49:38 +01:00
DuckieTM 3789f53ab3 Merge pull request #17 from simoleo89/mod-tools-i18n
Localize all mod tools hardcoded texts
2026-03-19 09:48:54 +01:00
DuckieTM d1a5996268 Merge pull request #16 from simoleo89/feature/ui-customization
Add UI Customization Panel (Color Theming)
2026-03-19 09:47:51 +01:00