File tree 1 file changed +12
-4
lines changed
showcase/app/templates/layouts/app-frame
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 165
165
<Shw::Text::H3 >Framed</Shw::Text::H3 >
166
166
167
167
<Shw::Frame
168
- @id =" demo-full-app-frame"
168
+ @id =" demo-full-app-frame-lt-480px "
169
169
@src =" /layouts/app-frame/frameless/demo-full-app-frame"
170
- @label =" Full app-frame"
170
+ @label =" Full app-frame (height < 480px)"
171
+ @height =" 400"
172
+ />
173
+
174
+ <Shw::Frame
175
+ @id =" demo-full-app-frame-gt-480px"
176
+ @src =" /layouts/app-frame/frameless/demo-full-app-frame"
177
+ @label =" Full app-frame (height > 480px)"
178
+ @height =" 500"
171
179
/>
172
180
173
181
<Shw::Frame
182
190
183
191
<Shw::Text::H2 >Content</Shw::Text::H2 >
184
192
185
- {{!
193
+ {{!
186
194
Note: The below examples are commented out as they are redundant to the following "Framed" examples.
187
- However we still need to find a solution for adding visual regression tests for the framed examples.
195
+ However we still need to find a solution for adding visual regression tests for the framed examples.
188
196
(So we may decide to uncomment these examples to add them back to the visual regression tests depending.)
189
197
}}
190
198
{{!-- <Shw::Grid @columns ={{1}} {{style gap="2rem"}} as |SG|>
You can’t perform that action at this time.
0 commit comments