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: first with boilerplate #1

Merged
merged 49 commits into from
Feb 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
4e87458
feat: first with boilerplate
Feb 5, 2024
6df602d
feat: api boilerplate
Feb 5, 2024
9662148
feat: provider boilerplate
Feb 5, 2024
479af8e
feat: hooks boilerplate
Feb 5, 2024
01e51ff
chore: update readme to remove nextjs sample text
Feb 5, 2024
785916d
feat: components boilerplate
Feb 5, 2024
86f86cf
feat: base pages
Feb 5, 2024
41b7d3c
fix: linting prettier
Feb 5, 2024
a32983b
fix: lint your agents
Feb 5, 2024
0cb7594
feature: spawning page component boilerplate code
Feb 5, 2024
24bb530
feat: added swr and icons
Feb 5, 2024
77dc0ff
feature: added layout components i.e navbar
Feb 5, 2024
4809cb7
feature: add marketplace item component
Feb 5, 2024
1b42099
feat: add agents context and hooks
Feb 5, 2024
12329f7
chore: use enums for tabs
Feb 5, 2024
e8c95e5
fix: wrap app in layout
Feb 5, 2024
6a08a73
feat: add api boilerplate code
Feb 5, 2024
991bba0
Update eslint configuration and package.json scripts
truemiller Feb 5, 2024
a5cd27a
Add Jest and testing libraries to devDependencies
truemiller Feb 5, 2024
a6ec40a
Add child_process dependency to package.json
truemiller Feb 5, 2024
7f3731b
Add .env file to .gitignore
truemiller Feb 5, 2024
e0cdd08
Add Docker commands to run and stop agents
truemiller Feb 5, 2024
b3346e2
Add child_process package
truemiller Feb 5, 2024
7d3c4e7
Add frontend workflow and update ESLint configuration
truemiller Feb 5, 2024
f9ac35b
Refactor code and update tsconfig.json
truemiller Feb 5, 2024
8e791c0
Add working directory for frontend build
truemiller Feb 5, 2024
e6db20b
Update frontend workflow to trigger only on pull requests
truemiller Feb 5, 2024
947107e
Update eslint configuration and package dependencies
truemiller Feb 6, 2024
7155403
Update ESLint configuration and package dependencies
truemiller Feb 6, 2024
bf22e42
Fix missing semicolon in Layout.test.tsx
truemiller Feb 6, 2024
c2831c3
Delete unused components and add new components for spawning agents
truemiller Feb 6, 2024
991bfd9
Refactor useAgents and add testFlask to Home
truemiller Feb 6, 2024
7803ae3
fix: lift electron into root and resolve comments
truemiller Feb 6, 2024
40d9ff5
update github actions
truemiller Feb 6, 2024
ce1325a
Update .gitignore and package.json
Feb 6, 2024
1077ee7
Merge branch 'feature/frontend-boilerplate' of github.com:valory-xyz/…
Feb 6, 2024
e69b760
Refactor workflow and update SpawnHeader component
truemiller Feb 6, 2024
32160d4
Add .gitignore entries for Python files
truemiller Feb 6, 2024
ae3d175
updates
truemiller Feb 6, 2024
7645ff7
Add copyToClipboard helper function
truemiller Feb 6, 2024
1fdd205
Update Spawn flow
truemiller Feb 6, 2024
f30fd83
Add new enums for Tabs and URLs, remove unused code, and update depen…
truemiller Feb 6, 2024
1361d99
Add new files and components, update existing components
truemiller Feb 6, 2024
81252e7
Update URLs, enums, and components
truemiller Feb 6, 2024
ac63f53
Update window height and add title
truemiller Feb 6, 2024
7070ab3
Update loading.html and main.js, and remove transpilePackages in next…
truemiller Feb 6, 2024
f72d668
Update dev:python script in package.json
Feb 6, 2024
1e1a7b3
Add script pychache to .gitignore
Feb 6, 2024
b544d2c
Update API endpoint in useAgents hook
Feb 6, 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
Prev Previous commit
Next Next commit
Add child_process package
truemiller committed Feb 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b3346e2a31042e715b207f6727be767bd3e38a00
5 changes: 5 additions & 0 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
@@ -1910,6 +1910,11 @@ char-regex@^1.0.2:
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==

child_process@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/child_process/-/child_process-1.0.2.tgz#b1f7e7fc73d25e7fd1d455adc94e143830182b5a"
integrity sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==

chownr@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"