-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing new HTML structure #461
Conversation
…uts, buttons and fields. Introduces a regression on .field (that was only used for tags field) and is now a wrapper for most inputs.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #461 +/- ##
============================================
- Coverage 18.23% 18.01% -0.22%
- Complexity 2003 2020 +17
============================================
Files 71 72 +1
Lines 5407 5484 +77
============================================
+ Hits 986 988 +2
- Misses 4421 4496 +75 |
</div> | ||
</a> | ||
<?php endif ?> | ||
|
||
<body> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! interesting, I totally forgot that I've put flash messages out of body. Seems better like this !
A quick comment: I prefer to keep the JS/no-JS detection for another PR. For me commit 33a1804 could be out of this one. |
Don’t know how to remove the commit from the PR… |
… reordering, normalization of used tags and classes, reindentation and code spacing
|
Thanks for the work Julien !!! Using the default theme, almost everything seems fine to me. But I see that themes that use borders, like |
One of the thing which is different from the old UI is the "selected menu". Now the font weight get bigger as before it was underlined. I think that this PR should keep the old style to let room for choosing a new style in a different PR. Cause currently I see two issues:
|
Ok, I'm checking the mobile and many little things seems to be broken. Here is a quick list of thing that should behave like before:
Do you need help on this @jbidoret ? |
this commentary:
have some meaning at the time of this PR, but in the future I'm afraid that it could be misleading 😁 |
If you prefer the style of separator commentary you've used, let change them all in order to unify things ! Let's upgrade thoose |
And if you still have energy, it would be awesome to de a little check to see if there are some dead CSS code. Mmh, I'm checking and it seems like there is a lot of dead code, which is quite a problem. For example, in This lead to another problem: |
In CSS, introduction of first variables, layout helpers, basic styles for inputs, buttons and fields.
In HTML, first step of the restructuration: main wrappers for top bar and nav bar
With
layout.php
, it mainly consists of re-indentation, light reorganization and the setup of a new strategy to solve #444.