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

2x weekly promotion of develop to main #1350

Merged
merged 21 commits into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1f9a294
feat: add brand new tool for creating DAOs
denbite Oct 18, 2024
b978407
feat: add brand new tool for creating Multisigs
denbite Oct 23, 2024
cfa2bd4
fix: small css fix
gagdiez Oct 23, 2024
1e6fe9a
fix: minor copy changes & leave tooltips for account_id
denbite Oct 24, 2024
6523305
feat: add devrel workflow
thisisjoshford Nov 22, 2024
670d2ec
Add static Privacy Policy page
Pawar7349 Nov 25, 2024
51b3959
fix(navbar): correct navigation bar issue on mobile
matiasbenary Nov 27, 2024
c02d3b7
fix(navbar): correct newsletter bar issue on mobile
matiasbenary Nov 27, 2024
7c76569
Merge pull request #1351 from matiasbenary/feat/add-close-button-news…
flmel Nov 28, 2024
eeee74b
feat: add list of previously created by user DAOs on tooling page
denbite Nov 29, 2024
ed7e322
fix: comment Multisig tool as it's not complete
denbite Dec 3, 2024
0e504fa
chore: remove unused logs
denbite Dec 3, 2024
c644483
fix: calculate required deposit according to user's input
denbite Dec 4, 2024
038b09f
fix(wallet, ui): resolve wallet issue and fix visual bug
matiasbenary Dec 4, 2024
737eea9
fix(wallet, ui): resolve wallet issue and fix visual bug
matiasbenary Dec 4, 2024
c480c04
Merge pull request #1349 from Pawar7349/add-privacy-policy
gagdiez Jan 4, 2025
1854552
fix: banner
Jan 5, 2025
55360e1
Merge branch 'develop' into fix/minor-visual-error
gagdiez Jan 5, 2025
332e660
fix: prettier
Jan 5, 2025
a43d24f
Merge pull request #1356 from near/fix/minor-visual-error
gagdiez Jan 5, 2025
bd2da53
Merge pull request #1336 from near/add_tool_for_dao_creation
gagdiez Jan 5, 2025
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-devrel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Add to DevRel 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/add-to-project@v1.0.0
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.GH_TOKEN }}
1 change: 1 addition & 0 deletions src/components/sidebar-navigation/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ export const SmallScreenHeaderActions = styled.div<{
opacity: 1;
transition: all var(--sidebar-expand-transition-speed);
gap: ${(p) => p.$gap ?? 'unset'};
margin-right: 16px;

${(p) =>
p.$hidden
Expand Down
Loading
Loading