Guilherme Oenning
Guilherme Oenning
If I contributed with a PR to replace newtownsoft json with System.Text.Json, would you accept it?
I can see some issues and comments regarding the new table schema v3 when they're already using v1. What's your opinion on automatically upgrading the table to v3? Backward compatibility...
I know there are quite a few self hosted Fider instances out and it's growing! If you are using Fider, could you please drop a comment here and mention why...
Fider is on the process of slowly migrating to a class-free UI code by using React Hooks. This is going to be a long journey, but we need to start...
Fider currently only run migrations that have a timestamp higher than the last executed migration. This means we need to be extra careful when merging PRs to ensure the timestamp...
Feature Request: https://feedback.fider.io/posts/86/vote-like-comments-like-stackoverflow-and-twitter --- TBD
Feature Request: https://feedback.fider.io/posts/30/add-internal-notes --- Add an option for collaborators and admins to add notes to each post. A new column `notes` should be added to the `tenants` table. On the...
Feature Requests: - https://feedback.fider.io/posts/5/allow-admins-to-select-which-sign-in-providers-to-enable - https://feedback.fider.io/posts/197/add-opion-to-disable-or-delete-default-login-methods - https://feedback.fider.io/posts/136/disable-email-sign-up --- We should have an option for admins to disable the sign in options that are enabled by default. A possible implementation...
Having `Fider` as a static global variable on React is making it harder to test the components and it's an anti-pattern. PR #737 introduces FiderContext and useFider hook, which can...
Reminders: - PushState - Reload all properties (even user and tenant) - POST should not refresh page - Send google Analytics (use Google Analytics typescript) - use React.memo whenever possible