-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#8 - BIG CHANGES! migrating from angular2 to vue.js ;> Rewriting all …
…the js code generators, still in progress ...
- Loading branch information
Showing
98 changed files
with
850 additions
and
1,048 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ava/org/licket/core/common/Suppliers.java → ...a/org/licket/core/supplier/Suppliers.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.licket.core.common; | ||
package org.licket.core.supplier; | ||
|
||
import java.util.function.Supplier; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,54 +4,56 @@ | |
<title>Contacts Page</title> | ||
</head> | ||
<body> | ||
<h1 class="ui center aligned header">Contacts list</h1> | ||
<div> | ||
<h1 class="ui center aligned header">Contacts list</h1> | ||
|
||
<div class="ui container" lick:id="contacts-panel"> | ||
<div class="ui form" lick:id="add-contact-form"> | ||
<div class="two fields"> | ||
<div class="field"> | ||
<label>Name</label> | ||
<input type="text" placeholder="Full Name" lick:id="name"/> | ||
</div> | ||
<div class="ui container" lick:id="contacts-panel"> | ||
<div class="ui form" lick:id="add-contact-form"> | ||
<div class="two fields"> | ||
<div class="field"> | ||
<label>Name</label> | ||
<input type="text" placeholder="Full Name" lick:id="name"/> | ||
</div> | ||
|
||
<div class="field"> | ||
<label>Description</label> | ||
<input type="text" placeholder="Some description" lick:id="description"/> | ||
<div class="field"> | ||
<label>Description</label> | ||
<input type="text" placeholder="Some description" lick:id="description"/> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="ui submit button" lick:id="add"> | ||
Add one | ||
<div class="ui submit button" lick:id="add"> | ||
Add one | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="ui relaxed divided items"> | ||
<div class="item" lick:id="contact"> | ||
<div class="ui small image"> | ||
<!--<img src="assets/images/wireframe/image.png"></img>--> | ||
</div> | ||
<div class="content"> | ||
<a class="header" lick:id="name">Content Header</a> | ||
<div class="meta"> | ||
<a lick:id="email"> | ||
<span lick:id="email"> | ||
[email protected] | ||
</span> | ||
</a> | ||
</div> | ||
<div class="description" lick:id="description"> | ||
A description which may flow for several lines and give context to the content. | ||
<div class="ui relaxed divided items"> | ||
<div class="item" lick:id="contact"> | ||
<div class="ui small image"> | ||
<!--<img src="assets/images/wireframe/image.png"></img>--> | ||
</div> | ||
<div class="extra"> | ||
<!--<img src="assets/images/wireframe/square-image.png" class="ui circular avatar image"/> Username--> | ||
<div class="content"> | ||
<a class="header" lick:id="name">Content Header</a> | ||
<div class="meta"> | ||
<a lick:id="email"> | ||
<span lick:id="email"> | ||
[email protected] | ||
</span> | ||
</a> | ||
</div> | ||
<div class="description" lick:id="description"> | ||
A description which may flow for several lines and give context to the content. | ||
</div> | ||
<div class="extra"> | ||
<!--<img src="assets/images/wireframe/square-image.png" class="ui circular avatar image"/> Username--> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<button class="ui primary button" lick:id="reload"> | ||
Reload list model | ||
</button> | ||
<button class="ui primary button" lick:id="reload"> | ||
Reload list model | ||
</button> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.