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

Release: Umamin v3.0 #234

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7f2cd16
chore(social): setup deps
joshxfi Aug 3, 2024
f349f13
feat(social): setup graphql server
joshxfi Aug 3, 2024
a28f734
feat(social): add auth pages
joshxfi Aug 4, 2024
64f9374
chore(social): add navbar
joshxfi Aug 7, 2024
3d39d26
feat: implement subgraphs for gql schema
joshxfi Aug 11, 2024
028648a
fix(www): update transpiled packages list
joshxfi Aug 12, 2024
c81445f
chore(social): login page design
hyamero Aug 14, 2024
e7e4511
chore: import logo
hyamero Aug 16, 2024
f344e48
feat(social): update navbar
hyamero Aug 16, 2024
384d09c
feat(social): post comments page
hyamero Aug 16, 2024
088638e
chore(social): reply form ui
hyamero Aug 16, 2024
9414c9b
feat: setup project for Umamin Partners
joshxfi Aug 16, 2024
f0c587f
feat: add hero section
joshxfi Aug 16, 2024
28beac4
chore(partners): add grid pattern background
hyamero Aug 17, 2024
109defa
chore(partners): add interactive particle elements
hyamero Aug 17, 2024
8a936d9
chore(social): reply ui improvements
hyamero Aug 17, 2024
23416a6
feat(social): bottom navigation
hyamero Aug 17, 2024
f407dd3
feat(social): add user profile page
hyamero Aug 17, 2024
0d18e2a
feat(partners): add login page
joshxfi Aug 17, 2024
0325635
feat(social): implement persisted operations
joshxfi Aug 17, 2024
49268ae
feat(partners): add dashboard page
joshxfi Aug 17, 2024
dc382ab
Merge pull request #230 from omsimos/ui/social
joshxfi Aug 18, 2024
f66f4f4
Merge pull request #229 from omsimos/social
joshxfi Aug 18, 2024
54acf73
Merge pull request #231 from omsimos/partners
joshxfi Aug 18, 2024
8ce4195
fix: resolve merge conflict
joshxfi Aug 18, 2024
015f679
Merge pull request #232 from omsimos/partners
joshxfi Aug 18, 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
fix(www): update transpiled packages list
joshxfi committed Aug 12, 2024
commit 028648a59debdc15302e1681d331baff1f768f43
2 changes: 1 addition & 1 deletion apps/www/next.config.mjs
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ const nextConfig = {
removeConsole: process.env.NODE_ENV === "production",
},

transpilePackages: ["@umamin/ui", "@umamin/server"],
transpilePackages: ["@umamin/ui", "@umamin/db", "@umamin/gql"],
images: {
remotePatterns: [
{