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

Feature/jira widget #1808

Closed
wants to merge 35 commits into from
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1999e4b
Changed the DAI address to the official Rinkeby Compound DAI address
Barukimang Jan 7, 2022
6257ec8
Merge branch 'aragon:develop' into develop
Barukimang Jan 10, 2022
6f7f505
Update Dandelion info
Barukimang Jan 10, 2022
4981d17
Update Dandelion info2
Barukimang Jan 10, 2022
c5b53f2
fixing error with yarn lint --fix
Barukimang Jan 11, 2022
3af3ffe
Merge branch 'develop' into develop
Barukimang Jan 11, 2022
47a0359
comma fix
Barukimang Jan 11, 2022
330d330
Merge branch 'develop' into develop
Barukimang Jan 11, 2022
4ad9259
created tag for unsupported and added it to dandelion index
Barukimang Jan 13, 2022
f72131e
added unsupported tag logic to templatedetails
Barukimang Jan 13, 2022
c889059
added unsupported tag to fundraising template and fixed link
Barukimang Jan 13, 2022
7160e53
removed survey app from discover apps
Barukimang Jan 17, 2022
1173736
added unsupported tag to open-enterprise template
Barukimang Jan 17, 2022
7cb186f
added unsupported tags in descover apps and removed survey icon import
Barukimang Jan 17, 2022
60f48de
edited unsupported tags to not maintained
Barukimang Jan 22, 2022
d9229c1
Merge branch 'develop' into develop
Barukimang Jan 22, 2022
616fa58
wallet-connect appearing in connect account box
Barukimang Mar 30, 2022
f475802
added walletconnect_url logic
Barukimang Mar 30, 2022
83d281a
added other chains next to eth-mainnet for wallet-connect
Barukimang Mar 30, 2022
ed9522a
fixed failing test on prettier error
Barukimang Mar 30, 2022
68f1be3
disabled if not statement walletconnect_url variable
Barukimang Mar 30, 2022
a4cdc64
added rpc data to walletconnect
Barukimang Apr 2, 2022
99a8f3c
removed unessecary walletconnect_url logic
Barukimang Apr 2, 2022
dc14e39
fixing merge conflict
Barukimang Apr 2, 2022
af39316
removed unessecary instance
Barukimang Apr 2, 2022
e1bb25e
fixed prettier issue
Barukimang Apr 2, 2022
e32fb32
removed unnecessary secret
Barukimang Apr 5, 2022
7f2a752
updated rpc-endpoints to aragon-rpc-endpoints
Barukimang Apr 5, 2022
6165bf6
Merge branch 'aragon:develop' into develop
Barukimang Apr 15, 2022
c40aae7
Merge branch 'aragon:develop' into develop
Barukimang Apr 15, 2022
4d8772f
Merge branch 'aragon:develop' into develop
Barukimang Oct 10, 2022
e9bc1b8
Merge branch 'aragon:develop' into develop
Barukimang Dec 16, 2022
40d1a66
disabled buggy and unused networks for network selection modal
Barukimang Jan 19, 2023
bdb6735
replaced hubspot beacon with jira widget
Apr 11, 2023
a4f9244
undid changes to network-config.js which are part of another to be re…
Apr 11, 2023
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
5 changes: 1 addition & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
</noscript>
<div id="root"></div>
<script src="./index.js"></script>

<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/21998404.js"></script>
<!-- End of HubSpot Embed Code -->
<script data-jsd-embedded data-key="7ba929c1-8803-40b4-919d-33c7dd4a67e5" data-base-url="https://jsd-widget.atlassian.com" src="https://jsd-widget.atlassian.com/assets/embed.js"></script>
</body>
</html>