-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update actions/checkout to v4 * elixir 1.14.5 and erlang 25.3.2.8 * fix `Passing an atom to "for" in the form component is deprecated.` warnings * remove deprecated phoenix compiler https://github.com/phoenixframework/phoenix/blob/66e9aaa84aa4ba1c5c7713d039ed7fba937293e8/CHANGELOG.md * remove unused and unneeded deps * align with phx_new 1.6.16 surface.init 0.9.4 * align with phx_new 1.7.7 surface.init 0.11.1
- Loading branch information
1 parent
06d4410
commit 24562d2
Showing
50 changed files
with
1,560 additions
and
834 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[ | ||
import_deps: [:phoenix, :surface, :ecto], | ||
inputs: ["*.{ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{ex,exs}"], | ||
surface_inputs: ["{lib,test}/**/*.{ex,exs,sface}"], | ||
subdirectories: [] | ||
import_deps: [:phoenix, :surface], | ||
plugins: [Phoenix.LiveView.HTMLFormatter, Surface.Formatter.Plugin], | ||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "{lib,test}/**/*.sface"] | ||
] |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
erlang 25.3.2.8 | ||
elixir 1.14.5-otp-25 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Surface Site | ||
|
||
Documentation website for the [Surface](https://surface-ui.org/) project. | ||
|
||
## Development | ||
|
||
To start your Phoenix server: | ||
|
||
* Run `mix setup` | ||
* Start Phoenix endpoint with `mix phx.server` | ||
* Run `mix setup` | ||
* Start Phoenix endpoint with `mix phx.server` | ||
|
||
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. |
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
Oops, something went wrong.