32731 Commits

Author SHA1 Message Date
Angelico
4600c20d5e Update Supabase Chatroom Example
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.
2020-01-20 14:53:22 +08:00
Angelico
a5f18f3379 Merge branch 'master' of github.com:supabase/monorepo 2020-01-20 13:14:35 +08:00
Angelico
1abf643d01 Update Client Library
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.
2020-01-20 13:06:15 +08:00
Paul Copplestone
0dc6e24089 Kaizen: get example missing select() 2020-01-20 10:08:53 +08:00
Paul Copplestone
706b2881c3 Updating the watch gif to include stars 2020-01-20 10:07:41 +08:00
Paul Copplestone
479049dfda Adding a bit of a release roadmap 2020-01-19 17:40:50 +08:00
Paul Copplestone
d5f7f413ab Adding a gif to watch the repo 2020-01-19 17:14:51 +08:00
Paul Copplestone
5f4f5e4ded Making the CTA a bit more obvious. We are will aim to collect github followers rather than signups 2020-01-19 16:32:55 +08:00
Paul Copplestone
73469a66e3 Merge branch 'master' of github.com:supabase/monorepo 2020-01-17 19:10:38 +08:00
Paul Copplestone
822675dfb8 Making realtime work on supabase-js 2020-01-17 19:10:32 +08:00
awalias
2b6692ff6a react-live magic on world example 2020-01-17 19:10:12 +08:00
awalias
44d86ef789 made base for world demo 2020-01-17 17:48:55 +08:00
Angelico
d013a46aba Merge branch 'master' of github.com:supabase/monorepo 2020-01-15 18:51:38 +08:00
Angelico
1e2668036c First Iteration of Chat Room Example
The following changes were done:
- Complete simple, working version of an old school chat room.
- Hard code values into the client library for now.
2020-01-15 18:48:39 +08:00
Copple
c4fd25e9d2 Merge branch 'master' of github.com:supabase/monorepo 2020-01-15 17:35:29 +08:00
Copple
5402e45853 Kaizen: hero code - shortening the apikey 2020-01-15 17:35:25 +08:00
Paul Copplestone
739079e804 Merge branch 'master' of github.com:supabase/monorepo 2020-01-15 16:58:34 +08:00
Paul Copplestone
b97a375d68 Adds a nicer scrollbar to code blocks (needs testing on windows) 2020-01-15 16:58:26 +08:00
Angelico
be64fcab47 Clean up libraries
The following were done
- Remove unused imports and console.logs.
- Fix parameters after testing.
2020-01-15 16:29:52 +08:00
Angelico
70f06dcd42 Rewrite Client Library
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.
2020-01-15 12:43:59 +08:00
Paul Copplestone
7d4c5397cb Defers loading of head scripts 2020-01-15 09:44:39 +08:00
Paul Copplestone
daa8213606 Fixes hero buttons on small screens 2020-01-15 09:41:28 +08:00
Paul Copplestone
839f1ede95 Temporarily adding fullstory. PLEASE REMOVE AFTER TESTING
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
2020-01-15 09:10:02 +08:00
Paul Copplestone
545c34269c Suggestions from Meraj 2020-01-14 20:46:32 +08:00
Copple
1a6a714d15 Cleaning up the manifesto 2020-01-14 14:52:39 +08:00
Copple
462c7a7577 Adding some of the params 2020-01-14 14:42:28 +08:00
Copple
696857c678 Updating stored procedures 2020-01-14 14:27:33 +08:00
Angelico
2df761a28c Clean up Documentation
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().
2020-01-14 11:50:30 +08:00
Angelico
8a483b7412 Write Documentation for Stored Procedures
The following changes were made:
- Write documentation for stored procedures under the file stored-procedures.mdx.
- Add stored-procedures.mdx into the sidebar.
2020-01-14 11:16:35 +08:00
Angelico
40cea1c5dd Changes to RESTful Documentation
The following changes were made:
- Edited and cleaned up get.mdx, post.mdx, patch.mdx and delete.mdx based on latest changes.
2020-01-14 10:13:20 +08:00
Angelico
a95f262e9d Further Changes to Documentation
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.
2020-01-14 08:59:36 +08:00
Copple
e59c6fe28b Fixing code backgroud on light mode 2020-01-13 17:59:10 +08:00
Copple
5894a17f0d Fixing the logo on initial load 2020-01-13 16:39:19 +08:00
Copple
f90840dca9 Updating with some suggestions from Ant 2020-01-13 16:33:31 +08:00
Paul Copplestone
1e47881dbd Merge branch 'master' of github.com:supabase/monorepo 2020-01-13 15:37:54 +08:00
Paul Copplestone
83481b39e1 Kaizen 2020-01-13 15:37:49 +08:00
Paul Copplestone
bb9be0b112 Moving to new layRemoving the build until it is ready 2020-01-13 15:36:57 +08:00
Angelico
a03890da3e Rewrite Component for CommonFilters
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.
2020-01-13 13:22:51 +08:00
Paul Copplestone
f1ca81f18c supabase-dev attempt 1: we have the docker container extending our realtime server, but we need to get all commands working together. At the moment only one is running at a time 2020-01-13 09:44:05 +08:00
Paul Copplestone
1838c352e1 Laying out a new way of doing filters so that they appear on the sidebar 2020-01-13 09:42:53 +08:00
Paul Copplestone
27613d3d8e Adding back the hero as aparently it was important 2020-01-12 20:36:44 +08:00
Paul Copplestone
5c8f47b256 Fixing the tech credits 2020-01-12 12:42:15 +08:00
Paul Copplestone
7221ed02de Humans link only works if it's not relative (i think) 2020-01-12 12:37:55 +08:00
Paul Copplestone
2fc33da4fa Fixing code snippets 2020-01-12 12:32:21 +08:00
Paul Copplestone
6380735954 Some recommendations from ines 2020-01-12 12:25:18 +08:00
Paul Copplestone
876dd19149 Adding just two options 2020-01-11 16:11:16 +08:00
Paul Copplestone
da0f3dc793 Align buttons 2020-01-11 15:59:53 +08:00
Paul Copplestone
2c4fae3b64 Fixes favicon link 2020-01-11 15:52:19 +08:00
Paul Copplestone
83ae827d16 Attemping to add line numbers, failing to add line numbers 2020-01-11 15:46:41 +08:00
Paul Copplestone
11883f5273 Updating the copy 2020-01-11 15:15:50 +08:00