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

feat(tx-builder): Promote development to production #829

Merged
merged 29 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8e83db8
feat(tx-builder): move necessary icons to transaction builder
clovisdasilvaneto Sep 25, 2024
fc937ba
fix(tx-builder): remove unused icons and components
clovisdasilvaneto Oct 4, 2024
a8d98d6
feat(tx-builder-components): move necessary components from react-com…
clovisdasilvaneto Oct 4, 2024
6c43cbd
feat(tx-builder-theme): update tx-builder theme
clovisdasilvaneto Oct 4, 2024
539da3e
fix(tx-builder): add user name in cla.yml
clovisdasilvaneto Oct 7, 2024
fd74e30
Merge pull request #821 from safe-global/chore/normalize-tx-builder-t…
clovisdasilvaneto Oct 7, 2024
8f85da9
feat(dark-mode): adjust components to support dark mode
clovisdasilvaneto Oct 9, 2024
bc238d6
feat(dark-mode): add dark mode theme support in the theme provider
clovisdasilvaneto Oct 9, 2024
67adfbf
style(tx-builder-theme-provider): use destructor assignment in the fu…
clovisdasilvaneto Oct 9, 2024
6e52211
feat(unbutu-version): pin unbutu version
clovisdasilvaneto Oct 9, 2024
8878fc2
fix: unit tests
clovisdasilvaneto Oct 9, 2024
a812f11
fix(tx-builder-dark-mode): remove hard coded colors values
clovisdasilvaneto Oct 9, 2024
310429d
chore: use python virtual environment before running pip (#827)
usame-algan Oct 9, 2024
8e60f03
fix(tx-builder-colors): adjust transaction library colors across all …
clovisdasilvaneto Oct 10, 2024
8d80661
Merge pull request #825 from safe-global/feat/tx-builder-dark-mode
clovisdasilvaneto Oct 11, 2024
ffdbbb7
fix(safe-deployments-version): update safe-deployments version in ord…
clovisdasilvaneto Oct 18, 2024
9220ac1
feat(replace-icons): replace old images the correct ones from figma
clovisdasilvaneto Oct 18, 2024
d2c865b
fix(empty-library-screen): adjust empty library screen to be accordin…
clovisdasilvaneto Oct 18, 2024
009b9c2
fix(icons-alginment): adjust general icons colors and screens alignment
clovisdasilvaneto Oct 18, 2024
ef7df39
feat(mode-in-context): add theme mode in the context in
clovisdasilvaneto Oct 18, 2024
5fd16ae
fix(library-icon-color): change icon color in your transactions libra…
clovisdasilvaneto Oct 18, 2024
e35bf4c
fix(remove-unused-code): remove stick parameter definition from the T…
clovisdasilvaneto Oct 18, 2024
067bd9d
fix(tx-builder-alignment): put the TxBuilder form aligned on top
clovisdasilvaneto Oct 21, 2024
5b6014c
fix(tx-builder-tooltips): fix tooltip background on generic modal
clovisdasilvaneto Oct 21, 2024
7611fa5
fix(tx-builder-upload): change upload file text color
clovisdasilvaneto Oct 21, 2024
3631f4f
Merge pull request #828 from safe-global/feat/form-builder-redesign
clovisdasilvaneto Oct 22, 2024
8585bb0
fix(unbutu-version): change unbutu version on deployment.yml
clovisdasilvaneto Oct 22, 2024
3e6092d
fix(unbutu-version): change production release and dev/staging unbutu…
clovisdasilvaneto Oct 22, 2024
1c98316
Merge pull request #830 from safe-global/fix/change-unbutu-version
clovisdasilvaneto Oct 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
4 changes: 3 additions & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ runs:
run: |
sudo apt-get update
sudo apt-get -y install python3-pip python3-dev
pip install awscli --upgrade --user
python -m venv venv
source venv/bin/activate
pip install awscli --upgrade
- name: Project dependencies setup, node version ${{ inputs.node-version }}
shell: bash
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# branch should not be protected
branch: 'main'
# user names of users allowed to contribute without CLA
allowlist: rmeissner,germartinez,Uxio0,dasanra,francovenica,luarx,DaniSomoza,yagopv,JagoFigueroa,jmealy,usame-algan,bot*
allowlist: clovisdasilvaneto,rmeissner,germartinez,Uxio0,dasanra,francovenica,luarx,DaniSomoza,yagopv,JagoFigueroa,jmealy,usame-algan,bot*

# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
# enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
Expand Down
2 changes: 1 addition & 1 deletion apps/tx-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-deployments": "^1.26.0",
"@safe-global/safe-deployments": "^1.27.0",
"@safe-global/safe-gateway-typescript-sdk": "^3.19.0",
"axios": "^1.6.0",
"evm-proxy-detection": "1.0.0",
Expand Down
12 changes: 0 additions & 12 deletions apps/tx-builder/src/assets/add-new-batch.svg

This file was deleted.

Loading
Loading