forked from Tanin69/gdc-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
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: moving from express/static to NuxtJS #3
Open
oxypomme
wants to merge
78
commits into
master
Choose a base branch
from
backend-v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* API code formatting * authentication : first steps * feat(nuxt): 🎉 Started nuxt client A complete rework of the client app based on Vue3 + Nuxt3 + TS + Added default layout (with dynamic background, title and header) + Added basic routes (home, mission list, publish, briefing) + Added old assets (images, styles) + Added docker-compose for API * feat(nuxt): ✨ Readded front page * feat(nuxt): 🛂 Added auth \o/ + Fixed meta * feat(nuxt): ✨ Added mission lisst Full buggy for now * feat(nuxt): ✨ Added mission briefing * feat(nuxt): 🥅 Added error page * fix(nuxt): 🚑 Fixed mission briefing image * feat(nuxt): 🥅 Show error message on mission fetch failed * fix(nuxt): 🛂 Fixed auth guard * Started to work on mission upload * feat(nuxt): ✨ Added misssion check * fix(api): 🐛 fixed some API errors * feat(nuxt): ✨ Added mission upload * chore: 🧑💻 Added MongoDB admin * fix(nuxt): 🚑 fixed test url * feat(nuxt): ✨ Added upload results * chore(nuxt): ⬆️ Upgraded dependencies * refactor(api): ♻️ Updated JWTs middlewares * feat(nuxt): 💄 Added new CSS + Removed old CSS + added few libs for later * feat(nuxt): 🔥 Removed useless header + added few services for later * fix(nuxt): 🐛 fixed auth * feat(nuxt): 💄 Reworked style of navbar * feat(nuxt): 💄 Reworked home * feat(nuxt): ✨ Reworked mission list * feat(nuxt): ✨ Reworked add mission * fix(nuxt): 🚑 Added missing route + few warns on mission detail Co-authored-by: tanin69 <[email protected]>
+ preparing new backend
+ refactored links
fixed failed error detection in front, fixed filename in back, async/await back, dummy report/mission if PBOManager not defined
also refactored to be more coherent, and upgraded deps
* fix: missing port in docker config and nuxt not using env value * build: 🔨 added scripts as makefile * add make cmds for docker usage and update readme * build: 🔨 fixed wrongly named script * add make cmds * fix(backend): 🐛 fixed environement variabled names * build: 🔨 added prod commands in makefile * docs: 📝 updated README about docker * fix(backend): 🐛 fixed wrong config name --------- Co-authored-by: oxypomme <[email protected]>
feat: add darkmode wip
+ added support for pm2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.