Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
eadf570
new structure
Zerpico Jun 18, 2021
cc30084
add webapi and template desktop
Zerpico Jun 18, 2021
86193d3
complete v1 webapi
Zerpico Jun 20, 2021
be817f3
fix some models, add relative path
Zerpico Jun 21, 2021
312b09c
add test api
Zerpico Jun 21, 2021
aaf3449
move ApiTest project
Zerpico Jun 21, 2021
a76f4be
add static provider
Zerpico Jun 21, 2021
79434f6
fix url paths
Zerpico Jun 21, 2021
b134784
fix static provder
Zerpico Jun 21, 2021
87d64b4
fix urls
Zerpico Jun 22, 2021
40e8918
new DBContext
Zerpico Dec 23, 2021
5b83105
add front Vue
Zerpico Dec 24, 2021
e183086
edit gitignore
Zerpico Dec 24, 2021
97733e6
del submodule
Zerpico Dec 24, 2021
7f26a44
add source front vue
Zerpico Dec 24, 2021
1dfffc3
some fetch methods controller
Zerpico Dec 25, 2021
7e02851
add queries, add requests
Zerpico Dec 26, 2021
5af09cd
add links
Zerpico Dec 26, 2021
4aa40e2
add front vue to ViewController
Zerpico Dec 26, 2021
9b81e80
add Docker support
Zerpico Dec 26, 2021
609a051
del unnecessary
Zerpico Dec 26, 2021
b8ac4b1
add some front components
Zerpico Jan 10, 2022
74905f8
fix views
Zerpico Jan 11, 2022
f569aa9
add VueCliMiddleware
Zerpico Jan 13, 2022
695d7f0
add Spa
Zerpico Jan 14, 2022
7a7fec7
fix tests
Zerpico Jan 14, 2022
ff9924a
add npm build to docker
Zerpico Jan 15, 2022
5f42c4b
work in store
Zerpico Jan 17, 2022
d5a9cec
change actions
Zerpico Jan 18, 2022
731c1bf
add filters
Zerpico Jan 18, 2022
a22ce24
fix reload
Zerpico Jan 19, 2022
3653ac7
fix dockerfile
Zerpico Jan 19, 2022
d345f3d
fix orderby
Zerpico Jan 19, 2022
de7db1e
fix reload
Zerpico Jan 19, 2022
e228b33
add loader
Zerpico Jan 19, 2022
4f6e01a
add emulatorJs launch
Zerpico Jan 21, 2022
0d4212c
fix errors with types
Zerpico Jan 21, 2022
c0a095a
fuck you babel-polyfill
Zerpico Jan 21, 2022
3fa5a72
add doc with emul
Zerpico Jan 26, 2022
f9cb465
edit ui detal
Zerpico Jan 27, 2022
5504345
transfer gamelist to component
Zerpico Jan 27, 2022
8e53f9f
fix errors
Zerpico Jan 27, 2022
5b2a365
add styles
Zerpico Jan 27, 2022
ec983a7
many css work
Zerpico Jan 28, 2022
2fb3c5d
fix name bugs
Zerpico Jan 29, 2022
189ecd3
add order by downloads
Zerpico Jan 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TAG=latest
BaseUrl=https://mydomen.ru
FilesPath=/files
DISK_FOLDER=/var/DirWithImages
ConnectionStrings__DbConnection=User ID=postgres; Password=passw; Host=postgres; Port=5432; Database=rg; Pooling=true; ApplicationName=RetroApi
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dlldata.c
project.lock.json
artifacts/

appsettings.Development.json

*_i.c
*_p.c
*_i.h
Expand Down Expand Up @@ -186,9 +188,21 @@ ClientBin/
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
.DS_Store
node_modules
/dist
orleans.codegen.cs

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# RIA/Silverlight projects
Generated_Code/

Expand Down
9 changes: 9 additions & 0 deletions Desktop/RetroLauncher.Desktop/App.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Application x:Class="RetroLauncher.Desktop.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:RetroLauncher.Desktop"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
17 changes: 17 additions & 0 deletions Desktop/RetroLauncher.Desktop/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace RetroLauncher.Desktop
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Windows;

[assembly: ThemeInfo(
[assembly:ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
Expand Down
12 changes: 12 additions & 0 deletions Desktop/RetroLauncher.Desktop/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Window x:Class="RetroLauncher.Desktop.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:RetroLauncher.Desktop"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>

</Grid>
</Window>
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
Expand All @@ -11,14 +13,14 @@
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace RetroLauncher.Client.Views
namespace RetroLauncher.Desktop
{
/// <summary>
/// Логика взаимодействия для RecentView.xaml
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class RecentView : UserControl
public partial class MainWindow : Window
{
public RecentView()
public MainWindow()
{
InitializeComponent();
}
Expand Down
11 changes: 11 additions & 0 deletions Desktop/RetroLauncher.Desktop/RetroLauncher.Desktop.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<AssemblyName>RetroLauncher.Desktop</AssemblyName>
<RootNamespace>RetroLauncher.Desktop</RootNamespace>
<UseWPF>true</UseWPF>
</PropertyGroup>

</Project>
23 changes: 23 additions & 0 deletions Front/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
18 changes: 18 additions & 0 deletions Front/2.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

added 1 package, and audited 1465 packages in 8s

103 packages are looking for funding
run `npm fund` for details

74 vulnerabilities (2 low, 60 moderate, 12 high)

To address issues that do not require attention, run:
npm audit fix

To address all issues possible (including breaking changes), run:
npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
24 changes: 24 additions & 0 deletions Front/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# retro-front-ts

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
3 changes: 3 additions & 0 deletions Front/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"],
};
Loading