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

Release 2024-11-21 #3146

Merged
merged 36 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e6e2a68
up
microchipgnu Sep 12, 2024
78bf24e
fix linting
microchipgnu Sep 13, 2024
6d1a71c
import order
microchipgnu Sep 13, 2024
1d4cb53
Merge pull request #3140 from microchipgnu/master
ewiner Sep 13, 2024
1017ef3
fix: remove comparison button
thisisjoshford Nov 13, 2024
622fd3c
fix: remove xfer wizard from guest landing
thisisjoshford Nov 13, 2024
d57b46a
fix: remove unused elements
thisisjoshford Nov 13, 2024
978d749
fix: promote wallets to top of page
thisisjoshford Nov 13, 2024
c8d1106
fix: update caniuse-lite
thisisjoshford Nov 13, 2024
887c4a7
fix: remove explore
thisisjoshford Nov 13, 2024
95b36cd
fix: remove duplicate blogpost copy & button
thisisjoshford Nov 13, 2024
fc9697d
fix: remove bottom section
thisisjoshford Nov 13, 2024
31ff755
fix: remove unused imports
thisisjoshford Nov 13, 2024
cc293f1
fix: reorder wallets per request
thisisjoshford Nov 13, 2024
9bff31e
fix: remove nav wrapper and footer
thisisjoshford Nov 13, 2024
3fb11cd
fix: route all to GuestLanding
thisisjoshford Nov 13, 2024
dfe6f2e
fix: remove network banners and wallet creation
thisisjoshford Nov 13, 2024
eccf3f1
fix: remove migration banners
thisisjoshford Nov 13, 2024
ccf0a1b
fix: add note to keep recovery path
thisisjoshford Nov 13, 2024
f3a70c7
fix: remove ledger
thisisjoshford Nov 13, 2024
50e26be
fix: remove token polling
thisisjoshford Nov 13, 2024
db14aa3
fix: use near logo favicon and remove scroll to top
thisisjoshford Nov 13, 2024
b8791c9
fix: remove nav wrappper and formatting
thisisjoshford Nov 14, 2024
8bcb96d
feat: improve wallet migration instructions
thisisjoshford Nov 14, 2024
d60d216
feat: add eth & hot wallet cards
thisisjoshford Nov 19, 2024
8074b1f
feat: add eth & hot wallet cards
thisisjoshford Nov 19, 2024
54c8e95
feat: add near logo with link
thisisjoshford Nov 19, 2024
977e1d4
Merge pull request #3143 from near/feat/enhance-ui
trechriron Nov 19, 2024
b5af83b
fix: remove ENV from start script
thisisjoshford Nov 19, 2024
7c90060
fix: remove blank space
thisisjoshford Nov 19, 2024
6d04b1e
Merge pull request #3144 from near/fix/remove-env-from-start-script
thisisjoshford Nov 19, 2024
33ddcbb
fix: rollback yarn.lock to resolve build issues
matiasbenary Nov 21, 2024
d22c6c9
Merge pull request #3145 from near/fix/github-actions
thisisjoshford Nov 21, 2024
1a95782
fix: add space between h2 for mobile view
thisisjoshford Nov 21, 2024
dead617
Merge pull request #3147 from near/fix/update-mobile-view
thisisjoshford Nov 22, 2024
430acad
feat: add to devtools project workflow
thisisjoshford Nov 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/add-to-devtools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Add to DevTools Project'

on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# add to DevTools Project #156
project-url: https://github.com/orgs/near/projects/156
github-token: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript"
Expand Down
Loading
Loading