Giter VIP home page Giter VIP logo

design-anchorage's Introduction

Issue tracker and wiki for Voog CMS developers

This repository has multiple purposes:

  • Issue and feature request tracker
  • Release note repository
  • Wiki aimed towards developers to share and document quirks, tricks and necessary hacks

Submitting new issues

When submitting a new issue or a feature request, there are a few steps you should take:

  • Look through the current list and see if yours might be a duplicate, in which case you should comment on the original thread instead.
  • Try to fill out our issue template. We appreciate any relevant information that might assist us solving the problem or implementing the feature. Also don't forget to add a relevant "bug" or "feature" label to the created issue.

Useful links

voog.com/developers

voog.com/support

design-anchorage's People

Contributors

otttooming avatar peeterpaal avatar piiamatsi avatar pxska avatar robertpih avatar siimha avatar ssirjes avatar tanelj avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

trymory

design-anchorage's Issues

Blog tweaks

.blog-news-page .article-author, .blog-news-page .article-date โ€“ font-weight 300
.blog-article-page .comments-title โ€“ font-weight 300
.blog-news-page .articles-listing .blog-article .article-date - font-weight 300

Footer tweaks

Color: #afafaf
font size 14px
link #4a4a4a
fw 300

Fix language menu styles

  • Active language should be different
  • Flags are not centralized to label (FF)
  • Language menu is too wide when there has only short labels and no flags.
  • Language menu arrow position needs to be improved (without flags)

anchorage-langmenu

Custom fonts are not loaded

Example: In style stylesheets there is reference to assets/roboto-regular.woff but file name is Roboto-Regular.woff.

Use "format_date" instead of "date" filter article dates

Use format_date instead of date filter article dates to show translated month names for enduser.

Current:

<time class="article-date" datetime="{{ article.created_at | date: '%Y-%m-%d' }}">{{ article.created_at | date: "%d. %B %Y" }}, </time>

Should be:

<time class="article-date" datetime="{{ article.created_at | date: '%Y-%m-%d' }}">{{ article.created_at | format_date: "%d. %B %Y" }}, </time>

Prefer format_date filter values like default, long or short over custom format like %d. %B %Y - since month and day order may be different in other languages. Read more: http://www.voog.com/developers/templating/basics/filters#format_date

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.