Skip to content

Commit

Permalink
3.2.1: UI minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamarmas committed Feb 21, 2023
1 parent fb3dadf commit 321f7e7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions components/general/creator_uielto_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
' <span class="fas fa-bell"></span> ' +
' Show Notifications' +
' </b-button>' +
' ' +
' <b-button class="btn btn-outline-secondary btn-sm btn-block buttonBackground h-100"' +
' v-b-modal.about>' +
' <span class="fas fa-address-card"></span> ' +
' About us' +
' </b-button>' +
' </b-popover>'
}

Expand Down
15 changes: 15 additions & 0 deletions components/general/creator_uielto_navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,21 @@
' </b-row>' +
' </b-container>' +
' </b-navbar-brand>' +
' ' +
' <b-navbar-toggle target="nav_collapse" aria-label="Open/Close more information"></b-navbar-toggle>' +
' <b-collapse is-nav id="nav_collapse">' +
' <b-navbar-nav class="ml-auto">' +
' <b-nav-item class="mb-0 pb-0 p-0">' +
' <b-button class="btn btn-outline-secondary btn-sm btn-block buttonBackground h-100"' +
' v-b-modal.about>' +
' <span class="fas fa-address-card"></span> ' +
' About us' +
' </b-button>' +
' </b-nav-item>' +
' ' +
' </b-navbar-nav>' +
' </b-collapse>' +
' </b-navbar-toggle>' +
' </b-navbar>'
}

Expand Down
2 changes: 1 addition & 1 deletion examples/RISCV/example12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

main:
# t1 = factorial(5)
li a0 100
li a0 5
jal x1 factorial

# print_int(t1)
Expand Down
Binary file modified images/author_fgarcia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/min.creator_web.js

Large diffs are not rendered by default.

0 comments on commit 321f7e7

Please sign in to comment.