Commit graph

340 commits

Author SHA1 Message Date
Jones Magloire
b9effee691 Merge pull request #23 from Joxit/riot-mui
Move from material-design lite to riot-mui
2017-10-17 00:02:31 +02:00
Joxit
05090d121d [riot-mui] Update gulpfile
Use riot.min.js instead of riot+compiler.min.js
2017-10-15 23:49:37 +02:00
Joxit
c8d98f68d1 [riot-mui] Update readme 2017-10-14 20:53:35 +02:00
Joxit
a8bede51db [riot-mui] Add css for select and code clean up (#17) 2017-10-13 00:27:14 +02:00
Joxit
cce858cbd9 [riot-mui] Remove links to material-design-lite 2017-10-12 23:45:40 +02:00
Joxit
215733c6e4 [riot-mui] Add new riot-mui footer (#17, kysonic/riot-mui#51, kysonic/riot-mui#52) 2017-10-11 00:01:45 +02:00
Joxit
93a8d4a188 [riot-mui] Fix when there is an error, resets the view 2017-09-30 19:08:58 +02:00
Joxit
ab0571eaa1 [riot-mui] Add riot-mui in remove taf (#17)
When we remove the current server, it will update the view.
2017-09-29 21:08:19 +02:00
Joxit
dc929951cf [riot-mui] Clean up and fix in add tag, again 2017-09-28 20:53:59 +02:00
Joxit
91497a06c3 [riot-mui] Add riot-mui in change tag (#17) 2017-09-27 20:52:52 +02:00
Joxit
4d1db1f884 [riot-mui] Fix in add tag dialog 2017-09-26 20:53:32 +02:00
Joxit
a59e759c9c [riot-mui] Minor clean up and fix in catalog and menu (#17) 2017-09-25 00:32:12 +02:00
Joxit
46b80e73f2 [riot-mui] Add riot-mui in add (#17) 2017-09-25 00:32:09 +02:00
Joxit
bdc0d34a87 [riot-mui] Add riot-mui in menu (#17) 2017-09-25 00:32:06 +02:00
Joxit
d4b99b2cb2 [riot-mui] Add riot-mui in remove-image (#17) 2017-09-25 00:32:02 +02:00
Joxit
c1f9d02afb [riot-mui] Add riot-mui in taglist (#17) 2017-09-25 00:31:58 +02:00
Joxit
d404ead587 [riot-mui] Add riot-mui in app and catalog (#17)
- Refactoring index.html/app.tag, now only <app></app> in index.html
- Add riot-mui in catalog.tag
2017-09-25 00:31:40 +02:00
Jones Magloire
5569f1f0bf Merge pull request #22 from Joxit/dependencies
Upgrade dependencies and use riot v3
2017-09-16 23:27:13 +02:00
Joxit
9d48643957 [dependencies] upgrade to riot v3 2017-09-10 20:14:16 +02:00
Joxit
961342d34c Update 0.2.4: query param 2017-09-09 00:07:23 +02:00
Jones Magloire
02c95fee44 Merge pull request #21 from Joxit/query-param
[query-param] Add url query param for sharing
2017-09-08 23:54:51 +02:00
Joxit
ca5fb09fc6 [query-param] Change decode/encodeURI to URIComponent 2017-09-06 23:32:10 +02:00
Joxit
83e2befd5d [dependencies] Upgrade packages dependencies 2017-09-05 23:09:19 +02:00
Joxit
06e4d62543 [query-param] Add url query param for sharing 2017-09-03 00:39:28 +02:00
Joxit
5cf136541f Update 0.2.3: Fix issue #19 again...
Add link to project page
2017-08-06 22:20:58 +02:00
Joxit
d34d793b73 Update 0.2.2: Fix issue #19 2017-08-06 11:39:01 +02:00
Joxit
36cbda1263 Update version 0.2.1: Fix issue #18
Fix `UNAUTHORIZED` error message popping up when browsing
2017-06-11 23:04:15 +02:00
Joxit
2d9b3886de [demo] Add analytics 2017-05-20 00:58:02 +02:00
Joxit
be553b0fb6 Add analytics 2017-05-04 21:20:33 +02:00
Joxit
deb401a418 Update Readme.md 2017-04-18 22:10:01 +02:00
Joxit
7adfd108da Add demo link 2017-04-17 21:44:52 +02:00
Jones Magloire
ded1a0be17 Set theme jekyll-theme-cayman 2017-04-13 11:45:20 +02:00
Joxit
102db94ae4 Update version to 0.2.0 2016-10-10 00:49:48 +02:00
Jones Magloire
7afb100550 Merge pull request #15 from Joxit/delete-image
Delete docker images (issue #14)
2016-10-09 21:19:38 +02:00
Joxit
d1d986448c [delete image] can activate or not this feature for static image and update README 2016-10-05 00:31:49 +02:00
Joxit
c007eea26d [delete image] externalize remove part in its own tag. 2016-10-04 00:24:01 +02:00
Joxit
dbcd0031d3 [delete image] Add some error messages. 2016-10-04 22:09:09 +02:00
Joxit
6180c206b4 [delete image] Update readme for delete feature 2016-10-04 22:09:09 +02:00
Joxit
bc215978ac [delete image] Fix docker remove image, need HEAD request and not a GET for digest. 2016-10-04 22:09:09 +02:00
Joxit
7150fe3245 [delete image] Add request for deleting a manifest/image.
Add setRequestHeader in Http class.
2016-10-04 22:09:06 +02:00
Joxit
70f860f813 Update gulpfile to uglify riot tags and html 2016-09-24 13:53:42 +02:00
Joxit
30f88520c8 [Fix] error when there is no images/tags 2016-09-18 15:06:16 +02:00
Joxit
c46129f9d0 Fix spinner and loading for taglist and catalog 2016-09-11 23:49:13 +02:00
Joxit
897e6eca0b Fix sort/reverse class 2016-09-10 01:10:43 +02:00
Jones Magloire
5677d24d1f Merge pull request #16 from Joxit/gulp
[gulp] Add gulpfile for build
2016-07-27 23:04:31 +02:00
Joxit
f05464e2ec [gulp] Add build script in package.json 2016-07-23 23:01:31 +02:00
Joxit
d5f1ca7951 [gulp] Update docker for static version 2016-07-23 22:51:47 +02:00
Joxit
97b63eda33 [gulp] Add static version in gulp 2016-07-23 22:51:47 +02:00
Joxit
9e739879ea [gulp] Update Dockerfile for the new organization. Need static tag now 2016-07-23 22:51:47 +02:00
Joxit
8a555d29a3 [gulp] Add gulpfile for build 2016-07-23 22:51:47 +02:00