Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6a0b537
Use Node.js legacy provider
seichris Jul 15, 2024
0b08ae1
Fix package.json syntax
seichris Jul 15, 2024
2f3eb75
Update config.ts with 2077 title and links
seichris Jul 15, 2024
da1a001
chore(update): add env
Jul 22, 2024
8788fbd
chore(update): add env
Jul 22, 2024
c665cc4
chore(update): remove env from repo
Jul 22, 2024
9a5488a
chore(update): env
Jul 23, 2024
9e6c722
chore(fix): fix
Jul 23, 2024
b5b4f98
chore(fix): fix
Jul 23, 2024
1cd3775
Update README.md
seichris Jul 29, 2024
712a16c
Update README.md
seichris Jul 29, 2024
d76dfb0
fix hook error to deploy vercel
seichris Jul 29, 2024
6b2d186
Merge pull request #1 from 2077-Collective/fix/deploy
seichris Jul 29, 2024
18d6655
customize title text edits
seichris Jul 29, 2024
28ed200
Merge pull request #8 from 2077-Collective/fix/deploy
seichris Jul 29, 2024
09c99c7
Update README.md
seichris Aug 2, 2024
8ed7798
text edits, add console logs for issue submit
seichris Aug 8, 2024
13f8147
add debug console logs
seichris Aug 8, 2024
cbd2101
Update and rename feature_request.md to idea.md
seichris Aug 15, 2024
2d4797f
Update footer.tsx
seichris Aug 16, 2024
4814ae0
Update idea.md
seichris Aug 16, 2024
0ffa0b1
Merge pull request #10 from 2077-Collective/main
seichris Dec 20, 2024
0246095
Merge pull request #24 from better-feedback/main
seichris Dec 20, 2024
6dec6a1
fix: comment out near code
seichris Dec 23, 2024
c117b0b
fix: update dependencies
seichris Dec 23, 2024
f96dce6
fix: update dependencies
seichris Dec 23, 2024
644971f
fix: comment out near code imports
seichris Dec 23, 2024
e34db90
fix: update dependencies
seichris Dec 23, 2024
353a663
fix: update dependencies
seichris Dec 23, 2024
7867dcf
fix: handle state differently
seichris Dec 23, 2024
c7efeee
fix: nullchecks
seichris Dec 24, 2024
2803f22
fix: nullchecks
seichris Dec 24, 2024
727bf79
fix: nullchecks
seichris Dec 24, 2024
c099d9e
fix: nullchecks
seichris Dec 24, 2024
721ad95
fix: nullchecks
seichris Dec 24, 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
32 changes: 0 additions & 32 deletions .env.example

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Idea
about: Suggest an idea benefiting Ethereum
title: ''
labels: idea, open
assignees: ''

---

## User story

As X I want to X, so I can X.

## Solution


## How does it benefit the Ethereum ecosystem?


### Why does this not exist yet?


## Tasks

- [ ]
- [ ]
- [ ]

## Notes
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ yarn-error.log*

# vercel
.vercel

#env
.env*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Better
# Better

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/kontext/clone?teamCreateStatus=hidden&repository-url=https%3A%2F%2Fgithub.com%2Fbetter-feedback%2Froadmap&demo-title=Better%20Board%20Setup&demo-description=Check%20our%20documentation%20for%20environment%20variable%20values&demo-url=https%3A%2F%2Fgithub.com%2Fbetter-feedback%2Froadmap%2Fblob%2Fmain%2F.env.example&demo-image=https%3A%2F%2Fi.imgur.com%2FTxkzN48.jpeg&env=NEXT_PUBLIC_REPO_OWNER,NEXT_PUBLIC_REPO_NAME,NEXT_PUBLIC_PROJECT,NEXT_PUBLIC_SHOW_DOWNVOTES,NEXT_PUBLIC_ALCHEMY_ID,NEXT_PUBLIC_USE_WHITELIST,NEXT_PUBLIC_NEAR_NETWORK_ID,NEXT_PUBLIC_NEAR_WALLET_URL,NEXT_PUBLNEAR_HELPER_URL,NEXT_PUBLIC_NEAR_EXPLORER_URL,NEXT_PUBLIC_NEAR_JSON_RPC_URL,NEXT_PUBLIC_NEAR_API_BASE_URL,NEXT_PUBLIC_NEAR_DAO_ID,NEXT_PUBLIC_GUILD_ID,NEXT_PUBLIC_ROLE_ID,NEXT_PUBLIC_NEAR_ROLE_ID,NEXT_PUBLIC_POLYGON_CONTRACT_ADDRESS,GITHUB_PAT&envDescription=Check%20our%20documentation%20for%20environment%20variable%20values👉&envLink=https%3A%2F%2Fgithub.com%2Fbetter-feedback%2Froadmap%2Fblob%2Fmain%2F.env.example)

Expand All @@ -22,7 +22,7 @@ Your issue now appears on [roadmap.betterhq.org](https://roadmap.betterhq.org/)

---

## How to set up Better for your organization
## How to set up Better for your organization.

Better mirrors your [Github issues](https://github.com/better-feedback/roadmap/issues) to a [hosted website](https://roadmap.betterhq.org/), which allows your community to vote on them, fund them as bounties and claim the pooled funds for implementing them. Issues can range from feature requests, to content marketing ideas and DAO grant proposals.

Expand Down
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
19 changes: 19 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ module.exports = {
// !! WARN !!
ignoreBuildErrors: true,
},
webpack: (config, { isServer }) => {
if (!isServer) {
config.resolve.fallback = {
fs: false,
net: false,
tls: false,
crypto: require.resolve('crypto-browserify'),
stream: require.resolve('stream-browserify'),
url: require.resolve('url'),
zlib: require.resolve('browserify-zlib'),
http: require.resolve('stream-http'),
https: require.resolve('https-browserify'),
assert: require.resolve('assert'),
os: require.resolve('os-browserify'),
path: require.resolve('path-browserify'),
};
}
return config;
},
}


Loading