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

Fixing overall issues #373

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1f0ce7d
feat: bumping npm and jar mockingbird into moclojer-app
Felipe-gsilva Sep 23, 2024
ce797f4
feat: testing distribution of mockingbird
Felipe-gsilva Sep 23, 2024
dab623c
feat: login pages with new mockingbird button
Felipe-gsilva Sep 24, 2024
1fdd607
feat: loading prop and fixes on example page
Felipe-gsilva Sep 24, 2024
9453c1e
fix: formatting and wip mockingbird css target
Felipe-gsilva Sep 30, 2024
ec7a5b0
feat: button and input on auth.views
Felipe-gsilva Oct 1, 2024
cbcec71
feat: adds buttons, images, pfps and messages from mockingbird
Felipe-gsilva Oct 2, 2024
901eb09
fix: login image left roundness
Felipe-gsilva Oct 2, 2024
02c7d56
feat: last mockingbird components added
Felipe-gsilva Nov 18, 2024
b192419
feat: github signin
Felipe-gsilva Nov 21, 2024
85d7536
fix: oauth instead of github
Felipe-gsilva Nov 21, 2024
b1b212e
feat: adds refx event for oauth
Felipe-gsilva Nov 26, 2024
3624e4b
fix: error and success status
Felipe-gsilva Nov 26, 2024
9fdd911
fix: moclojer icon on tab
Felipe-gsilva Dec 11, 2024
0227fb5
Merge branch 'feat/adding-mockingbird' into fix/minor-ui-issues
Felipe-gsilva Dec 12, 2024
cfbb787
refactor: semantic errors
Felipe-gsilva Dec 12, 2024
3c7cd72
fix: removes mockingbird from npm
Felipe-gsilva Dec 12, 2024
ee3b17a
fix: gh login pos
Felipe-gsilva Dec 12, 2024
b89edd9
fix: remomves some sensible keys from config.edn
Felipe-gsilva Dec 13, 2024
9491c2f
fix (wip): auth with git
Felipe-gsilva Dec 26, 2024
568f30b
fix (wip): wrongfully handling git auth
Felipe-gsilva Dec 26, 2024
2bddeba
fix: oauth
Felipe-gsilva Dec 27, 2024
9d47f4e
fix: wrong default behavior for oauth
Felipe-gsilva Jan 11, 2025
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
6 changes: 5 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
metosin/reitit-frontend {:mvn/version "0.5.18"}
lambdaisland/fetch {:mvn/version "1.1.60"}


org.clojure/tools.deps {:mvn/version "0.21.1449"}
com.moclojer/mockingbird {:mvn/version "0.0.1"}

;; back
com.moclojer/components {:mvn/version "0.1.0"}
com.cognitect.aws/api {:mvn/version "0.8.561"}
Expand All @@ -30,7 +34,7 @@
metosin/muuntaja {:mvn/version "0.6.8"}
org.bouncycastle/bcprov-jdk15on {:mvn/version "1.70"}
selmer/selmer {:mvn/version "1.12.55"}
io.forward/yaml {:mvn/version "1.0.11"}
io.forward/yaml {:mvn/version "1.0.11"}
io.github.cljazz/supabase {:git/sha "a850ed47eb0daa8303f206ea60bd4b3bf59e1e0a"
:git/url "https://github.com/cljazz/supabase-clj"}
babashka/process {:mvn/version "0.5.22"}}
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
db:
image: postgres:14
Expand Down
Loading
Loading