Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookmark Games #868

Closed
wants to merge 8 commits into from
Closed

Bookmark Games #868

wants to merge 8 commits into from

Conversation

ZTL-UwU
Copy link
Contributor

@ZTL-UwU ZTL-UwU commented Jul 17, 2024

closes #594

  • Show original state
  • Context menu
  • Game history
  • Game screens
    • Archieved game screen
    • Game screen
    • Analysis screen

@ZTL-UwU
Copy link
Contributor Author

ZTL-UwU commented Jul 24, 2024

Blocked by #594 (comment)


Future<void> bookmark(GameId id, {int v = -1}) async {
// if v is -1, toggle the bookmark value on server
// otherwise explicitly set the new value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If think -1 is a bad idea, better to always explicitly set the new value, than to assume the current server state.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this a temporary solution. When the bookmarked field is added I will remove the -1.

@veloce
Copy link
Contributor

veloce commented Aug 5, 2024

@ZTL-UwU what is missing here to complete this feature? I think we can move on now since lichess-org/lila#15773 has been merged.

Also can you please fix the conflicts? Thanks.

@ZTL-UwU
Copy link
Contributor Author

ZTL-UwU commented Aug 5, 2024

Yes, we can move on now. I'm just a bit busy irl. I'll pick it up once I have some free time.

@ZTL-UwU ZTL-UwU closed this Sep 14, 2024
@julien4215
Copy link
Contributor

@ZTL-UwU I merged main into your branch here #1302

Do you still plan to work on the bookmark feature ? Otherwise I'd like to try to complete this PR

@ZTL-UwU
Copy link
Contributor Author

ZTL-UwU commented Dec 23, 2024

Do you still plan to work on the bookmark feature ? Otherwise I'd like to try to complete this PR

Thanks, go ahead!

@julien4215 julien4215 mentioned this pull request Jan 10, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bookmark game
4 participants