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

Customize with css and page modifications #552

Open
wants to merge 60 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
aa7e96c
fix color background page
marjorie-n Apr 25, 2022
a52ec43
Improve front with css and layout
marjorie-n Apr 26, 2022
d2680a3
Improved layout
marjorie-n Apr 26, 2022
49e0ebb
Edit gif, css, nav
marjorie-n Apr 27, 2022
f0a5b1c
Change favicon + add emojis nav
marjorie-n Apr 27, 2022
2e7dbe5
Added favicon + img.gif for Home page
marjorie-n Apr 28, 2022
772270c
homepage css changes
marjorie-n Apr 29, 2022
c08e9dc
mailto link contact-us + comments
marjorie-n Apr 29, 2022
25c505e
fix: use Alchemy for Polygon testnet
bertux May 12, 2022
54adb41
Feats Improved CSS + Front
marjorie-n May 13, 2022
28bfc9d
Merge branch 'css' of https://github.com/CineCapsule/tribute-ui into css
marjorie-n May 13, 2022
a9ac245
Feats assets + css modifications
marjorie-n May 13, 2022
07a0d9d
css + responsive changes
marjorie-n May 26, 2022
c31337c
Changes to the front + css + responsive pages
marjorie-n May 27, 2022
5a75c16
corrections
marjorie-n May 27, 2022
0f2b25f
Add modifications css
marjorie-n May 28, 2022
b2a6469
fix.folder images
marjorie-n May 28, 2022
1d4fcf3
fix: upgrade node and npm versions for Vercel
bertux Jun 1, 2022
5d7bdd5
fix: downgrade to Vercel versions
bertux Jun 1, 2022
cfe28ba
modifications
marjorie-n Jun 20, 2022
7cfe40c
Add rpc.fuse.io / Chains Fuse
marjorie-n Jun 20, 2022
73c799c
homepage/scripts github pages
marjorie-n Jul 5, 2022
978a1dd
Update deploy-dev.yml
techcine Jul 6, 2022
6809ce2
Update deploy-dev.yml
techcine Jul 7, 2022
74b4c38
Update deploy-dev.yml
techcine Jul 7, 2022
fe5ad03
Update deploy-dev.yml
techcine Jul 7, 2022
0a0404f
Update deploy-dev.yml
techcine Jul 7, 2022
9fc3518
Update deploy-dev.yml
marjorie-n Jul 8, 2022
dbb6605
Update deploy-dev.yml
marjorie-n Jul 8, 2022
58ce1f0
Update deploy-dev.yml
techcine Jul 8, 2022
a7a68f2
update dependencies
marjorie-n Jul 8, 2022
a4027f1
Merge branch 'css' of https://github.com/CineCapsule/tribute-ui into css
marjorie-n Jul 8, 2022
8449207
fix.front/css page collection
marjorie-n Jul 12, 2022
9701364
Feat. buttons card & links
marjorie-n Jul 20, 2022
4e9cdfb
Add text governance page
marjorie-n Jul 20, 2022
7b9cda6
style:arrangements pages
marjorie-n Jul 20, 2022
9d41280
refactor: modif text& page
marjorie-n Jul 20, 2022
5afdc27
style: modal: change scss
marjorie-n Jul 21, 2022
e60f9bc
style: change word
marjorie-n Jul 22, 2022
9b339dd
fix : connect to web3 modal
marjorie-n Aug 5, 2022
ebf5730
fix: hide route collection for web3 connection
marjorie-n Aug 5, 2022
95c2642
style : add link docs docusaurus
marjorie-n Aug 5, 2022
afa8fd3
style : add link discord
marjorie-n Aug 5, 2022
66af7cd
feat : add privacy route
marjorie-n Aug 5, 2022
461cc45
style: mofication logo title
marjorie-n Aug 5, 2022
8a0c147
fix: correction routes
marjorie-n Aug 5, 2022
8353b05
perf : modification path collection page
marjorie-n Aug 5, 2022
be63fa9
refactor : add favicon images
marjorie-n Aug 5, 2022
4da43a2
refactor : collection page appears
marjorie-n Aug 5, 2022
1912ae0
style: replace color
marjorie-n Aug 5, 2022
0dfcf66
style: replace color
marjorie-n Aug 5, 2022
0ce7e18
style: replace color
marjorie-n Aug 5, 2022
914236d
Add collection route with import
marjorie-n Aug 29, 2022
3d36d48
perf:comment route collection page
marjorie-n Sep 6, 2022
121179e
style:hide collection page
marjorie-n Sep 6, 2022
c2339e5
style:change size component leftlogo
marjorie-n Sep 6, 2022
e61c006
style:change medium article link
marjorie-n Sep 6, 2022
3fd332c
style:hide the medium network and add link to article
marjorie-n Sep 6, 2022
edf50f8
fix: do not build react
bertux Sep 6, 2022
3676776
fix: configure WSS for Fuse and Spark
bertux Sep 28, 2022
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
28 changes: 8 additions & 20 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: GitHub Pages development deployment

on:
push:
branches:
- main

- css
jobs:
deploy-dev:
runs-on: ubuntu-latest
Expand All @@ -24,24 +22,14 @@ jobs:
with:
path: node_modules
key: node-modules_deploy-dev-${{ hashFiles('package-lock.json') }}

- name: Setup SSH to install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci


- name: Create production build
env:
REACT_APP_ENVIRONMENT: development
REACT_APP_INFURA_PROJECT_ID_DEV: ${{ secrets.REACT_APP_INFURA_PROJECT_ID_DEV }}
REACT_APP_DAO_REGISTRY_CONTRACT_ADDRESS: "0xF5C3EC4Af6212e11cA4D1A4e189A989A753C8fBd"
REACT_APP_MULTICALL_CONTRACT_ADDRESS: "0xc2FBEb9dEE044Fc16EE5e5498c79988bAcf6E6fF"
REACT_APP_SNAPSHOT_HUB_API_URL: https://snapshot-hub-erc712.dev.thelao.io
REACT_APP_ENVIRONMENT: local
REACT_APP_INFURA_PROJECT_ID_LOCAL: ${{ secrets.REACT_APP_INFURA_PROJECT_ID_LOCAL }}
REACT_APP_DAO_REGISTRY_CONTRACT_ADDRESS: "0x77a8c28200483f6fD378bc0202aEb2322Bc1fF13"
REACT_APP_MULTICALL_CONTRACT_ADDRESS: "0x2bc5aF39a2ae50b54dCb9689247659deEfCAA583"
REACT_APP_SNAPSHOT_HUB_API_URL: http://cloud.juglas.name:9090
REACT_APP_COUPON_API_URL: https://coupon.dev.openlaw.io
REACT_APP_SNAPSHOT_SPACE: tribute
REACT_APP_GRAPH_CORE_URL: https://api.thegraph.com/subgraphs/name/openlawteam/tribute-core-dev
Expand All @@ -57,4 +45,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
commit_message: ${{ github.event.head_commit.message }}
cname: demo.tributedao.com
cname: cinecapsule.github.io/tribute-ui/
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# Node version matching the version declared in the package.json
FROM node:14.18.2-alpine as build
FROM node:16.14.0-alpine as build
RUN apk add git openssh-client
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
RUN npm install -g npm@7.24.2
RUN npm install -g npm@8.3.1

# Created the app work dir
WORKDIR /app
Expand All @@ -17,8 +17,8 @@ COPY . ./
# Install app dependencies
RUN npm ci

# Build app
RUN npm run build
# Compile app
RUN npm run compile

# Start the aplication
CMD ["npm", "start"]
Loading