refactor: 💡 Switched to skolplattformen-app instead

This commit is contained in:
Viktor Sarström 2021-12-01 11:13:50 +01:00
parent 25b9ceaa28
commit 0ba4d355b8
277 changed files with 580 additions and 581 deletions

1
.gitignore vendored
View File

@ -95,7 +95,6 @@ buck-out/
node_modules/
apps/skolplattformen-e2e/artifacts
## Nested node_modules
node_modules/

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ P
If you're simply looking for information about the app, our website can be found at [https://skolplattformen.org/](https://skolplattformen.org/). \
Check out [the changelog](CHANGELOG.md) to see what new features are added, and a list of fixed bugs.
This main repository for the project contains the source code for both the [app](apps/skolplattformen) and its [website](https://skolplattformen.org/). \
This main repository for the project contains the source code for both the [app](apps/skolplattformen-app) and its [website](https://skolplattformen.org/). \
The sources for each can be found under [apps](apps) and [libs](libs).
The respective README files there contain more detailed descriptions.
@ -57,7 +57,7 @@ Our main goal with the app is to make it as fast and easy to use as possible. \
We're starting small, with more features being added over time.
For more information, check out the [source code](apps/skolplattformen).
For more information, check out the [source code](apps/skolplattformen-app).
#### website
@ -157,10 +157,10 @@ Once done, create a _pull request_ where you explain why we should incorporate y
If you're new to GitHub, there's a number of excellent guides available, such as [this one on forking projects and making pull requests](https://guides.github.com/activities/forking/).
There are many ways to contribute to the project. \
If you don't know how to program and want help, you can [file an issue](https://github.com/kolplattformen/skolplattformen/issues/new) to let us know when something isn't working properly. \
If you don't know how to program and want help, you can [file an issue](https://github.com/kolplattformen/skolplattformen-app/issues/new) to let us know when something isn't working properly. \
We're super duper happy for both issues and pull requests, and we try to answer all of them as soon as humanly possible.
Another way to contribute is by helping translate Öppna skolplattformen [on Hosted Weblate](https://hosted.weblate.org/engage/skolplattformen/) into a new language, or to improve existing translations.
Another way to contribute is by helping translate Öppna skolplattformen [on Hosted Weblate](https://hosted.weblate.org/engage/skolplattformen-app/) into a new language, or to improve existing translations.
_Working together leverages available skills and experience in improving the project, ultimately creating the best possible experience_.

View File

@ -78,7 +78,7 @@ import com.android.build.OutputFile
*/
project.ext.react = [
entryFile: "apps/skolplattformen/index.js",
entryFile: "apps/skolplattformen-app/index.js",
enableHermes: true, // clean and rebuild if changing
]

View File

@ -44,7 +44,7 @@ public class MainApplication extends Application implements ReactApplication {
@Override
protected String getJSMainModuleName() {
return "apps/skolplattformen/index";
return "apps/skolplattformen-app/index";
}
};

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 784 KiB

After

Width:  |  Height:  |  Size: 784 KiB

View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

Before

Width:  |  Height:  |  Size: 510 KiB

After

Width:  |  Height:  |  Size: 510 KiB

View File

Before

Width:  |  Height:  |  Size: 530 KiB

After

Width:  |  Height:  |  Size: 530 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 537 KiB

After

Width:  |  Height:  |  Size: 537 KiB

Some files were not shown because too many files have changed in this diff Show More