NaiJi ✨ NaiJi
Loading Heatmap…

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

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

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

We have `PlatformAdapter::setClipboard` in lib/utils/platform_adapter.dart

2023-12-20 03:03:09 +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

Always add related links in commit messages. ``` git commit --amend -m "feat: add copy passwd to users" -m "- Resolve https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/299" ``` …

2023-12-20 02:52:26 +02:00

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

  • f1b0b3fc9e Merge branch 'master' into dynamic-dns
  • 2f6b4e0f9c Merge pull request 'feat: Implement better domain ownership check during installation' (#394) from domain-ownership-setup into master
  • 4ed038d34c refactor: Tweak the design of the BrokenDomainOutlinedCard
  • 2d29fdc58b Merge pull request 'docs: update screenshots' (#393) from update_screensots into master
  • 06dc8ebfb8 Merge branch 'master' into update_screensots
  • Compare 25 commits »

2023-12-18 06:46:30 +02:00

NaiJi deleted branch domain-ownership-setup from SelfPrivacy/selfprivacy.org.app

2023-12-12 17:24:24 +02:00

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

feat: Implement better domain ownership check during installation

2023-12-12 17:24:23 +02:00

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

  • 2f6b4e0f9c Merge pull request 'feat: Implement better domain ownership check during installation' (#394) from domain-ownership-setup into master
  • 4ed038d34c refactor: Tweak the design of the BrokenDomainOutlinedCard
  • 9d09354363 Merge branch 'master' into domain-ownership-setup
  • 0b4f8d66ef Merge branch 'master' into domain-ownership-setup
  • 8037eec486 feat: Implement better domain ownership check during installation
  • Compare 5 commits »

2023-12-12 17:24:23 +02:00

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

fix(ui): Remove listening of a server volume cubit for migration page

2023-12-03 20:10:38 +02:00

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

  • 37d2f2fe11 Merge pull request 'fix(ui): Remove listening of a server volume cubit for migration page' (#400) from migration-button-error into master
  • e733354aa1 Merge branch 'master' into migration-button-error
  • 4abd1e15f1 fix(ui): Remove listening of a server volume cubit for migration page
  • Compare 3 commits »

2023-12-03 20:10:38 +02:00

NaiJi deleted branch migration-button-error from SelfPrivacy/selfprivacy.org.app

2023-12-03 20:10:38 +02:00

NaiJi commented on issue SelfPrivacy/selfprivacy.org.app#407

It is impossible to update pages on PC

@inex

2023-12-03 20:10:28 +02:00