DuckieTM
d6e3368db3
Merge pull request #80 from duckietm/Dev
...
🆙 Fix chatbar for mobile
2026-04-08 12:45:20 +02:00
duckietm
3ae51eb5e6
🆙 Fix chatbar for mobile
2026-04-08 12:44:59 +02:00
DuckieTM
15c90d7b2e
Merge pull request #79 from duckietm/Dev
...
🆙 Gifts
2026-04-05 09:42:36 +02:00
DuckieTM
93b38316fa
🆙 Gifts
2026-04-05 09:42:00 +02:00
DuckieTM
ee6119e757
Merge pull request #77 from duckietm/Dev
...
↔️ Lets also make the highscore moveable
2026-04-03 12:44:51 +02:00
duckietm
203a754ce1
↔️ Lets also make the highscore moveable
2026-04-03 12:44:36 +02:00
DuckieTM
6bd529b2c6
Merge pull request #76 from duckietm/Dev
...
🆙 Fix highscore wired view
2026-04-03 12:37:11 +02:00
duckietm
d5a5c1683f
🆙 Fix highscore wired view
2026-04-03 12:36:57 +02:00
DuckieTM
f13483093f
Merge pull request #75 from duckietm/Dev
...
🆙 Sync
2026-04-03 11:44:41 +02:00
duckietm
9df5663103
🆙 Sync
2026-04-03 11:43:04 +02:00
DuckieTM
011d96255d
Merge pull request #74 from duckietm/Dev
...
🆙 more optimization mem.
2026-04-03 10:48:49 +02:00
duckietm
19b7d7d9d9
🆙 more optimization mem.
2026-04-03 10:48:34 +02:00
DuckieTM
5ba6c36d51
Merge pull request #73 from duckietm/Dev
...
Dev
2026-04-03 08:03:03 +02:00
duckietm
1aef3f4f44
Merge branch 'Dev' of https://github.com/duckietm/Nitro-V3 into Dev
2026-04-03 08:02:32 +02:00
duckietm
01de4b239e
🆙 Fix Scrollbar old view
2026-04-03 08:02:19 +02:00
DuckieTM
f9d86962cd
Merge pull request #72 from duckietm/Dev
...
Dev
2026-04-03 07:41:50 +02:00
DuckieTM
0b770496df
Merge pull request #71 from bernborgess/fix/Chat.css-uppercase
...
fix: Chats.css must be uppercase (in linux)
2026-04-03 07:41:30 +02:00
bernborgess
521b6f15ec
fix: Chats.css must be uppercase (in linux)
2026-04-02 01:04:17 -03:00
DuckieTM
9ff94676c0
Merge pull request #70 from duckietm/Dev
...
Dev
2026-04-01 17:12:28 +02:00
duckietm
6ad9a0c7b9
🆙 Fix the catalog search in some cases it will give a black screen
2026-04-01 17:12:09 +02:00
duckietm
bfb56f0a4e
🆙 Small test 1
2026-04-01 11:48:43 +02:00
DuckieTM
28599a2698
Merge pull request #69 from duckietm/Dev
...
small fixes
2026-04-01 10:48:49 +02:00
duckietm
49e1ac6307
🆙 Fix user profile
2026-04-01 10:48:11 +02:00
duckietm
aa10cb54db
🆙 Small update
2026-04-01 10:23:00 +02:00
duckietm
ef008804d7
🆙 Added fix when slow download speeds clothes have problems
2026-04-01 09:11:15 +02:00
DuckieTM
d064763745
Merge pull request #68 from duckietm/Dev
...
Dev
2026-03-31 16:05:38 +02:00
duckietm
57f6960735
🆙 Fix the black screen in some cases
2026-03-31 14:55:29 +02:00
duckietm
6609c0325f
🆙 Fix Youtube TV's
2026-03-31 11:41:21 +02:00
DuckieTM
4b98996c8c
Merge pull request #67 from Lorenzune/feature/pr-20260327
...
Add wired creator tools monitor and inspection UI
2026-03-31 09:01:56 +02:00
Lorenzune
b003191165
Merge branch 'Dev' into feature/pr-20260327
2026-03-31 08:53:19 +02:00
DuckieTM
431577ed70
Merge pull request #66 from simoleo89/dev
...
Change pendingActionRef to hold action and itemId
2026-03-31 07:51:40 +02:00
Life
a5a7215e09
Change pendingActionRef to hold action and itemId
...
Refactor pendingActionRef to store action and itemId as an object instead of a string.
2026-03-30 17:55:11 +02:00
DuckieTM
bcd4eaa9ff
Merge pull request #65 from duckietm/Dev
...
Updates
2026-03-30 13:39:16 +02:00
DuckieTM
8382706223
Merge pull request #59 from simoleo89/furnieditor
...
feat: FurniEditor UI — WebSocket client with toolbar & infostand
2026-03-30 11:11:51 +02:00
DuckieTM
eb363b5ede
Merge pull request #62 from simoleo89/UserProfileView-localize
...
Localize user profile strings and fix corrupted UserContainerView rendering
2026-03-29 16:55:42 +02:00
DuckieTM
915afc5b6e
Merge pull request #63 from duckietm/Dev
...
🆙 Small fix in window size Group settings
2026-03-29 16:53:32 +02:00
Life
2a220eaa4d
fix: restore dangerouslySetInnerHTML for created/last login, keep friends count
...
dangerouslySetInnerHTML is needed for compatibility with existing
external_texts keys that contain HTML markup (e.g. <b>Created:</b>).
Only the missing friends count line is added.
2026-03-29 16:47:36 +02:00
Life
3e515e234e
fix: replace dangerouslySetInnerHTML with safe rendering in UserContainerView
...
- Remove dangerouslySetInnerHTML for creation date and last login fields
which caused corrupted display
- Use separate LocalizeText keys with safe React rendering instead
- Add missing friends count display
New external_texts keys required:
extendedprofile.created.title, extendedprofile.last.login.title,
extendedprofile.friends.count
2026-03-29 16:45:14 +02:00
Life
d619a0250f
Replace static text with localized strings in UserProfileView
2026-03-29 16:38:42 +02:00
DuckieTM
c738c5f8cf
🆙 Small fix in window size Group settings
2026-03-29 16:11:51 +02:00
DuckieTM
f202b79fb1
Merge pull request #61 from duckietm/Dev
...
Dev
2026-03-29 15:05:33 +02:00
DuckieTM
2fa05972e4
Merge pull request #60 from duckietm/Group_Forum
...
Group forum
2026-03-29 15:04:12 +02:00
DuckieTM
522219cbee
🆕 Groups Forum
...
- please add the text in the UITexts
2026-03-29 14:58:56 +02:00
DuckieTM
5d8c5d3eea
🆙 Stage 1
2026-03-28 19:33:55 +01:00
Life
c4d948cd3a
feat: FurniEditor WebSocket — full UI with toolbar icon, infostand button, Edit/Search views, Tailwind styling
2026-03-28 08:52:59 +01:00
DuckieTM
a959bdce04
⭐ Start the forum framework
2026-03-28 08:36:11 +01:00
Life
b9a7db6f62
Merge remote-tracking branch 'origin/main'
...
* origin/main:
🆙 Cleanup Furni-Edit & Fix the avatar-editor
🆙 Moved catalogue view to Tailwind
🆙 Fix move avatar-editor to Tailwind
🆙 Small fixes NFT Clothing
🆙 SSO failure detection
Add NFT avatar tab and wired extras UI
🆙 add check for pets when sellable is enabled
# Conflicts:
# src/hooks/avatar-editor/useAvatarEditor.ts
2026-03-27 17:16:48 +01:00
DuckieTM
bbb81dac87
Merge pull request #58 from duckietm/Dev
...
Dev
2026-03-27 13:42:42 +01:00
duckietm
bbe71e9753
🆙 Cleanup Furni-Edit & Fix the avatar-editor
2026-03-27 13:38:03 +01:00
duckietm
a4d4764105
🆙 Moved catalogue view to Tailwind
2026-03-27 10:08:02 +01:00