ホテル管理システム
ogi
yesterday 1a1c8e71fcd14858f595029f089b2d4a00202b32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
 
<MudList Clickable="true">
    <MudListItem>
        <div class="d-flex flex-row">
            <MudCheckBox T="bool" />
            <div class="ml-6">
                <MudText Typo="Typo.subtitle1">Re:Office Meeting</MudText>
                <MudText Typo="Typo.subtitle2">Boss Mcbossman</MudText>
                <MudText Typo="Typo.body2">During the last meeting we discussed several points that i've summarized in this E-mail...</MudText>
            </div>
        </div>
    </MudListItem>
    <MudListItem>
        <div class="d-flex flex-row">
            <MudCheckBox T="bool" />
            <div class="ml-6">
                <MudText Typo="Typo.subtitle1">Lunch Meeting</MudText>
                <MudText Typo="Typo.subtitle2">Henon</MudText>
                <MudText Typo="Typo.body2">Would you be available for a lunch meeting as we have alot of git issues that needs resolving.</MudText>
            </div>
        </div>
    </MudListItem>
    <MudListItem>
        <div class="d-flex flex-row">
            <MudCheckBox T="bool" />
            <div class="ml-6">
                <MudText Typo="Typo.subtitle1">RE:RE:Job Opportunity</MudText>
                <MudText Typo="Typo.subtitle2">Headhunters INC</MudText>
                <MudText Typo="Typo.body2">A developer position just opened up at Newgrounds HQ and given your work on mudblazor, I think you’d be a great fit...</MudText>
            </div>
        </div>
    </MudListItem>
    <MudListItem>
        <div class="d-flex flex-row">
            <MudCheckBox T="bool" />
            <div class="ml-6">
                <MudText Typo="Typo.subtitle1">Development Update</MudText>
                <MudText Typo="Typo.subtitle2">Black Matter Pty Ltd</MudText>
                <MudText Typo="Typo.body2">This week we're pleased to be sharing with you our updated Early Access Roadmap for 2021!</MudText>
            </div>
        </div>
    </MudListItem>
    <MudListItem>
        <div class="d-flex flex-row">
            <MudCheckBox T="bool" />
            <div class="ml-6">
                <MudText Typo="Typo.subtitle1">IT servicedesk</MudText>
                <MudText Typo="Typo.subtitle2">Mudblazor INC</MudText>
                <MudText Typo="Typo.body2">Regarding "I can't login to my DashBoard account" It should be resolved now. </MudText>
            </div>
        </div>
    </MudListItem>
    <MudListItem>
        <div class="d-flex flex-row">
            <MudCheckBox T="bool" />
            <div class="ml-6">
                <MudText Typo="Typo.subtitle1">[Garderoben/MudBlazor] Final release!</MudText>
                <MudText Typo="Typo.subtitle2">Jonny Larsson@Github</MudText>
                <MudText Typo="Typo.body2">No more MudBlazor updates, development has met a screeching halt!</MudText>
            </div>
        </div>
    </MudListItem>
</MudList>