Get feedback2
compiling
Co-Authored-By: Joseph T. Lyons <19867440+JosephTLyons@users.noreply.github.com> Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
5098fafa02
commit
8b7be8f614
8 changed files with 313 additions and 206 deletions
|
@ -3723,26 +3723,6 @@ impl Render for Workspace {
|
|||
.text_color(cx.theme().colors().text)
|
||||
.bg(cx.theme().colors().background)
|
||||
.children(self.titlebar_item.clone())
|
||||
.child(
|
||||
div()
|
||||
.absolute()
|
||||
.ml_1_4()
|
||||
.mt_20()
|
||||
.elevation_3(cx)
|
||||
.z_index(999)
|
||||
.w_1_2()
|
||||
.h_2_3()
|
||||
.child(
|
||||
v_stack().w_full().child(h_stack().child("header")),
|
||||
// Header
|
||||
// - has some info, maybe some links
|
||||
// Body
|
||||
// - Markdown Editor
|
||||
// - Email address
|
||||
// Footer
|
||||
// - CTA buttons (Send, Cancel)
|
||||
),
|
||||
)
|
||||
.child(
|
||||
div()
|
||||
.id("workspace")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue