WIP: Frontend UI Update #37

Draft
Dniel97 wants to merge 1 commits from Dniel97/artemis:frontend_ui_update into develop
Contributor

Changes

  • Removed ugly styles in header
  • Properly implemented Bootstrap's NavBar
  • Added username to session
  • active_page added to every render_GET() function (Is there a better way? because adding that every time sucks)
## Changes - Removed ugly styles in header - Properly implemented Bootstrap's NavBar - Added username to session - `active_page` added to every render_GET() function (Is there a better way? because adding that every time sucks)
Dniel97 added 7 commits 2023-09-08 22:40:04 +00:00
Midorica added the
wip
label 2023-11-13 14:54:40 +00:00
Hay1tsme added the
enhancement
frontend
labels 2024-03-12 14:32:33 +00:00
This pull request has changes conflicting with the target branch.
  • core/frontend.py
  • core/frontend/gate/create.jinja
  • core/frontend/gate/gate.jinja
  • core/frontend/index.jinja
  • core/frontend/user/index.jinja
  • core/frontend/widgets/err_banner.jinja
  • core/frontend/widgets/topbar.jinja
  • titles/pokken/frontend.py
  • titles/pokken/frontend/pokken_index.jinja
  • titles/wacca/frontend.py
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Dniel97-frontend_ui_update develop
git pull frontend_ui_update

Step 2:

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff Dniel97-frontend_ui_update
git push origin develop
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#37
No description provided.