-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement sort by newest and oldest filters on org page #48
Closed
jordan-ae
wants to merge
55
commits into
stakwork:master
from
jordan-ae:feat/implement-sort-by-filter-on-org-page
Closed
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
956c72a
fix: merge conflicts and workflows failures
jordan-ae ff7c30a
fix(hide-button): fixed hide post bounty button in org page and also …
aliraza556 17b0033
fix(super-admin-unit-test): fixed the super-admin-header unit test
aliraza556 b499227
fix(super-admin-unit-test): fixed the super-admin-header unit test an…
aliraza556 6c8d5c8
fixed superadmin pagination
elraphty c7d60d3
Tickets.tsx Component Tests
Gaurav-Gaikwad-1 30e9c51
updated Ticket.spec.tsx
Gaurav-Gaikwad-1 322fa0a
Update Tickets.spec.tsx
Gaurav-Gaikwad-1 01c3240
feat: cypress initial setup
tobi-bams 53b481b
feat: cypress login test
tobi-bams 2008a07
update: used dynamic user record from nodes array
tobi-bams 50df515
feat: added a simple function to help post relay users to tribe server
tobi-bams a2fa728
update: fixed config, jest test was failling
tobi-bams 8bd6e83
update: change details back to normal
tobi-bams 43d71be
update: fixed prettier
tobi-bams be43659
feat: setup github workflow for cypress test
tobi-bams d25607f
feat: add script for cypress run
tobi-bams 17f5ee6
update: changed the host port from 5001 to 13000 and change ModeDispa…
tobi-bams a2fbf66
update: added some steps for docker config
tobi-bams 51d9d79
fix: added write access to sphinx-tribes-frontend cypress folder
tobi-bams 7b9bb0b
getting correct write access
tobi-bams 01a01ef
update: trying to add permissions to cypress
tobi-bams 1cb0d1c
update: changed copy part for fixtures
tobi-bams 59b37ea
fix: trying to get the present working directory
tobi-bams 76b1a7b
fix: trying to know what folders and file we have in our current dire…
tobi-bams ea30fe7
update: installed dependencies and start the server
tobi-bams d0822e4
fix: use yarn instead of npm
tobi-bams 388ff11
update: ensured I can run another commad after yarn start
tobi-bams 87e7f8d
update: updated spelling error in flow
tobi-bams 5e6d88d
when testing with cypress host url should be localhost:13007
tobi-bams 2d9eefc
update: changed port cypress test run on
tobi-bams ceba1e7
update: when frontend is running on 3007 backend host should be 13000
tobi-bams 7bf628f
update: cypress should try to access port 3007 and not 3000 again
tobi-bams 1ac35cc
update: run prettier
tobi-bams aaf0295
update: cypress screenshot
tobi-bams 5a7c819
update: stop tracking nodes.json file
tobi-bams b4a736c
correct part
tobi-bams 33da265
update: stop tracking screen shots
tobi-bams d746682
update: changed localhost mode dispatch back to tribes from community
tobi-bams 3c01ee5
update: handled error while creating user profile
tobi-bams a1be2b9
org scrolling fix
Vayras 712c7db
test additon
Vayras b22f13e
update
Vayras 4bb613f
prettier
Vayras 9b27ecb
fixed failing test
elraphty c7ed37c
fix: merge conflicts and workflows failures
jordan-ae d5c426f
Squashed commit of the following:
jordan-ae 4b509c1
Squashed commit of the following:
jordan-ae 6fba8a2
Merge branch 'master' into feat/implement-sort-by-filter-on-org-page
jordan-ae 75103c0
Squashed commit of the following:
jordan-ae 83e9520
Added Readme
jordan-ae 0af75ef
Squashed commit of the following:
jordan-ae 57b46b6
Squashed commit of the following:
jordan-ae 66bcb77
Merge branch 'master' into feat/implement-sort-by-filter-on-org-page
jordan-ae 2febbc3
addresed failing filters
jordan-ae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,4 +206,4 @@ | |
"ts-loader": "^9.5.1", | ||
"typescript": "^5.3.2" | ||
} | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.
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.
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.
Hi @okhot,
Please, @okhot, review your previous code changes and also consider examining other files if necessary to ensure everything is aligned and functioning as expected