6b3f025e16
Project Edit: Cleanup and styling
2018-09-07 17:21:02 +02:00
8a90cd00e9
Pug mixin components for jumbotron, secondary navigation and more.
2018-09-07 17:20:22 +02:00
17a69b973e
Videoplayer: thicker progress bar
2018-09-07 14:55:42 +02:00
8380270128
Fixes on buttons/dropdown layout
2018-09-07 14:55:27 +02:00
35225a189d
Replace #project-loading spinning icon with a .loader-bar
2018-09-07 14:55:04 +02:00
be98a95fc0
Assets: Fix download dropdown
2018-09-07 12:27:37 +02:00
95c1f913c6
Videoplayer small improvements
...
* Disable volume change on scroll
* Add L key shortcut to toggle loop
* Minor style fixes (missing font family)
2018-09-07 11:49:34 +02:00
9bcd6cec89
Cleanup and minor tweaks for apps with a sidebar
...
Like Attract or Flamenco
2018-09-06 18:18:22 +02:00
ac23c7b00b
Bootstrap popovers are no longer used.
2018-09-06 14:24:09 +02:00
08bf63c2ee
Merge branch 'wip-redesign'
...
# Conflicts:
# src/templates/projects/view.pug
2018-09-06 13:30:24 +02:00
0baf5b38c3
Project view: dim title link
2018-09-06 12:52:54 +02:00
858a75af8d
Pug: Move project home templates to blender-cloud
...
These are super hard-coded to the Cloud anyway.
2018-09-06 12:51:58 +02:00
6b1a5e24e8
Pug: Use templates from blender-cloud
...
Affects the following templates:
/projects/view.pug
/projects/index_dashboard.pug
/organizations/index.pug
A lot of this layout is hardcoded for blender-cloud anyway. Eventually
Pillar should have its own templates to use as starting point for building
other Pillar apps. This should be built using the minimal amount of code
possible and rely on styling possible via Bootstrap.
2018-09-06 12:46:33 +02:00
1500e20291
Blog: cleanup of layout and style
...
Simpler markup reusing bootstrap 4 classes.
2018-09-06 12:42:37 +02:00
d347534fea
Pug: Move navigation macro to blender-cloud
2018-09-06 12:19:28 +02:00
4546469d37
Pug: Move blog macros to blender-cloud
2018-09-06 12:19:00 +02:00
b0d8da821f
CSS: Blog cleanup
2018-09-06 12:11:18 +02:00
1821bb6b7d
CSS general cleanup and minor style tweaks
2018-09-06 12:11:10 +02:00
278eebd235
Style jsTree
2018-09-06 12:06:14 +02:00
2777c37085
Style videoplayer.
2018-09-06 12:05:45 +02:00
f29e01c78e
Video player: remember volume in local storage
2018-09-04 12:16:24 +02:00
2698be3e12
Saving & restoring video watching progress
...
Video progress updates:
- Mark as 'done' when 90% or more is watched.
- Keep 'done' flag when re-watching.
The video progress is stored on three events, whichever comes first:
- Every 30 seconds of video.
- Every 10% of the video.
- Every pause/stop/navigation to another page.
- When we detect the video is looping.
2018-09-04 12:16:24 +02:00
9c2ded79dd
CSS: Cleanup and simplification
...
Mainly to rely more on bootstrap styling
2018-08-31 19:32:17 +02:00
b4acfb89fa
Layout: use bootstrap classes
2018-08-31 19:31:36 +02:00
3f8e0396cf
VideoJS: don't use videojs.registerPlugin()
to start Google Analytics
...
The `registerPlugin()` call should only be done once, and not for every
video shown.
This removes the warning about the 'analytics' plugin already being
registered, which you see when navigating from one video to another via
the JSTree.
2018-08-31 17:19:27 +02:00
33bd2c5880
Sass: Import modules on top level
2018-08-31 14:26:42 +02:00
76338b4568
Sass config: Bootstrap overrides
2018-08-31 14:24:25 +02:00
7405e198eb
Use .displayAs() instead of .show()
...
Needed for CSS display to be set as inline-block instead of show()'s inline.
2018-08-31 14:23:23 +02:00
2332bc0960
jQuery: Small utility to set CSS display type
...
Showing elements with jQuery's native .show() sets display as 'inline',
but sometimes we need to set 'flex' or 'inline-block'.
2018-08-31 14:20:59 +02:00
40f79af49d
Tooltips: Cleanup
2018-08-28 15:54:14 +02:00
84608500b9
CSS: Split dropdown styling
2018-08-28 15:53:47 +02:00
819300f954
Navbar cleanup
2018-08-28 15:52:56 +02:00
b569829343
General cleanup
2018-08-28 15:52:50 +02:00
c35fb6202b
render_secondary_navigation: Bootstrap 4 tweaks
2018-08-28 15:51:56 +02:00
d0ff519980
Font Pillar: Aliases for CC license icons
...
Also comments about updating the font from fontello.com
2018-08-27 17:03:13 +02:00
6ff4ee8fa1
Minor Dashboard style tweaks
2018-08-27 17:02:36 +02:00
b5535a8773
CSS: New primary color and navbar height
2018-08-27 17:02:07 +02:00
2ded541955
CSS Cleanup: remove font-body specifics
2018-08-27 17:01:43 +02:00
3965061bde
CSS: Split into modules
...
Don't place pure styling on top-level files (those that don't begin with underscore).
Instead, import them as individual files.
2018-08-27 17:01:08 +02:00
5238e2c26d
Pillar Font: Use variable for path
2018-08-22 19:57:22 +02:00
756427b34e
Link Markdown Cheatsheet to CommonMark help
2018-06-10 10:03:56 +02:00
7e06212cd5
CSS: Tweaks to pre/code
2018-06-10 09:41:26 +02:00
ef3912b647
CSS: Fix for emojis on lists
2018-06-10 09:01:44 +02:00
1bfb6cd2f6
Use high-res image for page and blog headers
2018-05-07 15:26:42 +02:00
aeaa03ed80
Handle embedded featured nodes to get node_id
2018-04-16 17:30:02 +02:00
3319a578b9
Move secondary navigation rendering to a macro
2018-04-16 16:23:19 +02:00
505e3c3a6d
New design for project landing pages and blogs
2018-04-16 14:33:38 +02:00
Kael Baldwin
157eed8321
Fix layout template is_authenticated call
...
Differential revision: https://developer.blender.org/D3136
2018-04-07 21:39:38 +02:00
9ed526510f
Fix preview on public assets
2018-04-05 16:47:06 +02:00
ec2e4dee46
Minor style tweak to assets
2018-04-05 16:47:06 +02:00