diff options
| author | rtz12 <koenig@fagott.pw> | 2016-11-15 17:29:02 (UTC) |
|---|---|---|
| committer | rtz12 <koenig@fagott.pw> | 2016-11-15 17:29:02 (UTC) |
| commit | 0ad174d7329e02b3f644614de0758789bb3677d4 (patch) | |
| tree | e49a659c0b89bdec07cde778850b7fe002ac27ea /frontend | |
| parent | e02ad854383265db216ed92b10c4f12408999d6a (diff) | |
Verrückter Anilist Import
Bestes Feature 2k16.
Hashtag Make Grilist Great Again.
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/renderer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/renderer.go b/frontend/renderer.go index 9c1f7a7..7d3a161 100644 --- a/frontend/renderer.go +++ b/frontend/renderer.go | |||
| @@ -12,12 +12,14 @@ import ( | |||
| 12 | type Action struct { | 12 | type Action struct { |
| 13 | Name string | 13 | Name string |
| 14 | Link string | 14 | Link string |
| 15 | Target string | ||
| 15 | Disabled bool | 16 | Disabled bool |
| 16 | } | 17 | } |
| 17 | 18 | ||
| 18 | // Card ist eine Karte im Materialize-Design. | 19 | // Card ist eine Karte im Materialize-Design. |
| 19 | type Card struct { | 20 | type Card struct { |
| 20 | Title string | 21 | Title string |
| 22 | Image string | ||
| 21 | Description string | 23 | Description string |
| 22 | Size string | 24 | Size string |
| 23 | Actions []Action | 25 | Actions []Action |
