Skip to content

Commit

Permalink
Deleted forum-related less and js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurio committed Apr 11, 2022
1 parent 7afb15f commit 330762b
Show file tree
Hide file tree
Showing 20 changed files with 10,509 additions and 2,700 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/frontend.yml

This file was deleted.

15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<p align=center>
<img src="https://lh3.googleusercontent.com/-CDid7LgrH-M/YNn460wKUMI/AAAAAAAAFdY/ttAl_XT055QzWO9bEWKPbzWBPzhPUg1UwCLcBGAsYHQ/s16000/asirem.png" alt="asirem_logo">
<h1 align=center>Asirem</h1>
<h1 align=center>Asirem Admin</h1>
<p align=center>
<img alt="License" src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square"> <a href="https://packagist.org/packages/afrux/asirem"><img alt="Latest Stable Version" src="https://img.shields.io/packagist/v/afrux/asirem.svg?style=flat-square"></a> <a href="https://packagist.org/packages/afrux/asirem"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/afrux/asirem.svg?style=flat-square"></a> <a href="https://www.buymeacoffee.com/sycho"><img alt="donate" src="https://img.shields.io/badge/donate-buy%20me%20a%20coffee-%23ffde39?style=flat-square"></a>
<img alt="License" src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square"> <a href="https://packagist.org/packages/ecnu-im/asirem-admin"><img alt="Latest Stable Version" src="https://img.shields.io/packagist/v/ecnu-im/asirem-admin.svg?style=flat-square"></a> <a href="https://packagist.org/packages/ecnu-im/asirem-admin"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/ecnu-im/asirem-admin.svg?style=flat-square"></a> <a href="https://www.buymeacoffee.com/sycho"><img alt="donate" src="https://img.shields.io/badge/donate-buy%20me%20a%20coffee-%23ffde39?style=flat-square"></a>
</p><p align=center>
The weird <a href="http://flarum.org">Flarum</a> theme made with potatoes as fuel, by <a href="https://github.com/afrux">Afrux</a>.
The admin panel of <a href="https://github.com/afrux/asirem">afrux/asirem</a>.
</p><p align=center>
<img width="50%" src="https://lh3.googleusercontent.com/-N4b-Oqq18To/YNno5ZmnmGI/AAAAAAAAFdA/49F0UzmZFecHv7baBQTtM6a_JO5n7s_dwCLcBGAsYHQ/s16000/Dark_Dashboard_Front.png" alt="asirem_theme_dashboard_screenshot_1"><img width="50%" src="https://lh3.googleusercontent.com/-edU2_P66Vlo/YNnpaU1yjVI/AAAAAAAAFdI/LzAB9qdLbGMGWFzyyovTow770r8b8Fw7wCLcBGAsYHQ/s16000/Light_Dashboard_Front.png" alt="asirem_theme_dashboard_screenshot_1">
<img src="https://lh3.googleusercontent.com/-qhKeJv4373Y/YNnqrVK6MlI/AAAAAAAAFdQ/pcRH7ZobQdMJYiIQ2HTyjJnZpXqUHMg6QCLcBGAsYHQ/s16000/Screenshot%2Bfrom%2B2021-06-27%2B22-57-32.png" alt="asirem_theme_forum_screenshot_1">
</p>

### Installation

Install with composer:

```sh
composer require afrux/asirem
composer require ecnu-im/asirem-admin
```

The following are nice to install with the theme as well:
Expand All @@ -27,12 +26,12 @@ composer require sycho/flarum-advanced-extension-categories
### Updating

```sh
composer update afrux/asirem --with-dependencies
composer update ecnu-im/asirem-admin --with-dependencies
php flarum cache:clear
```

### Links

- [Packagist](https://packagist.org/packages/afrux/asirem)
- [GitHub](https://github.com/afrux/asirem)
- [Packagist](https://packagist.org/packages/ecnu-im/asirem-admin)
- [GitHub](https://github.com/ECNU-Forum/asirem-admin)
- [Discuss](https://discuss.flarum.org/d/27939-asirem-theme)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "afrux/asirem",
"description": "The weird Flarum theme made with potatoes as fuel, by Afrux.",
"name": "ecnu-im/asirem-admin",
"description": "The admin panel of afrux/asirem",
"keywords": [
"flarum"
],
Expand Down
6 changes: 0 additions & 6 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

return [
new \Afrux\ThemeBase\Extend\Init('afrux-asirem'),
new \Afrux\ThemeBase\Extend\Footer,
new \Afrux\ThemeBase\Extend\UploadableBanner,
new \Afrux\ThemeBase\Extend\ExposeLaravelVersionToDashboard,
(new \Afrux\ThemeBase\Extend\DashboardLayout)
->splitToNavAndContent()
Expand All @@ -27,10 +25,6 @@
->normalizeUserTable()
->addExtensionsPage(),

(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less'),

(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js')
->css(__DIR__.'/less/admin.less')
Expand Down
2 changes: 0 additions & 2 deletions js/dist/forum.js

This file was deleted.

Loading

0 comments on commit 330762b

Please sign in to comment.