ui: update to 0.7
- dependancies updated - new favicon - html updated - clean up - css updated
This commit is contained in:
BIN
www/images/favicon.png
Normal file
BIN
www/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@ -1,54 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>[test] HD App</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
||||
<!-- Scripts-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.2.7/webcomponents-loader.js" integrity="sha256-fz7VMnmo2h7TlM7CBea8/vpbWpdQnbp20TnwmRwi/KU=" crossorigin="anonymous"></script>
|
||||
<!-- Web components-->
|
||||
<!-- <link rel="import" href="https://cdn.happy-dev.fr/sib-core/sib-display.html"/> -->
|
||||
<link rel="import" href="lib/sib-core/sib-display.html"/>
|
||||
|
||||
<style>
|
||||
body.debug *:not(script):not(button){
|
||||
display: block;
|
||||
padding: 3px;
|
||||
margin: 3px;
|
||||
border: 1px solid #f006;
|
||||
}
|
||||
sib-display,
|
||||
sib-display-div{
|
||||
display: block;
|
||||
background-color: #0002;
|
||||
margin: .5em 0;
|
||||
min-height: 1em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="document.body.classList.toggle('debug')">debug</button>
|
||||
<!-- <div id="job-offers">
|
||||
<h1>Job offers</h1>
|
||||
<sib-display id="offers-list"
|
||||
data-src="https://test-paris.happy-dev.fr/job-offers/"
|
||||
data-fields="title, description, skills"
|
||||
widget-skills="sib-display-lookuplist"
|
||||
></sib-display>
|
||||
</div> -->
|
||||
<div id="members">
|
||||
<h1>Members</h1>
|
||||
<sib-display id="profiles-list"
|
||||
data-src="http://127.0.0.1:8000/members/"
|
||||
data-fields="roles, ab"
|
||||
widget-skills="sib-display-lookuplist"
|
||||
set-ab="user.first_name, user.last_name"
|
||||
></sib-display>
|
||||
</div>
|
||||
<!-- <div>
|
||||
<h1>sib-form</h1>
|
||||
<sib-form class="block" range-client="https://test-paris.happy-dev.fr/clients/" widget-team="sib-form-multiple-dropdown" range-team="https://test-paris.happy-dev.fr/members/" data-src="https://test-paris.happy-dev.fr/projects/1/"></sib-form>
|
||||
</div> -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user