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

Use Bootstrap for enhanced views #3

Closed
hochleitner opened this issue Dec 16, 2021 · 0 comments · Fixed by #4
Closed

Use Bootstrap for enhanced views #3

hochleitner opened this issue Dec 16, 2021 · 0 comments · Fixed by #4
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@hochleitner
Copy link
Member

0.1.0's views are simple and unformatted HTML/PHP views. With the addition of Twig (see #1) and also for these existing views, it's desirable to achieve a decent basic look. Bootstrap comes with out-of-the-box default styles that do not require extensive self-developed CSS styles. Additionally, Bootstrap is available via Composer too, so all files remain in the vendor directory and do not pollute the views directory (which might be confusing for students).

@hochleitner hochleitner added the enhancement New feature or request label Dec 16, 2021
@hochleitner hochleitner added this to the v0.2.0 milestone Dec 16, 2021
@hochleitner hochleitner self-assigned this Dec 16, 2021
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: To create more appealing views.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Ability to add icons to views.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Now with Bootstrap.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Make it a .php file to be able to dynamically include the base path.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Include new getBasePath() method for templating
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Include 404.php
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Now with Bootstrap.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Fixed some errors and wording.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Now with bootstrap. Result is displayed via formresult.php. Route in index.php has been updated.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Now with Bootstrap. Also added the Twig function `get_base_path()` to output the base path within the template.
hochleitner added a commit that referenced this issue Dec 22, 2021
#3: Using base path.
@hochleitner hochleitner mentioned this issue Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant