Ferdinand Thiessen

Results 193 issues of Ferdinand Thiessen

From the FilePicker design review session: The home icon of the `NcBreadcrumbs` should be a circle rather than an ellipse. Currently it is not a circle: ![Screenshot_20230912_162010](https://github.com/nextcloud-libraries/nextcloud-vue/assets/1855448/bf86cabd-56ff-441b-a5bf-c76e791b8a6f)

design
feature: breadcrumbs

The contrast of the app navigation caption is quite low on both color themes, but really bad on the dark color theme. It is recommended to have at least a...

bug
feature: app-navigation
accessibility

I guess this code here was intended to use the app's name and not `@nextcloud/vue`? https://github.com/nextcloud/nextcloud-vue/blob/8e0ac73954f1df69225f3b16dd93b0190977bb9a/src/components/NcAppContent/NcAppContent.vue#L236 Looks like this: ![`try{return"pane-list-size-".concat("@nextcloud/vue")}`](https://github.com/nextcloud/nextcloud-vue/assets/1855448/b432d984-3773-470b-aec2-533195bf38b9) cc @ChristophWurst

bug
0. to triage

* Resolves #1834 * Resolves #1101 I recommend to hide white space when review. This adds a new field "state" to a form, this field is `0` by default which...

enhancement
3. to review
feature: 📑 form creation

* Resolves: #1497 This is still work in progress as there are a few questions for which I would like to have some feedback: * Currently there is a "unread"...

enhancement
2. developing
design
feature: 📊 responses & statistics

Follow up on https://github.com/nextcloud/forms/pull/1659 We can maybe allow to configure not only the message but also the heading of the submission message. I see two options: 1. Add an input...

enhancement
1. to develop
design
feature: 📝 submitting responses

* Replaces and closes #1559 This is an alternative for #1559 to reuse the top bar menu. I split the `TopBar` component into `TopBar` and a reusable `PillMenu` component. before...

bug
2. developing
design
upstream

**Nextcloud (please complete the following information):** - Nextcloud-Version: 25 / 26 - Forms-Version: 3 **Is your feature request related to a problem? Please describe.** One some kind of forms, e.g....

enhancement
1. to develop

If I run: > % did --since 2024-02-18 --until 2024-02-25 > Status report for given date range (2024-02-18 to 2024-02-25). The report includes this pr: https://github.com/nextcloud/firstrunwizard/pull/1105 Which was created: Feb...

* Resolves #28 Otherwise when using Node > 16 and some bundlers (e.g. webpack 5) no treeshaking will happen. As the wrong entry point (main) will be used.