fdf05d16de
UI: Light background color for sidebar container.
2019-04-01 14:56:59 +02:00
163aee6bbc
UI Project: Show sidebar by default.
2019-03-29 15:46:43 +01:00
da955ce4af
UI Landing: No need to set 'landing' as title.
...
Just use the default since project landing is the same as project home.
2019-03-29 15:37:46 +01:00
ad1a55c5d5
UI Landing: Use dark background only on project home landing page.
2019-03-29 15:37:46 +01:00
039ab1ce70
UI Project sidebar: padding and border classes adjustment.
2019-03-28 21:12:24 +01:00
353660c7ba
UI Project: Sidebar toggle button.
2019-03-28 21:03:24 +01:00
b77f3aaa49
Breadcrumbs: clicking a breadcrumb now calls displayNode(nodeId)
...
Requires Pillar 1fd17303a53016c15f685deebda65bea8e71be90
2019-03-28 16:43:15 +01:00
50c0842e72
Breadcrumbs: Move from sidebar to project context.
...
Since we will be able to toggle the sidebar from the breadcrumbs.
2019-03-28 16:06:32 +01:00
6972e1662d
Show breadcrumbs in project navigation
...
Requires Pillar 4499f911.
2019-03-28 12:41:57 +01:00
78e1c728fa
UI Landing: Cleanup
2019-03-27 12:36:39 +01:00
be18dfb985
UI Landing: Margin top of project description.
2019-03-27 12:35:58 +01:00
8797b18754
UI Landing: Cleanup, remove unused attribute.
2019-03-27 12:34:44 +01:00
727ba3fd58
UI Landing: Simplify javascript code for overlay.
2019-03-27 12:34:11 +01:00
a369c04b38
UI Landing: Remove project name and gallery title.
2019-03-27 12:31:51 +01:00
2f854ebeee
UI Landing: Replace Blog updates with Timeline.
2019-03-27 12:14:24 +01:00
6fa3af50cf
UI Landing: Show link to project edit.
2019-03-27 12:13:36 +01:00
1fd2443bd7
UI Landing: Show project name and summary in header.
2019-03-27 12:12:59 +01:00
369161e29f
Navigation: Unified cloud navigation
...
* Removed main drop down menu
* Added "My cloud" to user menu
* Attract/Flamenco is found under Production Tools menu
* Attract/Flamenco has the same navigation as its project
2019-02-06 10:31:36 +01:00
2950a4347a
Quick-Search: Added Quick-search in the topbar
...
Changed how and what we store in elastic to unify it with how we store
things in mongodb so we can have more generic javascript code
to render the data.
Elastic changes:
Added:
Node.project.url
Altered to store id instead of url
Node.picture
Made Post searchable
./manage.py elastic reset_index
./manage.py elastic reindex
Thanks to Pablo and Sybren
2018-11-22 15:31:52 +01:00
5218bd17e3
Project-Timeline: Introduced timeline on projects
...
Limited to projects of category assets and film for now.
2018-11-20 16:29:01 +01:00
0b2a3c99ce
Loading bar: Introduced two event listeners on window 'pillar:workStart' and 'pillar:workStop' that (de)activates the loading bar.
...
Reason:
* To decouple code
* Have the loading bar active until whole page stopped working
* Have local loading info
Usage:
$.('.myClass')
.on('pillar:workStart', function(){
... do stuff locally while loading ...
})
.on('pillar:workStop', function(){
... stop do stuff locally while loading ...
})
$.('.myClass .mySubClass').trigger('pillar:workStart')
... do stuff ...
$.('.myClass .mySubClass').trigger('pillar:workStop')
2018-10-23 13:57:02 +02:00
97c549de08
Project Landing: cleanup unused classes
2018-09-21 12:19:48 +02:00
7983a7b038
Use loadingBar utility.
2018-09-20 15:20:58 +02:00
7ba8ff7580
New templates for /learn and /libraries
2018-09-20 15:00:10 +02:00
e7190f09dc
Landing: Center text
2018-09-20 12:14:47 +02:00
dcac1317bf
Rename secondary_navigation to navigation_project
...
And move to _navigation.pug with the other navigations macros.
2018-09-20 12:06:43 +02:00
748190d15b
Fix jumbotron in index collection
2018-09-19 15:50:03 +02:00
74e18bb500
Fix navigation
2018-09-19 15:39:58 +02:00
f0f96bf2f1
Home project: Fix creating new projects
2018-09-18 13:57:25 +02:00
17240f5793
Landing: fix styling of gallery
2018-09-18 12:54:32 +02:00
6d9fa89d90
Project: Darker tree
2018-09-17 18:15:49 +02:00
a5c7ec285d
Style tweaks
2018-09-17 17:09:43 +02:00
534e212802
Project Landing: Don't set title
...
As it's set by the pages themselves using node.properties.url
2018-09-17 15:03:53 +02:00
bb2c351460
Generic classes for styling
2018-09-17 11:36:57 +02:00
6569e22fa8
Spacing
2018-09-16 05:03:12 +02:00
40f6ebd99c
Project Landing: Fix links in latest updates
...
Part of T56813
2018-09-15 22:19:47 +02:00
fca2b0f44f
Project Landing: Center titles
...
Part of T56813
2018-09-15 22:15:05 +02:00
dc59bb53de
New global navigation menu.
2018-09-15 05:36:23 +02:00
8fdd54eaad
Class names and minor blog style tweak
2018-09-14 20:30:58 +02:00
11f44560bb
Projects: Use render_secondary_navigation macro
2018-09-14 17:13:54 +02:00
1015254d93
Bring project-main from Pillar
...
Rename project-landing, to _project-landing and include it in project-main.
It's just a few lines of code to be worth keeping as a separate CSS.
2018-09-14 17:13:23 +02:00
7d3c24d712
Project view: update videojs path
...
The new path removes the version number, check package.json for that.
2018-09-14 01:25:50 +02:00
a40eb5d6e4
Use the new navigation_links provided by pillar
2018-09-13 16:36:41 +02:00
37726bee0f
Cleanup
2018-09-11 19:35:05 +02:00
10f15185e0
Homepage: Use macro for listing assets
2018-09-11 17:46:09 +02:00
34ae8e55c3
Project view: show blog and pages in header
2018-09-10 16:12:09 +02:00
a17253c482
Project Landing: Fix missing pillar-font
2018-09-07 18:11:37 +02:00
e348b003b1
Use mixin components from Pillar
2018-09-07 17:19:36 +02:00
23fbb68cfc
Replace #project-loading spinning icon with a .loader-bar
2018-09-07 14:56:38 +02:00
4a4e75ee59
Project view: Cleanup and minor layout tweaks
2018-09-07 12:47:31 +02:00