mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #122] [MERGED] [core] Fix Naming of Files #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/122
Author: @ricoberger
Created: 1/31/2024
Status: ✅ Merged
Merged: 1/31/2024
Merged by: @ricoberger
Base:
main← Head:core-fix-naming-of-files📝 Commits (1)
ffddf9f[core] Fix Naming of Files📊 Changes
3 files changed (+2 additions, -2 deletions)
View changed files
📝
app/lib/utils/desktop_signin_manager.dart(+0 -0)📝
app/lib/utils/signin_with_apple.dart(+0 -0)📝
app/lib/widgets/signin/signin.dart(+2 -2)📄 Description
Fix the naming of some files: Instead of login we are always using the term sign in and already renamed the
DesktopLoginManagertoDesktopSignInManagerin #106. During the renaming we forgot to rename the file which is now done.We also renamed the
sign_in_with_apple.dartfile tosignin_with_apple.dart, because the other files also do not contain an underscore between sign and in.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.