Skip to content

Commit

Permalink
release 0.0.1 fix (#47)
Browse files Browse the repository at this point in the history
* feat: server setup && authentication

* feat: docker-compose forprod

* feat: nginx.conf && update docker-compose prod for https deployment (#2)

* feat: authentication (#4)

* feat: navigation bar (#6)

* feat: navigation bar

* feat: add backend routes for discussions and messages (#8)

* feat: add backend routes for discussions and messages

* feat: controller description && added handleDatabaseOperation

* feat: email invitation && register with invitation (#9)

* feat: not found page (#11)

* feat: add discussions front (#12)

* feat: add discussions front

* feat: new discussions

* fix: new discussions, update discussion bar (#13)

* hotfix: fixed swr issue (#15)

* hotfix: front config prod (#17)

* feat: mobile front (#19)

* release 0.0.5 fix front (#18)

* hotfix: front config prod (#17)

* feat: mobile front

* feat: notifications (#21)

* feat: notifications && refresh on new version

* feat: notification pin

* fix: docker-compose prod env (#23)

* fix: docker-compose prod (#25)

* hotfix: docker compose prod (#27)

* fix: docker-compose prod

* feat: web socket (#29)

* feat: cache api calls && manifest + favicons && websocket for new discussion (#31)

* fix: settings mobile (#33)

* fix: mobile settings (#35)

* feat: removed debug route (#37)

* feat: handling messages offline (#39)

* fix: indexDB initialization (#41)

* fix: prod config (#43)

* fix: reload discussion (#45)

* feat: delivery update
  • Loading branch information
SchneiderNicolas committed Nov 18, 2023
1 parent 0b99a4b commit b6a07e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const SignIn = () => {
<div className="flex flex-col justify-center items-center h-screen">
<div className="px-12 py-12 shadow bg-white rounded-md flex flex-col gap-6">
<h1 className="text-2xl font-bold text-gray-600 text-center mb-4">
Sign in to your account
Sign in to your accounttt
</h1>
<Input
placeholder="Email"
Expand Down

0 comments on commit b6a07e4

Please sign in to comment.