Revize 0d1b0550
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
frontend/src/index.html | ||
---|---|---|
2 | 2 |
<html lang="en"> |
3 | 3 |
<head> |
4 | 4 |
<meta charset="utf-8"> |
5 |
<title>YmanagerFrontend</title>
|
|
5 |
<title>Ymanager</title> |
|
6 | 6 |
<base href="/"> |
7 | 7 |
|
8 | 8 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
9 |
|
|
10 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
|
11 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> |
|
12 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> |
|
13 |
|
|
14 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> |
|
15 |
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
|
16 |
<link href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.css" rel="stylesheet"> |
|
17 |
<link href="https://unpkg.com/angular-calendar@0.27.5/css/angular-calendar.css" rel="stylesheet"> |
|
18 |
<link href="https://unpkg.com/flatpickr@4.5.7/dist/flatpickr.css" rel="stylesheet"> |
|
9 | 19 |
<link rel="icon" type="image/x-icon" href="favicon.ico"> |
10 | 20 |
</head> |
11 | 21 |
<body> |
Také k dispozici: Unified diff
Re #7263 Static view for employer initialized
Re #7263 Day picker component implemented
Re #7263 Day picker component modified
Re #7253 Off days component implemented
Re #7263 User approval component implemented
Re #7263 Minor changes
Re #7263 Free days approval component implemented
Re #7263 Free days renamed to Off days
Re #7263 Created simple menu with a service and mock data
Re #7263 Implemented routing for dashboard and employee list
Re #7263 Added simple page for employee route
Re #7263 Off days approval component modified
Re #7263 Days off info component modified
Re #7263 Oncoming days off component implemented
Re #7263 Employer dashboard component implemented
Re #7263 Basic employer's dashboard completed
Re #7263 Menu items correctly displayed when selected
Re #7263 Changed click behavior in menu list
Re #7263 Removed information about remaining sick days