Skip to content
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

install routine: template to html5 #3713

Merged
merged 1 commit into from
Jul 24, 2021

Conversation

math-GH
Copy link
Contributor

@math-GH math-GH commented Jul 23, 2021

Closes #3643 (forget to check the install routine within #3651)

Changes proposed in this pull request:

  • inserted <main>, <nav>, <header

How to test the feature manually:

  1. run the install routine

Pull request checklist:

  • clear commit messages
  • code manually tested
  • unit tests written (optional if too hard)
  • documentation updated

Additional information can be found in the documentation.

Copy link
Member

@Frenzie Frenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

<li class="item<?= STEP == 3 ? ' active' : '' ?>"><a href="?step=3"><?= _t('install.conf') ?></a></li>
<li class="item<?= STEP == 4 ? ' active' : '' ?>"><a href="?step=4"><?= _t('install.this_is_the_end') ?></a></li>
</ul>
</nav>

<div class="post">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is #global the main or this one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both would be fine.

#global would be better in sync to https://github.com/FreshRSS/FreshRSS/blob/edge/app/views/index/global.phtml (where the class global is changed to <main>)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, let's stick to #global then.

@Frenzie Frenzie added this to the 1.19.0 milestone Jul 23, 2021
@Alkarex Alkarex added the UI 🎨 User Interfaces label Jul 24, 2021
@Alkarex Alkarex merged commit fe59d02 into FreshRSS:edge Jul 24, 2021
@Alkarex Alkarex mentioned this pull request Jul 26, 2021
4 tasks
@math-GH math-GH deleted the html5-install-routine branch July 30, 2021 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 🎨 User Interfaces
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] use HTML5 tags
3 participants