-
Notifications
You must be signed in to change notification settings - Fork 1
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(contributions): ajouter des infographies #1544
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # targets/frontend/src/components/forms/EditionField/MenuSpecial.tsx
b26aee5
to
3efe729
Compare
3efe729
to
07255a1
Compare
# Conflicts: # targets/frontend/src/components/forms/EditionField/MenuSpecial.tsx # Conflicts: # targets/frontend/src/components/forms/EditionField/Editor.tsx # targets/frontend/src/components/forms/EditionField/extensions/Infographic.ts
07255a1
to
b42b05c
Compare
|
🎉 Deployment for commit b42b05c : Docker images
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GG sympa l'extension maison pour tiptap
ARG NEXT_PUBLIC_BUCKET_PUBLIC_ENDPOINT | ||
ENV NEXT_PUBLIC_BUCKET_PUBLIC_ENDPOINT=$NEXT_PUBLIC_BUCKET_PUBLIC_ENDPOINT | ||
ARG NEXT_PUBLIC_BUCKET_DEFAULT_FOLDER | ||
ENV NEXT_PUBLIC_BUCKET_DEFAULT_FOLDER=$NEXT_PUBLIC_BUCKET_DEFAULT_FOLDER | ||
ARG NEXT_PUBLIC_BUCKET_DRAFT_FOLDER | ||
ENV NEXT_PUBLIC_BUCKET_DRAFT_FOLDER=$NEXT_PUBLIC_BUCKET_DRAFT_FOLDER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, ça me semble bon comme ça !
import { | ||
Button, | ||
DialogActions, | ||
DialogContentText, | ||
TextField, | ||
} from "@mui/material"; | ||
import DialogTitle from "@mui/material/DialogTitle"; | ||
import Dialog from "@mui/material/Dialog"; | ||
import DialogContent from "@mui/material/DialogContent"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça nous sauve tellement la vie cette lib :p
|
||
type ModeCreation = { | ||
mode: 0; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on peut laisser les types ici, car on ne les partage pas, c'est bien ça ?
addCommands() { | ||
return { | ||
setInfographic: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bon à savoir, si on veut l'améliorer dans le futur
No description provided.