Skip to content

Commit

Permalink
added RSS button
Browse files Browse the repository at this point in the history
  • Loading branch information
interstar committed Sep 3, 2020
1 parent bee3f67 commit 573b2da
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
Binary file added resources/clj_ts/icons/rss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/clj_ts/icons/rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/clj_ts/icons/save.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/clj_ts/icons/send.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/clj_ts/icons/send.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/clj_ts/client.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@
" || "
[:span {:on-click (fn [] (go-new! "RecentChanges"))} "RecentChanges"]
" || "
[:span {:on-click (fn [] (go-new! "SandBox"))} "SandBox"]]
[:span {:on-click (fn [] (go-new! "SandBox"))} "SandBox"]


]
[:div {:id "nav2"}

[:button
Expand All @@ -196,6 +199,9 @@
{:class "big-btn"
:on-click (fn [] (forward! (-> @db :future last)))} ""
[:img {:src "/icons/skip-forward.png"}] " Forward"]

[:button {:class "big-btn"}
[:a {:href "/rss/recentchanges"} [:img {:src "/icons/rss.png"}]]]
]


Expand Down

0 comments on commit 573b2da

Please sign in to comment.