5bcfa5218a
UI: Minor style fixes to node-details-description.
...
Blockquotes and unordered lists could have the first line badly indented
since we introduced single-line comments. Now they both break the line
before being displayed.
2019-02-23 02:17:39 +01:00
fbcce7a6d8
Vue Comments: Comments ported to Vue + DnD fileupload
...
* Drag and drop files to comment editor to add a file attachment
* Using Vue to render comments
Since comments now has attachments we need to update the schemas
./manage.py maintenance replace_pillar_node_type_schemas
2018-12-12 11:45:47 +01:00
07821c7f97
Timeline Firefox bug fix: load more not working properly
...
Firefox failed to redraw the page properly when loading more weeks.
2018-11-23 14:55:58 +01:00
6ae9a5ddeb
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:53 +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
1d909faf49
CSS: Override margin-bottom for emoji images.
2018-11-16 23:57:00 +01:00
ed35c54361
CSS: Fix alignment on list with custom bullets.
2018-11-16 23:57:00 +01:00
9182188647
CSS: Minor style tweaks to user login.
...
Don't use hardcoded white color for container-box mixin.
2018-11-16 12:38:40 +01:00
5896f4cfdd
CSS: Use generic colors for inputs border colors.
...
More reliable when theming.
2018-11-16 02:31:13 +01:00
f9a407054d
CSS: Fix emoji set as block.
...
When parent styling set images to be block, emoji should always be inline.
2018-11-15 23:54:16 +01:00
e079ac4da1
CSS adjustments to dropdowns, cards, responsive
2018-09-19 11:33:20 +02:00
3e1273d56c
CSS: zoom-in cursor utility
2018-09-18 12:49:06 +02:00
e40ba69872
Project style adjustments.
2018-09-17 17:07:10 +02:00
02a7014bf4
Cleanup and title-underline utility
2018-09-17 12:54:07 +02:00
def52944bf
CSS tweaks for embeds, videos and iframe
2018-09-16 23:56:31 +02:00
fbc7c0fce7
CSS: media breakpoints
...
from Bootstrap and added a couple more for super big screens
2018-09-16 03:39:54 +02:00
b0311af6b5
CSS: $primary-accent color and gradient utils
2018-09-15 05:40:29 +02:00
0055633732
Blog: Styling and cleanup
2018-09-14 20:30:04 +02:00
5df92ca4cf
Use list-asset() mixin component for project index
2018-09-10 19:02:27 +02:00
9bcd6cec89
Cleanup and minor tweaks for apps with a sidebar
...
Like Attract or Flamenco
2018-09-06 18:18:22 +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
2ded541955
CSS Cleanup: remove font-body specifics
2018-08-27 17:01:43 +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
6f69fe5b8a
CSS: Style kbd tag in node description
2018-03-14 21:59:50 +01:00
491c5e1b8c
A bit more margin around iframe on node descriptions
2017-11-10 17:57:52 +01:00
a2df79d614
Minimum height for youtube embeds
2017-11-09 18:38:21 +01:00
ac9aa59924
Comments: When editing, resize the textarea
...
Minor tweaks:
* Remove the 'editing' class after cancel/save
* Style <code>, <pre>, etc tags
2017-11-08 22:49:56 +01:00
3202b3f0b5
Comments: Style blockquote
2017-10-26 02:28:07 +02:00
Pablo Vazquez
053848607d
Don't add padding on bottom of node-details-description mixin
2017-10-03 01:26:41 +02:00
b2cfe46438
Style tweaks on projects
...
Plus re-ordering and minor cleanup
2017-09-17 20:11:13 +02:00
b8153b5c9a
Assets: Move details to its own file and share across assets
...
And new styling for the details as well
2017-09-04 19:13:38 +02:00
89f24ac4e6
Buttons: Don't force uppercase text
2017-08-30 23:18:59 +02:00
b091044bc2
Small tweaks to buttons
2017-06-12 19:06:02 +02:00
3a500f3ea3
Simplify Errors (404 & 403)
...
TODO: Use a generic error template and pass error/text
2017-06-12 16:49:43 +02:00
c3ea8228a1
Less padding on buttons
2017-06-06 17:03:24 +02:00
8c1dbf984b
Homepage update for Blender Cloud
...
Now with more Agent!
2017-05-22 15:59:43 +02:00
08f3467406
Fix width on containers
2016-12-01 16:30:17 +01:00
2f3e5a513b
Unify inputs with other apps
2016-11-09 23:14:15 +01:00
b6b62babd2
Some fixes and utils from Attract
2016-11-09 22:42:53 +01:00
ad3f2c0119
Introducing apps_base.sass, contains basic layout/generic classes
2016-11-09 22:36:55 +01:00
0a0db88701
Style disabled buttons
2016-11-03 15:35:00 +01:00
80601f75ed
Remove deprecated +button-rounded-filled mixin
...
We now use just 'button', as roundness and filled are configurable
2016-11-02 16:36:47 +01:00
ae859d3ea7
Minor style tweaks to file form widgets
2016-11-02 16:16:20 +01:00
f30cdd5246
Minor style tweaks to attachments form
2016-11-02 14:51:10 +01:00
ea2be0f13d
Major revision of comment system.
...
- Comments are stored in HTML as well as Markdown, so that conversion
only happens when saving (rather than when viewing).
- Added 'markdown' Jinja filter for easy development. This is quite
a heavy filter, so it shouldn't be used (much) in production.
- Added CLI command to update schemas on existing node types.
2016-10-19 16:57:17 +02:00
9c59b06ab9
Use boolean to define if button-rounded mixin is filled or not
...
Fix to blog
2016-08-22 23:04:06 +02:00
2c5dc34ea2
Introducing Pillar Framework
...
Refactor of pillar-server and pillar-web into a single python package. This
simplifies the overall architecture of pillar applications.
Special thanks @sybren and @venomgfx
2016-08-19 09:19:06 +02:00