Redesign Advancement applications using ApplicationV2 & V2 styles
Opened this issue · 5 comments
- Advancement Manager (#4765)
- Advancement Config
- Advancement Flow
- AbilityScoreImprovementFlow
- HitPointsFlow
- ItemChoiceFlow
- ItemGrantFlow
- ScaleValueFlow
- SizeFlow
- SubclassFlow
- TraitFlow
- AdvancementMigrationDialog
Bugfix request as part of this - Handlebars and textareas are tricky, could the whitespace please be fixed for the hints? I believe {{~> 'my-partial}}
for partials and {{~value~}}
for value references would help resolve the tab/indentation issues.
Bugfix request as part of this - Handlebars and textareas are tricky, could the whitespace please be fixed for the hints? I believe
{{~> 'my-partial}}
for partials and{{~value~}}
for value references would help resolve the tab/indentation issues.
Is that actually an issue anywhere in the system? All our usage of <textarea>
have no extra space (e.g. <textarea>{{ var }}</textarea>
, so if any weird spacing is occurring it isn't from the system.
The hint field entry for advancements
The hint field entry for advancements
Again, no space there:
<textarea name="hint" {{~#if default.hint}} placeholder="{{ default.hint }}"{{/if}}>{{ hint }}</textarea>
The issue is if the value has spaces, e.g. I copy from a PDF with line breaks. I'm on mobile but it's easy to reproduce