Nico Hoffmann ෴.
Nico Hoffmann ෴.
> IMO we would definitely want to use Git for revisions to avoid reinventing the wheel. Git is really great at what it does and we could never implement revisions...
Looks good to me, but I think @lukasbestle will do the final review since you're both a bit "deeper" into the matter.
@gbdesign2023 I also get smaller file sizes with just any blueprint adding `create` options for width/height exceeding the original dimensions of the uploaded file.
@bastianallgeier like an actual toggle field? The issue right now is that I wanted to rather add it as a fieldset blueprint option. However, I realized that fieldsets do no...
@bastianallgeier but if it's not a fixed state, one would have to change the toggle e.g. for a white transparent graphic to pattern each time loading the view. Or would...
I think the localStorage part could work. Just thinking of the UI of this toggle, won't be so easy as it would have to float on top of the image,...
@bastianallgeier Implemented a visual selector as suggested. Also coloring now the full block which I think looks best.
@dviate This will not always be possible as querying all pages for changes could be quite the performance hit
Maybe we should do it analog to checkboxes or select? ``` query: fetch: page.files value: "{{ file.autoid }}" ```
What the suggested syntax probably wouldn't cover yet is a `(A or B) and C` condition. Maybe we could make it ```yaml when: tests: - conditions: - type: interview -...