Add editor features #4

Merged
clement.freville2 merged 2 commits from editor into master 1 year ago
Owner
There is no content yet.
hugo.pradier2 added 1 commit 1 year ago
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
0c5adc9d6f
Add editor features
hugo.pradier2 requested review from clement.freville2 1 year ago
clement.freville2 requested changes 1 year ago
</div>
<div *ngIf="errorMessage">
<p style="color: red">{{ errorMessage }}</p>

Use a class for errors instead of hardcoding the style.

Use a class for errors instead of hardcoding the style.
Poster
Owner

Ne t'inquiète pas ça sera corrigé par colin lorsqu'il fera le css là, c'est temporaire.

Ne t'inquiète pas ça sera corrigé par colin lorsqu'il fera le css là, c'est temporaire.
};
// Langages autorisés
type AllowedLanguage = 'text/x-sh' | 'text/javascript' | 'text/typescript' | 'text/x-c++src' | 'text/x-csrc';
- type AllowedLanguage = 'text/x-sh' | 'text/javascript' | 'text/typescript' | 'text/x-c++src' | 'text/x-csrc';
+ type AllowedLanguage = keyof typeof codeDefaults;
```diff - type AllowedLanguage = 'text/x-sh' | 'text/javascript' | 'text/typescript' | 'text/x-c++src' | 'text/x-csrc'; + type AllowedLanguage = keyof typeof codeDefaults; ```
hugo.pradier2 added 1 commit 1 year ago
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
3ef54ee56e
Apply suggestion and add coloration for c, c++ and shell
clement.freville2 approved these changes 1 year ago
clement.freville2 merged commit dd2c99adb2 into master 1 year ago
clement.freville2 referenced this issue from a commit 1 year ago
clement.freville2 deleted branch editor 1 year ago

Reviewers

clement.freville2 approved these changes 1 year ago
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
The pull request has been merged as dd2c99adb2.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: sandkasten/sandkasten-web#4
Loading…
There is no content yet.