Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new layouts of Boilerplate (#8415) #8619

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b5486ed
1st commit
msynk Aug 25, 2024
18603f5
1st commit
msynk Aug 26, 2024
2f24654
Revert "1st commit"
msynk Aug 27, 2024
38fdc4f
initial identityheader
msynk Aug 29, 2024
5e00954
add header element
msynk Aug 29, 2024
e4745ce
remove redundant codes
msynk Aug 30, 2024
478db48
merge with dev
msynk Aug 30, 2024
87453f1
add mainlayout
msynk Aug 31, 2024
839ba0a
temp layout fixed
msynk Sep 1, 2024
a38bb9a
fix identity layout
msynk Sep 1, 2024
ac3f2c1
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 5, 2024
ea61c00
initial drop menu
msynk Sep 5, 2024
359b339
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 13, 2024
ebfb56b
Merge branch '8415-templates-boilerplate-new-layout' of https://githu…
msynk Sep 13, 2024
fdd0fe2
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 13, 2024
e2d8691
fix identity header
msynk Sep 13, 2024
85a3477
final fixes of headers and layouts
msynk Sep 14, 2024
f69c195
change mainheader stack to full
msynk Sep 14, 2024
08d9e55
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 14, 2024
d494162
fix some styles
msynk Sep 14, 2024
c353fce
merge with develop
msynk Sep 17, 2024
d7f760b
fix drop menu of main header
msynk Sep 17, 2024
6c2365c
fix main header titles
msynk Sep 17, 2024
39b4986
fix layout issues
msynk Sep 17, 2024
30e08ce
merged with dev
msynk Sep 19, 2024
2d9045c
add usermenu and fix nav
msynk Sep 20, 2024
16938d4
remove changes to actionbutton
msynk Sep 20, 2024
d9f2ed6
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 20, 2024
c24c887
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 23, 2024
0ff567a
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 23, 2024
e6d9212
fix navmenu
msynk Sep 23, 2024
5a1de5f
Merge branch '8415-templates-boilerplate-new-layout' of https://githu…
msynk Sep 24, 2024
1185b19
improve the layouts
msynk Sep 24, 2024
3a9ab91
fix navmenu responsiveness
msynk Sep 25, 2024
5be583e
fix nav-menu issues
msynk Sep 25, 2024
3b16ff9
merge with develop
msynk Sep 27, 2024
fbf8c5e
fix menus
msynk Sep 27, 2024
a5bf5c3
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 27, 2024
b441d2e
fix menus
msynk Sep 27, 2024
5966a2e
fix isAuthenticated cascading value issues
msynk Sep 28, 2024
95bd294
more layouts improvements
msynk Sep 29, 2024
116dc90
add flags
msynk Sep 29, 2024
eaebeb1
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Sep 30, 2024
f5c5f0e
updates for new version of blazorui
msynk Sep 30, 2024
43df79e
add anonymous page feature
msynk Sep 30, 2024
7fe18b1
Merge branch 'develop' into 8415-templates-boilerplate-new-layout
msynk Oct 2, 2024
431b1ab
Merge branch '8415-templates-boilerplate-new-layout' of https://githu…
msynk Oct 2, 2024
cb02ef4
fix nav and dropdown issues
msynk Oct 2, 2024
e126f96
add missing stuff
msynk Oct 3, 2024
2fe0af2
fix file structures
msynk Oct 3, 2024
ff453c2
fix nav panel height issues
msynk Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PackageReference Include="Bit.Butil" />
<PackageReference Include="Bit.BlazorUI" />
<PackageReference Include="Bit.BlazorUI.Icons"/>
<PackageReference Include="Bit.BlazorUI.Icons" />
<PackageReference Include="Bit.BlazorUI.Assets" />
<!--/+:msbuild-conditional:noEmit -->
<PackageReference Condition=" '$(offlineDb)' == 'true' OR '$(offlineDb)' == ''" Include="Bit.Besql" />
Expand Down Expand Up @@ -70,7 +70,7 @@
<Exec Condition=" '$(Configuration)' == 'Release' " Command="node_modules/.bin/esbuild wwwroot/scripts/app.js --minify --outfile=wwwroot/scripts/app.js --allow-overwrite" StandardOutputImportance="high" StandardErrorImportance="high" />
</Target>

<Target Name="BuildCssFiles">
<Target Name="BuildCssFiles">
<Exec Command="node_modules/.bin/sass .:. Styles/app.scss:wwwroot/styles/app.css --style compressed --load-path=." StandardOutputImportance="high" StandardErrorImportance="high" LogStandardErrorAsError="true" />
</Target>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Boilerplate.Client.Core.Components.Layout;
namespace Boilerplate.Client.Core.Components;

public partial class ConfirmMessageBox
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../Styles/abstracts/_functions.scss';
@import '../../Styles/abstracts/_media-queries.scss';
@import '../../Styles/abstracts/_bit-css-variables.scss';
@import '../Styles/abstracts/_functions.scss';
@import '../Styles/abstracts/_media-queries.scss';
@import '../Styles/abstracts/_bit-css-variables.scss';

.main-container {
flex-grow: 1;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@inherits LayoutComponentBase

<AppErrorBoundary>
@Body
</AppErrorBoundary>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading