Commit Graph

448 Commits

Author SHA1 Message Date
Pablo Vazquez 04f7869e8e Comments: Display actual date on mouse over (not pretty_date) 2017-11-02 15:38:37 +01:00
Pablo Vazquez 545165c97f Sass: Don't specify strong/b, let the browser decide 2017-11-02 12:41:04 +01:00
Pablo Vazquez 021c9e03bb Sass select2: Replace hardcoded values for our variables 2017-11-02 00:39:55 +01:00
Pablo Vazquez 53aabc8c84 Translations: Mark more strings for translation 2017-10-27 00:54:05 +02:00
Pablo Vazquez 3202b3f0b5 Comments: Style blockquote 2017-10-26 02:28:07 +02:00
Pablo Vazquez e41fd36952 Responsive tweaks for blog sidebar on projects 2017-10-25 18:43:19 +02:00
Pablo Vazquez 3636db1793 Blog: Style tweak for project blogs 2017-10-25 17:45:46 +02:00
Pablo Vazquez 5732b1a938 Videoplayer: Style tweaks and minor cleanup 2017-10-25 17:27:55 +02:00
Pablo Vazquez 3585443508 Use cache or jstree css 2017-10-25 17:27:55 +02:00
Pablo Vazquez a6ab7dda97 Title for loop button on videoplayer 2017-10-25 16:17:08 +02:00
Pablo Vazquez 6564fa000d Titles for node details 2017-10-25 16:16:58 +02:00
Pablo Vazquez bb33ddd9fb Blog: Style tweaks and minor cleanup
Mainly removing unused classes such as blog_post-container
2017-10-25 16:02:02 +02:00
Pablo Vazquez 5fbe62105a Blog: Minor layout tweaks
* Make header image clickable
* Make thumbnails on blog list clickable
* Put action buttons in .blog-action for easier positioning
* Cleanup
2017-10-25 16:02:02 +02:00
Pablo Vazquez 771b93b169 Blog: Don't display author name on sidebar 2017-10-25 16:02:02 +02:00
Pablo Vazquez f13310d71b Menu: "Log in" instead of "Login and Explore" 2017-10-25 16:02:02 +02:00
Pablo Vazquez e983d0756d Rename 'Log in' button to 'Log in and Explore' 2017-10-24 15:46:16 +02:00
Pablo Vazquez 52cd30b947 Rename _join.sass to _welcome.sass 2017-10-24 15:43:20 +02:00
Pablo Vazquez ed55a73d04 VideoJS: Upgrade and stuff
* Upgrade to the latest stable version 6.2.8
* Move JS files to blender-cloud
* Introducing Hotkeys support (a'la YouTube)
* Introducing Loop button (and a way to easily add new buttons)
* Fix Analytics plugin to work with the VideoJS 6
* Minor style tweaks to work with the latest update
2017-10-24 12:49:39 +02:00
Pablo Vazquez 4f3fc91c0a VideoJS: Upgrade and stuff
* Upgrade to the latest stable version 6.2.8
* Move JS files to blender-cloud
* Introducing Hotkeys support (a'la YouTube)
* Introducing Loop button (and a way to easily add new buttons)
* Minor style tweaks to work with the latest update
2017-10-24 12:38:11 +02:00
Pablo Vazquez 5c3524706f Welcome Page: Minor style tweaks 2017-10-23 15:35:31 +02:00
Pablo Vazquez 2290e019e6 Cleanup
We don't use navbar-fixed-top anymore.
2017-10-18 20:05:24 +02:00
Pablo Vazquez 6fe6345b13 Refresh styling on /welcome 2017-10-18 20:05:24 +02:00
Pablo Vazquez 6ffbd52a36 Comments: Simpler login message
No point in having a disabled input, since we're leaving
the page to login anyway
2017-10-15 05:56:43 +02:00
Pablo Vazquez 49feaa8281 Don't use hard-coded white background for notifications flyout.
Use $color-background instead
2017-10-15 05:55:12 +02:00
Pablo Vazquez 72507d7bb2 Minor style tweaks to comments 2017-10-15 05:52:49 +02:00
Pablo Vazquez 3bcf4eaebd Icons
New: pi-social-youtube, pi-social-reddit, pi-moon, pi-off
Replaced: pi-spin, pi-comment, pi-download
Removed: pi-log-in, pi-log-out, pi-circle-notch
2017-10-14 03:15:12 +02:00
Pablo Vazquez d637e322f7 Replace hardcoded colors with variables and more sane colors.
Makes it possible to theme the comments by replacing color variables.
2017-10-14 03:06:08 +02:00
Pablo Vazquez 43cb7a5f65 File Upload: Clear notifications before success/error
So we don't end up with both file-upload and success at the same time
when uploading files that go up fast.
2017-10-11 23:08:20 +02:00
Pablo Vazquez 7fd7fcc16c Minor style tweaks for responsiveness 2017-10-08 23:41:18 +02:00
Pablo Vazquez e01197a5d5 Comments: minor tweaks to strings 2017-10-07 00:07:24 +02:00
Pablo Vazquez 6d8870ba25 Blog: Check if blog_archive_prev/next exist before showing link
Also minor cleanup of the classes and excessive indenting.
2017-10-05 17:32:55 +02:00
Pablo Vazquez 01dab4188c Style tweaks to blog archive 2017-10-05 17:32:55 +02:00
Sybren A. Stüvel 73b50556be Added blog archive.
May still need some style tweaking.
2017-10-05 17:32:55 +02:00
Sybren A. Stüvel e724c9c2ad Blog: Simplified looping over blog posts. 2017-10-05 17:32:55 +02:00
Sybren A. Stüvel f42334453c Deduplicated code for image expansion into the page overlay
It now also supports WEBP links, and is compatible with Google Cloud
Storage (which adds ?blablabla to links).
2017-10-05 17:32:55 +02:00
Sybren A. Stüvel 2603c4f44f Deduplicated blog templates by using macros. 2017-10-05 17:32:55 +02:00
Sybren A. Stüvel bd93625119 Use super() call instead of copy-pasting the contents of the parent block 2017-10-05 17:32:55 +02:00
Pablo Vazquez 8fe6b472e4 Notifications: Fix and documentation
Fixed notification-toggle not working because we were accessing
the selectors before they were available in the DOM.

Now use the ID selector directly, re-use when possible.

Also added comments describing obscure variables.
2017-10-05 15:29:30 +02:00
Pablo Vazquez 68c7a88fed Use the nifty new DocumentTitleAPI to update notification count
and page titles when browsing assets.

This removes the need for updateTitle()
2017-10-05 15:29:30 +02:00
Sybren A. Stüvel f9e10976b8 Added a little DocumentTitleAPI object for easier updating of the title. 2017-10-05 15:29:30 +02:00
Pablo Vazquez 389413ab8a Notifications: Define selectors once and re-use
Plus some comments and simplifying the switch/adding of icons
by just adding a css class that controls it.

No functional changes
2017-10-04 00:39:00 +02:00
Pablo Vazquez a2ffb8a342 Minor padding tweaks and color for blog title links 2017-10-03 12:53:41 +02:00
Pablo Vazquez 6f0a03ce60 Set page title on edit_embed 2017-10-03 12:52:50 +02:00
Pablo Vazquez 053848607d Don't add padding on bottom of node-details-description mixin 2017-10-03 01:26:41 +02:00
Pablo Vazquez 94a0868ba5 Comments: Style cancel button 2017-10-03 01:26:25 +02:00
Pablo Vazquez c6d8a4c46f Comments: Send text should be inside a span 2017-10-03 01:26:06 +02:00
Pablo Vazquez 58a34d6cdb Typo (one bracket too much) 2017-10-02 19:49:33 +02:00
Pablo Vazquez b0c7997128 Notifications: Don't update titles directly, fire an event instead 2017-10-02 19:49:20 +02:00
Pablo Vazquez 1bf2a87726 Use a the updateTitle() function to update page titles 2017-10-02 19:48:37 +02:00
Pablo Vazquez d3cd6a884e Use toastr notifications instead of statusBarSet() 2017-10-02 19:31:52 +02:00