From f020bd9129bf70e998e0ae206218493a72ebfa81 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Sat, 23 Apr 2016 11:10:17 +0530 Subject: Add a way to remove image from post once added Accidents happen, you shouldn't have to refresh the entire page to get rid of the image. --- views/new-post.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'views') diff --git a/views/new-post.php b/views/new-post.php index 57b7521..2376431 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -28,7 +28,10 @@
- +
+ + +
@@ -133,15 +136,20 @@ -- cgit v1.2.3 From 3f7f28418f075756f027a0a268ae78fbf6003aa0 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Sun, 24 Apr 2016 12:49:11 +0530 Subject: Add fullscreen meta tags for Safari and Chrome Also set the theme color for Chrome to the blue used in the logo. --- views/layout.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views') diff --git a/views/layout.php b/views/layout.php index da97687..a154a84 100644 --- a/views/layout.php +++ b/views/layout.php @@ -27,6 +27,10 @@ + + + + -- cgit v1.2.3