-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Promote experimental changes #476
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* just messing around * progress with new patterns * wip more type gen * working tirlessly before these layover flights 🥵 * library API * add interceptor and build out new api * continue building out sdk * fully ported functions to classes * start using sdk * wip: replace api stuff with sdk * wip: almost done with hooks! * finish primary hooks * wip: fix the world * wip: fix the world * la la laaaa la la * its alive! * fix scan method * add api tests and fix existing tests * fix lint * try fix weird dotenv error
* this is awful * tdd this thing * more tests * hmm * fix generation, wip conversions * add grouping * starting to have something I think * note future stuff * wip: value renderers * reintroduce form * cleanup * ITS ALIVE * tweaks * wip: locale for smart list form * add locale for smart list form * add tests, add mine param * add missed locale * setup settings for sidebar pattern * fix blip to null when deleting group * rearrange components, simplify enum variant * wip: build out settings pages * update smart list docs * fix change detection, fix attribute label, fix misc sdk issues * fix web build * wip: add the filters which you can select in UI * fix basic number value * add perf disclaimer * wip: fix numbers and dates * lunch stuff * fix date parsing, cleanup * normalize date * fix update preferences
* fix basic smart list update, emailer api, server api * try separate docker vs local prisma cache key * remove extra joiner, oops * fix test, run generation * rerun codgen after merge * fix disabled link for create list
I've added UI hookups for filtering on series metadata, as requested on Discord
aaronleopold
force-pushed
the
experimental
branch
from
October 15, 2024 12:31
f07133a
to
1680fd2
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates develop with the merged features sitting in
experimental
. The two notable changes are:api
package usagetypes
package has also been removed, now living insdk
to better support third-party community projects/efforts using itI'll aim to merge this in a day or so