Skip to content

Commit

Permalink
Merge pull request #29 from CMU-17313Q/UserStory2
Browse files Browse the repository at this point in the history
User Story 2 - Bug Feedback button
  • Loading branch information
AlAnoud2003 authored Sep 25, 2024
2 parents eb45b2a + 3444463 commit 7264727
Show file tree
Hide file tree
Showing 593 changed files with 12,118 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist/
yarn.lock
npm-debug.log
node_modules/
sftp-config.json
node_modules/*
!node_modules/nodebb-theme-harmony/
config.json
jsconfig.json
public/src/nodebb.min.js
Expand Down
Binary file added dump.rdb
Binary file not shown.
11 changes: 10 additions & 1 deletion install/data/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,14 @@
"textClass": "d-lg-none",
"text": "[[global:header.admin]]",
"groups": ["administrators"]
}
},
{
"route": "#",
"title": "Submit Bug/Feedback",
"enabled": true,
"iconClass": "fa-bug",
"textClass": "d-lg-none",
"text": "Submit Bug/Feedback",
"id": "submit-bug-feedback"
}
]
3 changes: 3 additions & 0 deletions node_modules/nodebb-theme-harmony/.eslintrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions node_modules/nodebb-theme-harmony/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/nodebb-theme-harmony/languages/harmony.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions node_modules/nodebb-theme-harmony/lib/controllers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

190 changes: 190 additions & 0 deletions node_modules/nodebb-theme-harmony/library.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7264727

Please sign in to comment.