Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Revert "First version of the file browser (#1708)"
Browse files Browse the repository at this point in the history
This reverts commit 0013154
  • Loading branch information
MichaelMauderer committed Jul 19, 2021
1 parent 9bc5cad commit 30f7bf9
Show file tree
Hide file tree
Showing 26 changed files with 674 additions and 2,503 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

<br/>![New Features](/docs/assets/tags/new_features.svg)

#### Visual Environment

- [File browser component][1677]. A basic file browser component has been
implemented, but is not integrated into the user interface yet.

#### Enso Compiler

- [Updated Enso engine to version 0.2.12][1640]. If you're interested in the
Expand Down
186 changes: 0 additions & 186 deletions src/rust/ensogl/example/src/file_browser.rs

This file was deleted.

118 changes: 0 additions & 118 deletions src/rust/ensogl/example/src/icons.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/rust/ensogl/example/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub mod complex_shape_system;
pub mod dom_symbols;
pub mod drop_manager;
pub mod easing_animator;
pub mod file_browser;
pub mod glyph_system;
pub mod list_view;
pub mod mouse_events;
Expand All @@ -41,7 +40,6 @@ pub mod slider;
pub mod sprite_system;
pub mod sprite_system_benchmark;
pub mod text_area;
pub mod icons;

/// Common types that should be visible across the whole crate.
pub mod prelude {
Expand Down
Loading

0 comments on commit 30f7bf9

Please sign in to comment.