* chore: add fede's script to pin all deps and run it
* chore: update the script pin_all_deps.js to use lockfileVersion >=2
and needed to run npm i to update the lockfile
* chore: run npm i after pinned versions
* chore: migrate actions/artifacts from v3 to v4
* chore: fix the merge release to remote script number of releases to sync
and add a PAGE env var in case we need to process beyond page 1
* feat: spam tokens
* address PR comments
* fix: don't repeat toast
* fix: hide and report when spam tokens displayed
* fix: toast duration, dismiss toast when navigate to different screen
* chore: added util function
* Update the spam token hide/reveal logic
* Update the token hiding snackbar
* Remove the redundant line
* Fix the options dialog ui issue
* Move the filtering logic to the hooks
* Move the setSpamTokenAction to the main store and remove the redundant navigationStore
* Make some small code tweaks
* make some code tweaks
* fix the bug when undo button did not work
* Add ts-prune scripts, make some code tweaks for the spam tokens logic
* Use ft `principal` property instead of `ticker`
---------
Co-authored-by: Den <36603049+dhriaznov@users.noreply.github.com>
Co-authored-by: Denys Hriaznov <hriaznov.dev@gmail.com>
Co-authored-by: Duska.T <55587184+DuskaT021@users.noreply.github.com>
* chore: add a script for merging public to private
chore: update merge scripts
chore: update scripts with correct remote url
chore: fix gh cli check in scirpts
chore: fix scripts with pr command
chore: fix new lines
chore: fix attempt for the release pr action error: fatal unrelated histories
chore: add workflow to trigger the script
chore: remove trigger on pr
chore: rename workflow and add choice of direction
chore: update script with --unshallow
chore: remove --unshallow
chore: simplify merge script
chore: delete other script in favour of one way merges
chore: continue script if bad tags
chore: assign reviewers to the merge
chore: fix assign reviewer part
chore: oops remove merge markers
chore: loop for main and develop
chore: add script use to workflows
chore: remove unshallow for --allow-unrelated-histories
chore: remove comment
* chore: use a generic name for merge script
* chore: add CODEOWNERS file
* chore: fix asset upload and add steps to copy release to public
* chore: trigger create rc release on PR to main
* chore: move release asset uploads for rc to build
* chore: split workflows into 2 for build and 1 for release
* chore: remove extra build deps step
* chore: add back missing env vars
* chore: comments and remove unnecessary conditionals
* chore: add git checkout where needed
* chore: clean up and remove create release step since it was moved
* chore: clean up workflow file
* chore: more cleanup
* chore: minor naming
* chore: minor naming
* chore: minot naming
* chore: more naming