You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
To match with classic unix-y convention. This involves updating the prefix strings, SQL queries and regexps but also involves migrating the _profile_.json and _likes_.json to the new naming scheme.
The text was updated successfully, but these errors were encountered:
- Likes are stored in `_likes_.json`
- Managed by `UserLikesService`
- Likes are listed on your profile publicly in a new "Likes" tab
- Notes can be liked directly from the Deck view
- Notes can be liked from the meta sheet in the editor/viewer
- OR, alternatively, from the button in the bottom right mirroring the
Deck view cards
There is obvious room for improvement by incorporating likes into the DB
index (#1111)
and, as an extension, building content discovery (via likes-of-friends).
There may also be performance issues associated with loading previews
for a large number of likes.
We have also discussed changing the way we handle hidden files
(#1112), which
affects this feature.
# Questions
- Do we want to display like status in list views?
- Should you be able to like notes from list views?
# Demo
https://github.com/subconsciousnetwork/subconscious/assets/5009316/fe56f45f-d609-4465-b6ca-21732d764b85
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To match with classic unix-y convention. This involves updating the prefix strings, SQL queries and regexps but also involves migrating the
_profile_.json
and_likes_.json
to the new naming scheme.The text was updated successfully, but these errors were encountered: