The following changes were done:
- Import proper dependencies from @supabase/supabase-js.
- Add additional npm scripts for @supabase/supabase-js.
- Add console test for ChangeMapper in the example.
- Minor refactoring.
The following changes were done:
- Import dependencies from @supabase/realtime-js instead of phoenix-channels.
- Append api key onto socketUrl.
- Change realtimeUrl from <supabaseUrl>/socket to <supabaseUrl>/realtime/v1.
- Minor standardisations.
- Migrate ChangeMapper.js from @supabase/realtime-js.
The following changes were made:
- Modify index.js to mainly be the entry point for the client.
- Write Base.js that has both RESTful and Realtime functionalities.
- Delete Subscription.js as its functionality has already been merged into Base.js
- Rewrite BaseRequest.js to accomodate new changes.
- Write Filters.js to put filters into pure functions.
This is to verify:
- the styles are working properly on different devices: it seems that the dark/light theme is causing troubles with initial loading of some styles on some devices. I think I have fixed, need to be sure
- find out what people are actually reading and interested in
The following changes were made:
- Edit all reference to api endpoints from supabase.io to supabase.co.
- Clean up function calls for .update(), insert() and .delete().
The following changes were made:
- Write documentation for stored procedures under the file stored-procedures.mdx.
- Add stored-procedures.mdx into the sidebar.
The following changes were made:
- Clean up getting-started.mdx for better formatting.
- Edited and cleaned up subscribe.mdx based on latest changes.
- Introduced from() to all.
The following were done:
- Refactor CommonFilters to allow filters to appear on Contents.
- Change documentation of how filter functions are invoked based on new changes.