simoleo89
f0b6a29373
feat(furni-editor): one-click copy on Basic Info read-only fields (CopyValue w/ copied feedback)
2026-06-06 13:47:27 +02:00
simoleo89
c55672761c
fix(furni-editor): remove nested inner scroller so NitroCardContentView's styled scrollbar is restored
2026-06-06 13:44:29 +02:00
simoleo89
f4eef9d1a4
style(furni-editor): space optimization — name+description side-by-side (2-col), tighter card/section padding, compact header
2026-06-06 13:35:53 +02:00
simoleo89
746c10b4a9
style(furni-editor): modern/sleek redesign — slate canvas, flat rounded-xl cards, clean header, toggle-chip permissions, teal as restrained accent
2026-06-06 13:32:00 +02:00
simoleo89
e292cc3758
style(furni-editor): graphical reskin — teal hero header w/ big preview + dynamic name + chips, soft card sections, LIVE pulse on display-name card, page bg
2026-06-06 13:26:15 +02:00
simoleo89
7526b8a169
feat(furni-editor): make Sprite ID + Type read-only (all Basic Info now read-only)
2026-06-06 13:08:19 +02:00
simoleo89
9831f662ef
style(furni-editor): move display-name edit to top + unify theme (neutral labels, matched selects, single teal accent)
2026-06-06 13:02:56 +02:00
simoleo89
c09b748d06
style(furni-editor): theme-token typography refresh (labels, inputs focus ring, mono read-only)
2026-06-06 12:50:59 +02:00
DuckieTM
0a6aeafe11
🆙 Small visual updates
2026-06-06 11:35:02 +02:00
DuckieTM
816779a614
🆙 Fixed the colorid
2026-06-06 08:42:18 +02:00
DuckieTM
bf37aef9af
🆙 Catalog & Inventory preview now to original
2026-06-06 08:10:40 +02:00
simoleo89
09ca51aedf
feat(furni-editor): editable furnidata name/desc section + read-only classname/public_name + diff-confirm + revert
2026-06-06 02:46:48 +02:00
simoleo89
c63702bdac
feat(furni-editor): updateFurnidata/revertFurnidata hook actions
2026-06-06 02:43:45 +02:00
simoleo89
472a41711a
Merge remote-tracking branch 'fork/main'
...
# Conflicts:
# public/configuration/UITexts_en.json5.example
# public/configuration/UITexts_it.json5.example
# src/components/MainView.tsx
# src/css/friends/FriendsView.css
2026-06-06 00:17:32 +02:00
simoleo89
2504b2e932
fix(pixiPatch): repair truncated comment header (upstream cdf962a7 broke it)
2026-06-06 00:15:22 +02:00
DuckieTM
f2159e8901
🆙 typo
2026-06-05 21:42:01 +02:00
duckietm
cdf962a7d2
🆙 Small fixing alphablend
2026-06-05 17:21:53 +02:00
duckietm
fff4c0bca6
🆙 Take #3 desktop view catalog is now 100%
2026-06-05 16:31:59 +02:00
duckietm
f4d41dd3c9
Take #2 Desktop cacta 100%
2026-06-05 14:32:55 +02:00
simoleo89
d73656bbfe
chore: update react player and frontend deps
2026-06-04 22:15:12 +02:00
duckietm
a45fbd7a52
🆙 Take #1 1:1 Habbo in old view
2026-06-04 18:16:43 +02:00
duckietm
9982c96b63
🆙 Bug fixed in localstorage
2026-06-04 13:50:40 +02:00
duckietm
59ed27b727
Revert " 🆙 Bug fixed in localstorage"
...
This reverts commit 47453db5ee .
2026-06-04 13:43:29 +02:00
duckietm
47453db5ee
🆙 Bug fixed in localstorage
2026-06-04 13:43:04 +02:00
duckietm
7007752e91
🆙 Mention Now in UI-Config and UITexts and not hardcoded
2026-06-04 11:32:55 +02:00
DuckieTM
a4137af4fe
Merge branch 'main' into Dev
2026-06-04 10:45:59 +02:00
duckietm
5a330be30e
🆙 Updates Mention
2026-06-04 10:41:36 +02:00
medievalshell
0df810c556
feat(mentions): @ autocomplete, blue @nick, avatar notification toast
...
- Chat input @ autocomplete: typing @ shows online users (room users +
online friends + room aliases) with avatars; arrows/Tab/Enter to pick.
- Any valid @nick token is highlighted blue in chat bubbles (like @all),
giving visual feedback that it is a recognised mention.
- Side notification toast on a received mention: sender avatar (from the
new senderFigure wire field) + message + dismiss; dismiss marks it read
so the toolbar unread badge updates. Auto-hides after 8s.
- IMentionEntry/parsers carry senderFigure end to end.
2026-06-04 01:18:26 +02:00
medievalshell
f8e943d262
feat(catalog): live-merge imported furni on catalog open
...
On catalog open, re-fetch the custom furnidata chunk (custom/imported.json5) via
SessionDataManager.mergeFurnitureDataFromUrl() and feed the new entries to
RoomContentLoader.processFurnitureData(), so furniture imported from the admin
panel appears without a full client reload.
2026-06-03 23:28:33 +02:00
DuckieTM
155d85d3e7
Merge pull request #194 from duckietm/Dev
...
Dev
2026-06-03 16:42:51 +02:00
DuckieTM
c76fbf7ea8
Merge branch 'main' into feat/command-autocomplete-refactor
2026-06-03 16:33:58 +02:00
Medievalshell
62062cec9e
Merge branch 'duckietm:Dev' into Dev
2026-06-03 13:06:25 +02:00
medievalshell
8b44aee0df
Fix navigator tabs locking after entering room creator
...
setTab updated currentTabCode/currentFilter but never reset isCreatorOpen, so after opening the room creator, clicking another navigator tab changed the active tab code while the creator view stayed rendered (NavigatorView renders the search and creator views mutually exclusively based on isCreatorOpen). This left users stuck in the creator unable to switch tabs. Reset isCreatorOpen to false in setTab so selecting any tab also closes the creator.
2026-06-03 13:04:07 +02:00
github-actions[bot]
7128f4553b
Merge remote-tracking branch 'upstream/main'
2026-06-03 10:15:33 +00:00
DuckieTM
0cf45197d8
Merge pull request #187 from simoleo89/pr/mentions-system
...
feat(mentions): complete @-mentions system (inbox, in-bubble highlight, notifications)
2026-06-03 11:03:39 +02:00
duckietm
4c70fc90c0
🆙 Updated Prefixes
2026-06-03 09:39:25 +02:00
duckietm
0c694820f7
🆙 Visual updates Group Forums
2026-06-03 07:46:28 +02:00
simoleo89
f84103d18f
Merge remote-tracking branch 'fork/main' into feat/messenger-groups-receipts
2026-06-02 22:11:18 +02:00
simoleo89
dd7d504be2
Merge remote-tracking branch 'origin/Dev' into feat/messenger-groups-receipts
...
# Conflicts:
# public/configuration/UITexts.example
# src/css/friends/FriendsView.css
2026-06-02 21:52:59 +02:00
simoleo89
dc7012794e
fix(messenger): send typing-stop to peer when switching conversations
2026-06-02 21:25:21 +02:00
simoleo89
7d89ce14d0
feat(messenger): send typing status + show 'is typing' indicator
2026-06-02 21:15:53 +02:00
simoleo89
361ab27853
feat(messenger): incoming typing state + outgoing typing action
2026-06-02 21:11:03 +02:00
Life
7b69fb3df0
Merge branch 'main' into feat/command-autocomplete-refactor
2026-06-02 20:55:28 +02:00
simoleo89
8ae48005f3
fix(messenger): reliably send mark-read on thread focus via latest-value ref
2026-06-02 20:37:20 +02:00
simoleo89
775e8b27af
feat(messenger): render sent/read checkmarks on own messages
2026-06-02 20:25:03 +02:00
simoleo89
ef60aa8ebd
feat(messenger): send mark-read on focus, mark own messages read on receipt
2026-06-02 20:19:38 +02:00
simoleo89
f5e179f6c9
feat(messenger): SENT/READ status on thread chats + mark-read helper
2026-06-02 20:16:08 +02:00
simoleo89
db050b99e7
feat(messenger): show 'sent while offline' marker in thread
2026-06-02 19:11:05 +02:00
simoleo89
83140de98b
feat(messenger): offlineDelivered flag on thread chat
2026-06-02 19:07:56 +02:00
Life
fd126a3d2c
Merge branch 'duckietm:main' into feat/command-autocomplete-refactor
2026-06-02 18:38:47 +02:00