Skip to content

Commit

Permalink
fix spacing and add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 5, 2024
1 parent 13b1e27 commit 8754d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ fn item_bread_crumbs_ui(
let relative = &entity_path.as_slice()[common_ancestor.len()..];

let is_projection = !entity_path.starts_with(&view.space_origin);
// TODO: the projection breadcrumbs are wrong for nuscenes
// (but correct for arkit!)

if instance.is_all() {
// Entity path. Exclude the last part from the breadcrumbs,
Expand Down
1 change: 1 addition & 0 deletions crates/viewer/re_ui/src/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ pub const VIDEO_ERROR: Icon = icon_from_path!("../data/icons/video_error.png");
/// `>`
pub const BREADCRUMBS_SEPARATOR_BLUEPRINT: Icon =
icon_from_path!("../data/icons/breadcrumbs_separator_blueprint.png");

/// `/`
pub const BREADCRUMBS_SEPARATOR_ENTITY: Icon =
icon_from_path!("../data/icons/breadcrumbs_separator_entity.png");

0 comments on commit 8754d09

Please sign in to comment.