-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Section
: Remove Listed
concept; since it's confusing
- #1155 At some point, it would make sense for us to make a Gizmo for linking to different places (even ones outside of the Space!) and replacing the Section Navigation bar with that. But in the meantime, the `Listed` vs `Unlisted` dichotomy isn't really serving us, and is getting in the way a little bit.
- Loading branch information
1 parent
fb636f1
commit 2b26f70
Showing
12 changed files
with
26 additions
and
135 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,34 +99,24 @@ def space_attributes | |
{email: "[email protected]"}], | ||
rooms: [ | ||
{ | ||
name: "Listed Room 1", | ||
publicity_level: :listed, | ||
name: "Room 1", | ||
access_level: :public, | ||
furnitures: { | ||
markdown_text_block: {content: "# Welcome!"} | ||
} | ||
}, | ||
{ | ||
name: "Listed Room 2", | ||
publicity_level: :listed, | ||
name: "Room 2", | ||
access_level: :public, | ||
furnitures: {} | ||
}, | ||
{ | ||
name: "Unlisted Room 1", | ||
publicity_level: :unlisted, | ||
access_level: :public, | ||
furnitures: {} | ||
}, | ||
{ | ||
name: "Unlisted Room 2", | ||
publicity_level: :unlisted, | ||
access_level: :public, | ||
name: "Internal Room 1", | ||
access_level: :internal, | ||
furnitures: {} | ||
}, | ||
{ | ||
name: "Entrance Hall", | ||
publicity_level: :unlisted, | ||
furnitures: { | ||
markdown_text_block: {content: "# Wooo!"} | ||
} | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
members: [{email: "[email protected]"}], | ||
rooms: [{ | ||
name: "Room A", | ||
publicity_level: :listed, | ||
furnitures: { | ||
markdown_text_block: {content: "Obi Swan Kenobi"} | ||
} | ||
|
This file contains 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
This file contains 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