3985a00c6f
Timeline: Style and layout adjustments
2018-11-21 20:32:27 +01:00
fc99713732
Project-Timeline: Introduced timeline on projects
...
Limited to projects of category assets and film for now.
2018-11-20 16:29:01 +01:00
2990738b5d
Lazy Home: Lazy load latest blog posts and assets and group by week and
...
project.
Javascript tutti.js and timeline.js is needed, and then the following to
init the timeline:
$('.timeline')
.timeline({
url: '/api/timeline'
});
# Javascript Notes:
## ES6 transpile:
* Files in src/scripts/js/es6/common will be transpiled from
modern es6 js to old es5 js, and then added to tutti.js
* Files in src/scripts/js/es6/individual will be transpiled from
modern es6 js to old es5 js to individual module files
## JS Testing
* Added the Jest test framework to write javascript tests.
* `npm test` will run all the javascript tests
Thanks to Sybren for reviewing
2018-11-12 12:57:25 +01:00
199f37c5d7
Tagged Asset: Added metadata
...
Video duration, Project link and pretty date
2018-09-26 11:29:15 +02:00
4cf93f00f6
Assets: Fix video progress not showing
2018-09-24 13:31:48 +02:00
24ecf36896
CSS: Brighter primary button
2018-09-21 16:51:45 +02:00
86aa494aed
CSS: Use 3 cards even on media-xl
2018-09-21 16:25:48 +02:00
5a5b97d362
Introducing Main Dropdown navigation for mobile
2018-09-21 16:13:50 +02:00
831858a336
CSS: Make buttons use bootstraps' variable for roundness
2018-09-21 16:13:50 +02:00
04f00cdd4f
Loading Bar: Utility to turn it on/off
2018-09-20 15:20:29 +02:00
35fb07ee64
Navigation: Move marker on left side
...
On the right it looks like a scrollbar.
2018-09-20 12:10:09 +02:00
6cb85b06dc
Project: Dark navbar for edit project
2018-09-19 18:21:47 +02:00
7796179021
Navigation: Position icons
2018-09-19 15:42:18 +02:00
e079ac4da1
CSS adjustments to dropdowns, cards, responsive
2018-09-19 11:33:20 +02:00
b1d97e723f
Cards: Smaller ribbon for vertical aligned cards
2018-09-18 15:25:20 +02:00
45672565e9
Card style fixes
2018-09-18 12:53:34 +02:00
e40ba69872
Project style adjustments.
2018-09-17 17:07:10 +02:00
def52944bf
CSS tweaks for embeds, videos and iframe
2018-09-16 23:56:31 +02:00
842ddaeab0
Assets: Display similar assets based on tags
...
Experimental.
2018-09-16 06:29:19 +02:00
6648f8d074
Minor style adjustments
2018-09-16 05:02:16 +02:00
a5bc36b1cf
Jumbotron overlay is now optional.
...
Just add the jumbotron-overlay class, or jumbotron-overlay-gradient
2018-09-16 04:28:11 +02:00
4e5a53a19b
Option to limit card-deck to a maximum N columns
...
Only 3 supported for now
2018-09-16 03:42:48 +02:00
88c0ef0e7c
Blog: fixes and tweaks
2018-09-15 21:32:54 +02:00
6b29c70212
Navigation menu: Style see-more items
2018-09-15 06:16:06 +02:00
fe288b1cc2
Typo
2018-09-15 05:50:10 +02:00
2e9555e160
Layout and style for new global menu.
2018-09-15 05:41:15 +02:00
b0311af6b5
CSS: $primary-accent color and gradient utils
2018-09-15 05:40:29 +02:00
a97c8ffc93
Search: Layout and styling
2018-09-12 19:00:16 +02:00
a753637e70
Thicker progress bar on cards
2018-09-11 19:45:42 +02:00
f87c7a25df
Asset: style and cleanup listing
...
Font pillar aliases for asset icons
2018-09-11 19:37:22 +02:00
3ae16d7750
Tweaks to asset listing
2018-09-11 17:45:33 +02:00
c546dd2881
Video: new macro for showing video progress
...
Import video_progress_bar from '_macros/_asset_video_progress.html'
and pass it the video and current_user.
2018-09-11 16:11:05 +02:00
48df0583ab
Layout and styling of asset groups
2018-09-11 15:16:37 +02:00
5df92ca4cf
Use list-asset() mixin component for project index
2018-09-10 19:02:27 +02:00
ecace8c55b
Navbar: style tweaks
2018-09-10 17:09:37 +02:00
612862c048
Use bootstrap classes where possible
2018-09-07 18:13:04 +02:00
6b3f025e16
Project Edit: Cleanup and styling
2018-09-07 17:21:02 +02:00
be98a95fc0
Assets: Fix download dropdown
2018-09-07 12:27:37 +02:00
9bcd6cec89
Cleanup and minor tweaks for apps with a sidebar
...
Like Attract or Flamenco
2018-09-06 18:18:22 +02:00
1500e20291
Blog: cleanup of layout and style
...
Simpler markup reusing bootstrap 4 classes.
2018-09-06 12:42:37 +02:00
1821bb6b7d
CSS general cleanup and minor style tweaks
2018-09-06 12:11:10 +02:00
9c2ded79dd
CSS: Cleanup and simplification
...
Mainly to rely more on bootstrap styling
2018-08-31 19:32:17 +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
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