Commit graph

133 commits

Author SHA1 Message Date
opi
d17f69f70a
Prevent duplicate portal button when app uses iframes 2019-05-23 11:06:25 +02:00
Alexandre Aubin
a256762ae7 No idea what I'm doing, but this fixes the small blink issue introduced by 95ae060 2019-04-10 19:25:38 +02:00
Alexandre Aubin
95ae0607d5 Avoid having to click two times on the tile to show the portal 2019-04-07 01:15:05 +02:00
Alexandre Aubin
d76133504a Avoid name conflict with app classes/effects 2019-04-07 01:10:44 +02:00
Alexandre Aubin
9cbc50010b Uh forgot to remove the random theme as discussed in #122 2019-04-03 02:36:51 +02:00
Alexandre Aubin
5b5bd2ef6c
Merge pull request #131 from eauchat/theming-reloaded-smallfixes
Theming reloaded smallfixes
2019-03-25 18:43:17 +01:00
chateau
1a12c37eca scroll .content, not body (otherwise if a custom background image is set the background is also scrolling) 2019-03-20 01:19:21 +01:00
chateau
4da84b0e30 Revert "corrected background scrolling for clouds theme"
This reverts commit 4b97eb7c66.
2019-03-20 00:37:25 +01:00
chateau
4b97eb7c66 corrected background scrolling for clouds theme 2019-03-20 00:35:57 +01:00
Alexandre Aubin
fc688418ce info.html -> portal.html 2019-03-19 23:29:46 +01:00
Alexandre Aubin
80f0733467 Harden border for light theme login page form fields 2019-03-19 23:25:16 +01:00
Alexandre Aubin
ce38f0aba0 Remove confusing 'overlay', it's more like the content container 2019-03-19 17:34:14 +01:00
Alexandre Aubin
fc6ef6bb49 Fix dragging of the YunoHost button on the iframe 2019-03-19 15:04:09 +01:00
Alexandre Aubin
94789bbd6e Yo man why were there so many duplicate entries -.- 2019-03-19 02:32:26 +01:00
Alexandre Aubin
5123015613 Add draft light theme 2019-03-19 02:12:33 +01:00
Alexandre Aubin
b28d4ee5d7 Propagate previous changes to other themes 2019-03-19 01:12:21 +01:00
Alexandre Aubin
36fd40fa91 Add default theme stuff 2019-03-19 00:29:25 +01:00
Alexandre Aubin
0c377c3363 Rename css/js files for semantic + explain their purpose 2019-03-19 00:17:53 +01:00
Alexandre Aubin
67e253211c This ynhpanel.json has never been used by anything ... 2019-03-18 18:24:49 +01:00
Alexandre Aubin
8ab98d3ed2 Don't load additional css and js using js itself ... instead, instead include those directly from data/templates/nginx/plain/yunohost_panel.conf.inc 2019-03-18 18:09:37 +01:00
Alexandre Aubin
6a4bc62ef1 Fix path in random theme 2019-03-14 20:34:47 +01:00
Alexandre Aubin
888030bb99 Logo position in the corner when in the portal 2019-03-14 20:22:48 +01:00
Alexandre Aubin
7036dd4673 logo -> ynh-logo to reduce ambiguities 2019-03-14 20:16:57 +01:00
Alexandre Aubin
c5ffdfdfb5 Dude idk what you were trying to do but this broke the 'edit' page :/ 2019-03-14 19:59:57 +01:00
Alexandre Aubin
710c6ac6ab We cannot change body's CSS as this piece of CSS is loaded in all apps... 2019-03-14 19:30:54 +01:00
Alexandre Aubin
4e60f3b8a1 Add a cloud icon + use it as a replacement for yunohost logo in clouds theme 2019-03-14 19:30:48 +01:00
Alexandre Aubin
328c0b73f0 Misc fixes + note about stuff to fix 2019-03-14 17:41:31 +01:00
Alexandre Aubin
70e27e53a1 Fix logo size 2019-03-14 17:38:28 +01:00
chateau
3537e0840c modifed clouds theme to have good login page 2019-03-12 20:00:28 +01:00
chateau
acfcabd727 corrected some styles, previous changes didn't take into account logging page 2019-03-12 19:33:03 +01:00
chateau
5701322694 theme clouds :) 2019-03-12 19:06:11 +01:00
chateau
54d073975f theme random :) 2019-03-12 19:06:00 +01:00
chateau
d2d8fe6155 make ynh logo loaded with css, not as img tag, it's easier for customization 2019-03-12 19:05:05 +01:00
chateau
9845d99398 Make files in current theme's directory accessibles under "https://server.tld/ynhtheme/". 2019-03-09 11:21:12 +01:00
chateau
afdc7cc73c move styling of tiles to custom.js 2019-02-26 10:52:07 +01:00
chateau
91cca157c8 simplify styling of tiles 2019-02-26 10:41:12 +01:00
Alexandre Aubin
32323b4980 Replace h1 with div for logo, should make customization easier 2019-02-23 21:01:32 +01:00
Alexandre Aubin
2f24e82f38 Add trick to access.lua to be able to inject custom/theme css and js when in apps as well 2019-02-23 04:20:01 +01:00
Alexandre Aubin
ac3dc39f9a Rename stylesheet.css to custom.css for themes, symetric to custom.js 2019-02-23 04:14:39 +01:00
Alexandre Aubin
3385732263 Fix handling of the logout button when inside the iframe 2019-02-22 23:56:01 +01:00
Alexandre Aubin
ad27933f54 Use addEvent helper to be consistent accross the JS file 2019-02-22 23:44:04 +01:00
Alexandre Aubin
d521d87d23 Add note about portalButton dragging 2019-02-22 23:22:09 +01:00
Alexandre Aubin
a19c198cd3 Import logo fix from lfuelling when in app overlay 2019-02-22 21:37:23 +01:00
Alexandre Aubin
b3bdb9e30b Fix iframe check 2019-02-22 21:30:13 +01:00
Alexandre Aubin
7bc43392ce Factorize app tile styling, might make it easier to customize it ? 2019-02-22 21:28:53 +01:00
Alexandre Aubin
46b4903456 Merge global.js into ynhpanel.js 2019-02-22 21:26:32 +01:00
Alexandre Aubin
85d59c5e77 Clarify the various cases and pave the way to merging with global.js 2019-02-22 21:07:12 +01:00
Alexandre Aubin
2646db9ea2 Remove the domReady madness, use DOMContentLoaded event like in global.js 2019-02-22 20:12:25 +01:00
Alexandre Aubin
7fa5b91297 Merge app tile stuff together 2019-02-22 20:11:23 +01:00
Alexandre Aubin
c62471703b Improve style and semantic 2019-02-22 18:44:08 +01:00