Skip to content

Commit 375620c

Browse files
committed
2 parents d8f03e4 + 99aadf8 commit 375620c

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

IntranetGen3.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ EndProject
5353
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contracts", "Contracts\Contracts.csproj", "{CF770CA3-11AC-42A1-9EBF-F62B274FB194}"
5454
EndProject
5555
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{299B9B52-EFCA-4B17-B119-C4681DF12656}"
56+
ProjectSection(SolutionItems) = preProject
57+
byl tu fantomas = byl tu fantomas
58+
EndProjectSection
5659
EndProject
5760
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{0E8ABFD9-D8BD-40A6-A2BE-2974A1418C03}"
5861
EndProject

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Mensa gymnázium - Intranet Gen3
22

3-
Projekt třetí generace intranetu vznikající v rámci předmětu SemPrg2.
3+
Projekt třetí generace intranetu vznikající v rámci předmětu SemPrgX.
44

5+
TODO pro Roberta: připravit databázi v Azure pro Tobiáše.

Web.Client/Pages/Development/RichardDobisek.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
<h1>Richard Dobíšek</h1>
44
<HxButton Text="Hello" Tooltip="Are you aware of the fact, that by clicking hello you are saying hello?" Color="ThemeColor.Primary" OnClick="async () => await Task.Delay(2000)"/>
5+
<p>Cool, já tady mam vlastní develpment pagi, kterou jsem dělal někdy v kvintě, na to jsem úplně zapomněl</p>

Web.Client/Pages/Electives/SubjectDetail.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<AuthorizeView Roles="@nameof(Role.Administrator)">
1515
<div class="col text-end">
16-
<HxButton Color="ThemeColor.Secondary" OnClick="HandleEditClick" CssClass="mb-4">Editovat definici předmětu</HxButton>
16+
<HxButton Color="ThemeColor.Secondary" OnClick="HandleEditClick" CssClass="mb-4">Upravit definici předmětu</HxButton>
1717
</div>
1818
</AuthorizeView>
1919
</div>

byl tu fantomas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+

2+
hola hola, škola volá. tento intranet není moc funkční, ale to nevadí.

0 commit comments

Comments
 (0)