Commit graph

314 commits

Author SHA1 Message Date
Rebecca Le
0a35cc2a11
fix: Replace dots in URLs for Hex doc links
This should fix the broken link to the upgrade guide, which is generated
as https://hexdocs.pm/ash/upgrading-to-3.0.html - should be https://hexdocs.pm/ash/upgrading-to-3-0.html
2024-05-23 17:34:26 +08:00
Zach Daniel
7d48552a59 chore: fix credo 2024-04-02 22:08:51 -04:00
Zach Daniel
56823dc9d9 chore: format 2024-04-02 20:55:34 -04:00
Zach Daniel
2221ef824d improvement: upgrade to 3.0 2024-04-02 20:24:23 -04:00
Zach Daniel
6a943f22d7 chore: remove AshAuthentication, upgrade all the deps 2024-04-02 16:59:14 -04:00
Zach Daniel
235a8f1760 improvement: remove surface 2024-04-02 16:38:44 -04:00
Zach Daniel
650d168048 improvement: move everything to pg
improvement: add latest podcast
2024-01-24 14:21:17 -05:00
Nirjan Khadka
7edb9888e6
fix: reduce homepage container margins to make mobile design less squished (#126)
Co-authored-by: nirjankhadka <nirjan.khadka@gfinity.net>
2024-01-20 08:58:12 -05:00
Zach Daniel
86c96c31a9 improvement: remove sqlite 2024-01-12 12:43:25 -05:00
Zach Daniel
87546cc7ca improvement: eliminate need for spark mix config 2024-01-12 12:17:33 -05:00
Zach Daniel
d0f5f06123 fix: use correct real world link 2023-11-22 16:12:25 -05:00
Zach Daniel
4feb9d6393 chore: handle channel renames 2023-10-16 02:41:59 -04:00
Zach Daniel
cf675ed872 improvement: put back old forum posts & data 2023-10-16 02:06:03 -04:00
Zach Daniel
db5b94028d chore: remove unused alias 2023-10-13 11:57:12 -04:00
Zach Daniel
239ef413ce improvement: can't do alter on sqlite3 (dumb) 2023-10-12 18:27:11 -04:00
Zach Daniel
4a37edd47e improvement: rewrite package search and storage to use sqlite
improvement: clean up a bunch of unused code
2023-10-12 18:08:34 -04:00
Zach Daniel
146e055968 chore: show us podcast languages lol 2023-10-05 12:06:28 -04:00
Zach Daniel
60390e4dda improvement: add more podcasts 2023-10-04 22:36:12 -04:00
Zach Daniel
9502960bac improvement: clean up media page 2023-10-04 11:47:12 -04:00
Zach Daniel
9dc4f93425 chore: better links from alembic section 2023-10-04 09:33:52 -04:00
Zach Daniel
c81b303e11 chore: change tagline 2023-10-03 21:20:35 -04:00
Zach Daniel
bf5970eacd chore: fix contributor images on small screens 2023-10-03 21:19:26 -04:00
Zach Daniel
d69c530d91 improvement: replace search bar w/ CTA for alembic 2023-10-03 21:11:10 -04:00
Zach Daniel
817781ec53 chore: move alembic section above sponsors, small cleanup 2023-10-03 20:32:50 -04:00
Zach Daniel
436f0a54f4 chore: remove additional alembic content for now 2023-10-03 19:07:24 -04:00
Zach Daniel
4e2340f7ec improvement: bigger logos, feature alembic more 2023-10-03 11:10:57 -04:00
Rebecca Le
d01e2d16f5
fix: Format updated file 2023-10-03 12:18:44 +08:00
Rebecca Le
242771dca9
fix: Rewrite theme setting to properly support system theme
The existing code was a bit convoluted, and did not work correctly
when toggling the theme back to the system theme - neither theme was
properly applied on page load (cookie was present, so no theming was added)

This also fixes the edge case where changing the system theme would
override the site theme, due to not reading/using the cookie
value correctly
2023-10-03 12:11:07 +08:00
Zach Daniel
33467d034f improvement: custom contributors list 2023-10-01 13:41:23 -04:00
Zach Daniel
d43618384f chore: format 2023-09-28 10:44:50 -04:00
Zach Daniel
4e41c81ab0 chore: fix build/lint/compile 2023-09-28 10:37:16 -04:00
Theo Harris
45ccc44ebf
feature(community_page): Set up basic page and route, add link to top nav (#120) 2023-09-28 08:25:25 -04:00
Zach Daniel
7da8987dd6 fix: don't assign fallback guide 2023-09-27 12:15:45 -04:00
Zach Daniel
029d5281bf fix: fix annoying scroll bug 2023-09-27 10:08:52 -04:00
Zach Daniel
9d16ada5e5 chore: clean up & add redirects 2023-09-27 09:56:53 -04:00
Zach Daniel
20f1e277da improvement: don't load data, don't check library versions 2023-09-27 02:26:16 -04:00
Zach Daniel
4e36a93e07 improvement: migrate from discord forum logic to elixirforum logic
improvement: search now searches hexdocs
2023-09-27 00:23:56 -04:00
f4b734866e improvement: explicitly mention Elixir on the homepage. 2023-09-25 10:30:51 +13:00
Theo Harris
7b7a8d41df
fix: Increase clickable area of button to remove a package in sidebar (#118) 2023-09-23 08:22:17 -04:00
Zach Daniel
61f532ef44 chore: max width 2023-09-20 12:28:54 -04:00
Zach Daniel
5cbd7681db chore: update home page 2023-09-20 11:05:02 -04:00
Zach Daniel
f123d09a89 chore: add status page 2023-09-12 14:24:45 -04:00
Zach Daniel
2f349c64b0 improvement: tracing 2023-09-12 14:04:03 -04:00
Wout De Puysseleir
b8d91d50f2
Small fixes homepage (#116)
* Fix "OR" in light mode

* Fix alignment join button mailing-list
2023-09-03 06:58:44 -04:00
Wout De Puysseleir
050ad3cc86
Add Livebook button to the homepage (#115)
* Run formatter

Running `mix format` added these changes

* Add Run in Livebook button to homepage
2023-09-01 15:41:01 -04:00
Zach Daniel
283d597eed improvement: add zoonect logo 2023-08-11 01:48:24 -07:00
Zach Daniel
d334025fa4 improvement: fix logos on small screen 2023-07-22 15:49:21 -04:00
Zach Daniel
2d3c024a3e improvement: add group-flow logo 2023-07-21 12:14:50 -04:00
Zach Daniel
618354493a fix: select all libraries by default 2023-07-12 20:18:15 -04:00
Zach Daniel
601331794a fix: problematic z-index on top bar 2023-07-05 19:59:24 -04:00