summaryrefslogtreecommitdiff
path: root/p/themes
AgeCommit message (Collapse)Author
2014-06-12Fix font-size for titles (Origine)Gravatar Marien Fressinaud
2014-06-12Fix alignment buttons (Origine)Gravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
2014-06-12Fix OrigineGravatar Marien Fressinaud
- Fix font-size of main content titles (h1.title) - Remove margin of blockquotes
2014-06-12Add a note avout branches in READMEGravatar Marien Fressinaud
+ add loading gif in Origine theme
2014-06-12Fix some theme and UI problemsGravatar Marien Fressinaud
- More stick buttons! - Fix line-height of titles + fix load more on mobile (Origine) - Fix content width and filter buttons (Dark and Flat)
2014-06-05Update themes Dark and Flat (notifications and icons)Gravatar Marien Fressinaud
2014-06-05Merge branch 'dev' into 320-templateGravatar Marien Fressinaud
2014-06-05Add iconsGravatar Marien Fressinaud
2014-06-05Rename Origine2 into Origine (v0.2)Gravatar Marien Fressinaud
- Remove template files (will be moved into another repository later) - Rename Origine2 into Origine - Change version (0.1 -> 0.2) See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-05Update themesGravatar Marien Fressinaud
- Fix some Webkit problems - Change render of #bigMarkAsRead
2014-06-04Fix theme Origine2 and templateGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Fix theme Origine2Gravatar Marien Fressinaud
It should be equivalent to Origine (modulo some improvements) See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Fix sizes in Origine2Gravatar Marien Fressinaud
Dropdowns and buttons had not homogeneous font-sizes See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Add theme Origine2Gravatar Marien Fressinaud
- Based on the new template - Should remplace Origine later - It is still not finished, there are a lot to do
2014-05-13Fix templateGravatar Marien Fressinaud
Few improvements
2014-05-13Merge branch 'dev' into 320-templateGravatar Marien Fressinaud
2014-05-13Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-05-13Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreenGravatar Marien Fressinaud
2014-04-18Correction iconGravatar tomgue
2014-04-17Add to homescreenGravatar tomgue
Ajout d’un icon iPhone/iPad + balise link et meta
2014-04-12Extract RSS feed from menuGravatar Alexis Degrugillier
The RSS action has now its own button. I also reorganized the button display order to be more natural. I did not find an appropriate Unicode replacement for the Rss icon.
2014-04-12Change activate button layoutGravatar Alexis Degrugillier
2014-04-12Delete favorite buttonGravatar Alexis Degrugillier
I extract drop-down menu actions to make them as button action in the page header. I removed the favorite button on the category list because it is a duplicate from the button action. Now button action act as filters and you can combine them. It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list. I did not want to change everything if we don't keep it. See #376 and #277
2014-04-10Fix small color bugGravatar Alexis Degrugillier
There was a small bug color in Dark theme.
2014-04-06Add link to article titleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/469
2014-03-15Add a button to reveal/hide passwordGravatar Alexis Degrugillier
I add a button on the configure user interface to reveal the password for 2 seconds and hide it after that period. See #442 I am not sure if the fallback unicode text for the icon is correct. I can not make it work.
2014-03-07Optimize SVG filesGravatar Alexis Degrugillier
See #341 First step was to save from Inkscape in optimize SVG format. The used parameters are the following: * Simplify colors -> true * Style to xml -> true * Group collapsing -> true * Enable id stripping -> true * Embed rasters -> true * Keep editor data -> false * Enable view boxing -> false * Strip xml prolog -> true * Set precision -> 5 * Indent -> None Second step was to edit the file and remove meta-data, title, extra carriage return and unnecessary namespaces.
2014-03-05Improve templateGravatar Marien Fressinaud
Font sizes are mainly in em instead of px Some widths and heights have disapeared or changed See https://github.com/marienfressinaud/FreshRSS/issues/320 And https://github.com/marienfressinaud/FreshRSS/issues/324
2014-03-02Fix titles:hover on mobileGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/385 and https://github.com/marienfressinaud/FreshRSS/issues/320
2014-03-02Improve titles in bar title (template)Gravatar Marien Fressinaud
Titles can be extended on new line(s) when :hover happens Fix https://github.com/marienfressinaud/FreshRSS/issues/385 See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-02-18Improve notification design on mobileGravatar Marien Fressinaud
Impact all themes: - Notification is extended from left to right and top (0px) - Close button is hidden: by clicking (or touching) notification it will close the notification See #427
2014-02-17Update templateGravatar Marien Fressinaud
- Logical structure - Add Comments - Delete some rules See #320
2014-02-15Update themes: global view and not read categoriesGravatar Marien Fressinaud
Category header is better when some articles are not read
2014-02-15Creation of a basic templateGravatar Marien Fressinaud
It is not supposed to be used... but it could. This is a minimalistic theme (about 725 lines). In the future, it could be great to based all official themes on this one. See #320
2014-02-15Improve login pageGravatar Marien Fressinaud
- if user cannot log in, a 403 error is showed (and it is done in controller) - 403 error message has been changed to match with the error - add blank spaces on persona login page
2014-02-13Add possibility to open notification in JavaScript + new messageGravatar Marien Fressinaud
Notifications can be opened directly in JavaScript Class .notification is now id #notification New message when there is no feed to refresh See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
2014-02-02Modification de l'affichage des modes de partageGravatar Alexis Degrugillier
Ajout de la numérotation des modes de partage pour rendre l'utilisation des raccourcis plus aisée.
2014-01-26Merge branch 'dev' into statisticsGravatar Alexis Degrugillier
Conflicts: p/themes/Dark/freshrss.css p/themes/Flat/freshrss.css p/themes/Origine/freshrss.css
2014-01-26Modification des statistiques.Gravatar Alexis Degrugillier
Ajout de la liste des 10 plus gros contributeurs Ajout de règles CSS pour les thèmes Flat et Dark Modification de l'affichage des camemberts (tri par nombre qui remplace le tri alphabétique)
2014-01-26Statistiques : performances CSS + thèmesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/90 Évite les sélecteurs universels *, les expressions sous-qualifiées, et autres règles lourdes
2014-01-25Ajout de statistiques de l'applicationGravatar Alexis Degrugillier
Conflicts: app/i18n/en.php app/i18n/fr.php
2014-01-25Corrige bug bordure haute pour .dayGravatar Marien Fressinaud
Avec le déplacement de #new-article, .day:first ne correspondait à rien et le border-top: none non plus.
2014-01-25Certains input s'agrandissent à la sélectionGravatar Marien Fressinaud
Désormais, les champs marqués d'un .extend s'étendront sur 300px (taille par défaut = 180px). Cela a été impliqué dans tous les thèmes. Le champs de recherche bénéficie de cette amélioration (mais ce dernier est un peu plus grand par défaut) Voir issue #375
2014-01-25Message article disponibles un cran au dessusGravatar Alexandre Alapetite
@marienfressinaud Que diras-tu de mettre le message un cran plus haut, juste au dessus de "aujourd'hui' ? En effet, la liste peut bien commencer à "Hier" par exemple, et du coup le message semblerait un peu anachronique. De plus, ça permet de sortir un test d'une boucle. Il reste peut-être à optimiser l'adresse. La version précédente avec _url() générait une exception chez moi. https://github.com/marienfressinaud/FreshRSS/issues/379
2014-01-25Mise à jour thème Dark et OrigineGravatar Marien Fressinaud
Certaines lignes étaient trop claires par rapport au reste du thème Le .stick était "buggué" avec la présence de .dropbox (une bordure de trop). Le problème était surtout visible sur le thème Dark mais a aussi été corrigé sur Origine (Flat Design n'a pas ce problème puisque pas de bordures par défaut)
2014-01-25Demande rafraîchissement page quand nvx articlesGravatar Marien Fressinaud
Ajout d'une indication pour rafraîchir la page si de nouveaux articles ont été détectés via le serveur Voir #379
2014-01-25icon.svg réécrit à la main + favicon fond cercle blancGravatar Alexandre Alapetite
Implémente https://github.com/marienfressinaud/FreshRSS/issues/382 Suite de https://github.com/marienfressinaud/FreshRSS/commit/1d3ff88 https://github.com/marienfressinaud/FreshRSS/issues/264#issuecomment-29618845 Contribue à https://github.com/marienfressinaud/FreshRSS/issues/341 convert -background none favicon.svg \( -clone 0 -resize 16x16 \) \( -clone 0 -resize 64x64 \) -delete 0 favicon.ico convert -background none favicon.svg -resize 256x256 favicon-256.png pngcrush -brute -l 9 -reduce -d crush/ *.png
2014-01-23Style titres trop longs avec toutes les icônesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/385
2014-01-23Réduit la place de la dateGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/385 + oublie formLogin d'un patch précédent https://github.com/marienfressinaud/FreshRSS/commit/ae539f68395f9a09dbc04042fa281d97578f0d1e https://github.com/marienfressinaud/FreshRSS/issues/380
2014-01-23Style titres trop longsGravatar Alexandre Alapetite
+ correction bug "..." https://github.com/marienfressinaud/FreshRSS/issues/385 https://github.com/marienfressinaud/FreshRSS/pull/322