-
Notifications
You must be signed in to change notification settings - Fork 4
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
Get hidden node bug #724
Merged
Merged
Get hidden node bug #724
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defabdullah
added
bug
Something isn't working
priority: medium
This issue should be addressed in a reasonable timeframe.
difficulty: easy
Requires basic skills and knowledge.
frontend
labels
Dec 25, 2023
3 tasks
3 tasks
3 tasks
omerfaunal
approved these changes
Dec 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, it's working now. Nice job
omerfaunal
added a commit
that referenced
this pull request
Dec 25, 2023
* workspace provider is updated * Connect provider to workspace page2 (#591) * mobile workspace connected to backend * add/edit/delete entries * add/delete references * edit workspace title * provider and box implementations * add route for q/a and reply button * remove comment * make questionlist stateful and fix provider bugs * change nodeid to questionid in answerbox * questions in state fix * Connect provider to workspace page2 (#601) * mobile workspace connected to backend * add/edit/delete entries * add/delete references * edit workspace title * send collaboration request * new features * workspace enhancement * create new workspace button is added * fixed web preview mode problem * message in collaboration request * semantic tag mock * mock semantic tags in workspace * userType and review workspaces * fix the base. Changed base to frontend * fix wrong base. Changed base to frontend * send workspace to review * add review button * button to the node details page * add contributor control * Create annotation provider and model * Update annotation text widget * Implement annotation widget to various pages * buttons implemented except q/a * Updated basic user model and wrote provider for basic user API * answer questions bugs and refresh * usertype connected to backend * Make texts unselectable (#633) * bug fix on guest user on profile view * show unanswered questions to only contributors * fixed editentry provider, resized some widgets * create workspace from node * implemented admin provider, in process connecting node details to backend * resolved new conflicts with frontend branch * code review * bug fix * bug fix * user permissions on workspace * update review request * 646 fe home page advanced nodes (#677) * New provider for getting nodes by type * Create node options menu buttons * Add buttons to home page * 675 fe share button change app url (#678) * Fix node details page width issue in large screens * Add link to share button * Change name graph to relation (#680) * Remove notification page (#681) * Fix view error for smaller screens (#683) * Get related nodes to the given node * Fix auth token disappears error (#685) * Add flutter local storage shared preferences * Save token to local storage, check if it is valid * Check if user is already logged in while loading the app * bug fix for showing multiple proofs (#686) * bug fix for showing multiple proofs * Change the complete layout to fix the bug --------- Co-authored-by: Omer <[email protected]> * update collaboration request * user type update (#695) * bug fix (#694) * Error should affect only current index * bug fixed in settings * entry menu is added * delete button deleted * Display review comments (#707) * review comments * comments sidebar * update contributors section's visibility (#708) * disproof is added * bug fix * Code capitalize string extension * Add semantic tag box to node view page and navigate to related tags on click * Privacy policy is added (#718) * Workspace (#698) * more code * more code * connected to backend as much as possible * no result message * after the tag is added, the page refreshes * delete semantic tag is active * profile page semantic tag * conflicts resolved * Fe reset workspace button (#717) * reset workspace button * pending field * pending * bug fix * bug fix * conflicts resolved * Admin features frontend (#716) * Node model changed. Admin node hide feature completed. Admin provider fixed. * Profile admin features connected to the backend * minor fix * fix promote/demote reviewer * added hide button to questions * is hidden * models updated, bug fixed * fix state updates hide or show buttons * small fix in provider & ban button * fix answer question bug. * fix admin hide/show button * answer question bug fix * empty auth --------- Co-authored-by: brunettow <[email protected]> * Delete semantic tag file * Fix errors related to merged changes in frontend * Fix error related to previous merge * user tags are completed (#723) * orcid input field implemented & provider implemented (#722) * Provider for GET and POST annotations (#688) * Provider for GET and POST annotations * change query parameter logic in annotation provider * use annotion providers in annotation mechanism of frontend * fix annotation provider * add annotation mechanism and provider * change request structure of add annotation * Add author and disable not logged in user add annotation * separate private and public annotations * add change annotation feature --------- Co-authored-by: Omer <[email protected]> * add user null control for guest user (#724) --------- Co-authored-by: Zulalm <[email protected]> Co-authored-by: Mehmet Süzer <[email protected]> Co-authored-by: Zulalm <[email protected]> Co-authored-by: defabdullah <[email protected]> Co-authored-by: mehmetSuzer <[email protected]> Co-authored-by: brunettow <[email protected]> Co-authored-by: Bengisu Takkin <[email protected]> Co-authored-by: laylaylo <[email protected]> Co-authored-by: defabdullah <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
difficulty: easy
Requires basic skills and knowledge.
frontend
priority: medium
This issue should be addressed in a reasonable timeframe.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixed bug for request guest user.