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

User story 3 - anonymous posting front end #42

Draft
wants to merge 129 commits into
base: f24
Choose a base branch
from

Conversation

raissg
Copy link

@raissg raissg commented Oct 20, 2024

This branch implements the front end for the anonymous posting functionality. It adds a radio button to the post composer that allows users to toggle anonymity. If selected, the post will display '?' avatar and indicate that the post was created by anonymous in both the topic list and individual post views. All changes ensure that the anonymity setting is clear and intuitive for users, enhancing their privacy during discussions.

Dachi and others added 30 commits September 22, 2024 08:17
changed the tags file completely
Matched sound_settings.js to match project one's file
replicated project1 changes here too
…s_real because node_modules files can't be pushed and updated READ ME with instructions
…s_real because node_modules files can't be pushed and updated READ ME with instructions
…st.tpl

This file occurred as an extra one as a result of testing of how we could potentially keep some of the node module files in git. Unsuccessful so this can be ignored.
…t-repository

Adding node modules file we edited to git repository
node_modules/nodebb-theme-harmony/templates/partials/topics_list.tpl. - Added frontend buttons
… the user's future available chats when the share button is clicked.
Implement Front-End Modal for Future Available Chats on Share Button Click
Implemented back-end to retrieve and showcase users' available chats
Added the button for voice memo record - user story 2
… the file selection appear so that they can be saved in the backend
Seckhen and others added 20 commits September 26, 2024 21:05
User story 4 backend - Plugins.js and Chats.js
User story4 front end - Added emoji css for design in chats.scss
…submitted to it already, so I am adding that code plus my addition to it
User Story 1 Backend - Topics_list.tpl
…the notes after the manage notes option in the dropdown is selected
@raissg raissg marked this pull request as draft October 20, 2024 21:25
@coveralls
Copy link

coveralls commented Oct 20, 2024

Pull Request Test Coverage Report for Build 11429897965

Details

  • 85 of 115 (73.91%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.07%) to 82.616%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/topics/sorted.js 43 47 91.49%
src/socket.io/plugins.js 5 31 16.13%
Files with Coverage Reduction New Missed Lines %
src/topics/tags.js 1 88.03%
src/groups/join.js 1 92.05%
Totals Coverage Status
Change from base Build 10701387427: -0.07%
Covered Lines: 22346
Relevant Lines: 25625

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants