Learn overhaul and Shibu suggestions and other changes - #1259
Open
EzioDCL wants to merge 17 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Test this pull request on macos-latestDownload the correct version for your architecture:Click here if you don't know which version to downloadFor running this unsigned version of the app, you will need to run the xattr command on it:
|
Contributor
Test this pull request on windows-latestDownload the correct version for your architecture: |
- Add grid/list view toggle with text labels next to scene count - Add list view with table: thumbnail, name, parcels, scene size, modified - Use scene.json mtime for updatedAt (more accurate than directory mtime) - Compute scene size from assets/ directory (recursive) for accurate display - Fix NEWEST sort to use updatedAt instead of createdAt - Add PARCELS sort option using scene parcel count - Rename SIZE sort label to "Scene Size" in sort dropdown and column - Preserve sortBy selection across workspace reloads - Add search bar to filter bar - Add margins between sort group and search bar Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Test @dcl/inspector package
|
cyaiox
reviewed
Mar 31, 2026
Member
There was a problem hiding this comment.
We shouldn't upload the settings.local.json. do you mind removing this file from the PR and adding it to the .gitignore?
cyaiox
reviewed
Mar 31, 2026
| } | ||
| if (size < MB) { | ||
| return `${(size / KB).toFixed(2)} KB`; | ||
| return `${Math.round(size / KB)} KB`; |
Member
There was a problem hiding this comment.
should we apply the Math.round to the rest of the formats below?
Contributor
Author
There was a problem hiding this comment.
No, only for bytes and kilobytes. WDYT?
Signed-off-by: EzioDCL <167103340+EzioDCL@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Scenes Tab — List View & Sort/Filter
layout-grid.svg, layout-list.svg)PageSearchFieldcomponent for in-page searchLearn Page — Full Redesign
blog.client.ts) to fetch and display latest blog postsyoutube.client.ts,playlist-data.json)Paginationcomponent for navigating content pagesHelp Center Modal
Workspace Improvements
projects.tsandworkspace.tsshared typesBug Fixes
Fixed sort-by issues in the Scenes tab
Fixed docs links in the Learn page
Applied Prettier formatting to
LearnPageandSceneListcomponentsDependency Updates
@dcl/js-runtimeto7.20.3inpackage-lock.jsonasset-packspackage dependenciesFrom
main(merged in)Genericsnackbar component