mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-26 22:39:36 +02:00
Preparation for custom sorting
This commit is contained in:
parent
ce173f2c42
commit
8974fb3b49
7 changed files with 42 additions and 7 deletions
|
@ -9,4 +9,21 @@
|
|||
|
||||
.TableAction:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.Message {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: baseline;
|
||||
color: var(--color-primary);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.Message span {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
||||
.Message span:hover {
|
||||
cursor: pointer;
|
||||
}
|
|
@ -44,6 +44,7 @@ const Apps = (props: ComponentProps): JSX.Element => {
|
|||
url: 'string',
|
||||
icon: 'string',
|
||||
isPinned: false,
|
||||
orderId: 0,
|
||||
id: 0,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue