NaiJi ✨ NaiJi
Loading Heatmap…

NaiJi commented on pull request SelfPrivacy/selfprivacy.org.app#409

feat: Add the button to copy password on the new user creation screen

Fix linter warnings: ``` flutter analyze

2023-12-22 12:02:01 +02:00

NaiJi pushed to dynamic-dns at SelfPrivacy/selfprivacy.org.app

2023-12-20 15:09:30 +02:00

NaiJi pushed to master at SelfPrivacy/selfprivacy.org.app

  • 20d7f37b8b Merge pull request 'linter-3.16.1' (#411) from linter-3.16.1 into master
  • 371d83b4be fix(linter): Change httpClientAdapter callback creation
  • 9ea952b46e refactor(linter): Force const constructor where needed
  • 5c03749577 refactor(linter): Add library; to brand icons
  • 2ef0121321 refactor(linter): Create HTTP client from adapter
  • Compare 6 commits »

2023-12-20 15:09:00 +02:00

NaiJi deleted branch linter-3.16.1 from SelfPrivacy/selfprivacy.org.app

2023-12-20 15:09:00 +02:00

NaiJi merged pull request SelfPrivacy/selfprivacy.org.app#411

linter-3.16.1

2023-12-20 15:08:59 +02:00

NaiJi created pull request SelfPrivacy/selfprivacy.org.app#411

linter-3.16.1

2023-12-20 15:05:45 +02:00

NaiJi created branch linter-3.16.1 in SelfPrivacy/selfprivacy.org.app

2023-12-20 15:04:42 +02:00

NaiJi pushed to linter-3.16.1 at SelfPrivacy/selfprivacy.org.app

2023-12-20 15:04:42 +02:00

NaiJi commented on pull request SelfPrivacy/selfprivacy.org.app#410

feat: Add animation to the recovery key screen

You already check the condition in `crossFadeState.

2023-12-20 14:44:38 +02:00

NaiJi commented on pull request SelfPrivacy/selfprivacy.org.app#409

feat: Add the button to copy password on the new user creation screen

I guess Flutter does that because of [some effect or idk](https://medium.com/design-bridges/optical-effects-9fca82b4cd9a)

2023-12-20 14:33:07 +02:00

NaiJi commented on pull request SelfPrivacy/selfprivacy.org.app#409

feat: Add the button to copy password on the new user creation screen

Also we need to visually notify about the success, please refer to

2023-12-20 14:31:41 +02:00

NaiJi commented on pull request SelfPrivacy/selfprivacy.org.app#409

feat: Add the button to copy password on the new user creation screen

Material Icons are standardized in size, you don't need to adjust it manually with InkWell and other things. It would be enough to set them back to IconButton class with Icon size 24.0.

2023-12-20 14:31:41 +02:00

NaiJi suggested changes for SelfPrivacy/selfprivacy.org.app#409

feat: Add the button to copy password on the new user creation screen

Please pay attention to the output of `flutter analyze` and fix warnings related to your changes.

2023-12-20 14:07:38 +02:00

NaiJi commented on pull request SelfPrivacy/selfprivacy.org.app#409

feat: Add the button to copy password on the new user creation screen

The buttons have different radius. You can also clearly see it when you tap them: one ink bubble is bigger than another.

2023-12-20 03:03:09 +02:00