Uh oh!
There was an error while loading. Please reload this page.
Add LiveObjects product to site navigation - #2464
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File ( |
9ac84e8 to
e5e6eceCompare3bfe8d2 to
145457eComparee5e6ece to
48b36e8Compare145457e to
5d95e7fCompare48b36e8 to
c284b79Compare5d95e7f to
1f7289eComparec284b79 to
4c70358Compare1f7289e to
2f870cdCompare4c70358 to
8b99a80Compare| title: 'LiveObjects', | ||
| type: 'feature', | ||
| content: 'Seamlessly sync application state between clients.', | ||
| image: 'liveobjects.png', |
There was a problem hiding this comment.
tracking in https://ably.atlassian.net/browse/PUB-1589, might end up not needing this
Uh oh!
There was an error while loading. Please reload this page.
| react: 0.4, | ||
| }, | ||
| liveObjects: { | ||
| javascript: 2.6, |
There was a problem hiding this comment.
not sure about this one. LiveObjects is not a separate product, so it doesn't have its own versioning.
will it inherit the pub/sub SDKs version then? e.g. 2.6 for ably-js
There was a problem hiding this comment.
Yes I think we should just specify the Ably JS version
There was a problem hiding this comment.
ok, works for me.
Also, technically, it wouldn't be 2.6, as with the liveobjects release we will bump the minor version in ably-js to at least 2.7 (or more if other versions released before that).
@ably/team-deved would you guys prefer:
- this PR to have
2.6version in this PR, and then open a second PR to update the ably-js versions for all products (not just liveobjects) to higher version once it's published - keep this PR open until ably-js is published and change the version here to the actual one, as well as for other products?
There was a problem hiding this comment.
Assuming that LiveObjects is the only change going into 2.7 of ably-js then I think we can just bump both of them to 2.7 in this PR.
There was a problem hiding this comment.
sgtm, I've preemptively updated it to 2.7 for everything, but will change it again if we end up releasing liveobjects under another minor ably-js version
mschristensen
commented
Mar 7, 2025
Looks good, we just need some assets from the design team - I'll follow up with Jamie |
7c9bad3 to
25b2298Comparef674eaa to
28b40a7CompareVeskeR
commented
Mar 11, 2025
I've removed the Setup page as we decided to drop it in favor of Quickstart: #2463 (comment) |
| react: 0.4, | ||
| }, | ||
| liveObjects: { | ||
| javascript: 2.6, |
There was a problem hiding this comment.
Assuming that LiveObjects is the only change going into 2.7 of ably-js then I think we can just bump both of them to 2.7 in this PR.
| name: 'Batch Operations', | ||
| link: '/docs/liveobjects/batch', | ||
| }, | ||
| { | ||
| name: 'Lifecycle Events', | ||
| link: '/docs/liveobjects/lifecycle', | ||
| }, | ||
| { | ||
| name: 'Typing', | ||
| link: '/docs/liveobjects/typing', |
There was a problem hiding this comment.
As per my review on the main PR; I wonder if the features should remain only LiveCounter and LiveMap, and then these 3 items fall under a separate heading. Any thoughts?
There was a problem hiding this comment.
then these 3 items fall under a separate heading. Any thoughts?
Not against putting them under a separate heading. Honestly, they're under LiveObjects features heading right now because I couldn't think of another collective name for these three.
Any ideas?
There was a problem hiding this comment.
Maybe something like 'Advanced', or 'Advanced usage'?
I think they should be separated in all honesty, but also struggling with the correct terminology.
There was a problem hiding this comment.
Created https://ably.atlassian.net/browse/PUB-1588 to give it another thought later, don't want to block this PR right now
Uh oh!
There was an error while loading. Please reload this page.
25b2298 to
453be49Compare28b40a7 to
266f785Compare70e3d74 to
0d1c04bCompare1fc1b12 to
20ad800Compare0d1c04b to
e5f84cfCompare20ad800 to
a9b4071CompareThis was added by searching for "livesync" in "src" folder and adding corresponding "liveObjects" sections where necessary.
a9b4071 to
6d37df9Compare/docs/liveobjects added in #2464
/docs/liveobjects added in #2464
/docs/liveobjects added in #2464
/docs/liveobjects added in #2464
/docs/liveobjects added in #2464
/docs/liveobjects added in #2464
Description
Adds navigation for LiveObjects product in
srcfolder.This was added by searching for "livesync" in "src" folder and adding corresponding "liveObjects" sections where necessary.
Currently missing:
Checklist