initial commit
parents
Showing
.env
0 → 100644
.eslintrc.json
0 → 100644
.github/CONTRIBUTING.md
0 → 100644
.github/FUNDING.yml
0 → 100644
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
.github/ISSUE_TEMPLATE/feature_request.md
0 → 100644
.github/workflows/legacy.yml
0 → 100644
.github/workflows/modern.yml
0 → 100644
.github/workflows/translation.yml
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
.vscode/launch.json
0 → 100644
LICENSE.txt
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
SafeFetch.png
0 → 100644
6.3 KB
SafeFetch_round.png
0 → 100644
37.3 KB
index.html
0 → 100644
legacy/.eslintignore
0 → 100644
legacy/.eslintrc.json
0 → 100644
legacy/LICENSE.txt
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
legacy/package.json
0 → 100644
legacy/web/app.css
0 → 100644
legacy/web/app.js
0 → 100644
legacy/web/app/Application.js
0 → 100644
legacy/web/app/AttributeFormatter.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/DeviceImages.js
0 → 100644
legacy/web/app/GeofenceConverter.js
0 → 100644
legacy/web/app/Style.js
0 → 100644
legacy/web/app/controller/Root.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/model/Attribute.js
0 → 100644
legacy/web/app/model/Calendar.js
0 → 100644
legacy/web/app/model/Command.js
0 → 100644
legacy/web/app/model/ComputedAttribute.js
0 → 100644
legacy/web/app/model/Device.js
0 → 100644
legacy/web/app/model/Driver.js
0 → 100644
legacy/web/app/model/Event.js
0 → 100644
legacy/web/app/model/Geofence.js
0 → 100644
legacy/web/app/model/Group.js
0 → 100644
legacy/web/app/model/KnownAttribute.js
0 → 100644
legacy/web/app/model/KnownCommand.js
0 → 100644
legacy/web/app/model/KnownNotification.js
0 → 100644
legacy/web/app/model/KnownNotificator.js
0 → 100644
legacy/web/app/model/Maintenance.js
0 → 100644
legacy/web/app/model/Notification.js
0 → 100644
legacy/web/app/model/Position.js
0 → 100644
legacy/web/app/model/ReportStop.js
0 → 100644
legacy/web/app/model/ReportSummary.js
0 → 100644
legacy/web/app/model/ReportTrip.js
0 → 100644
legacy/web/app/model/Server.js
0 → 100644
legacy/web/app/model/Statistics.js
0 → 100644
legacy/web/app/model/User.js
0 → 100644
legacy/web/app/store/AlarmTypes.js
0 → 100644
legacy/web/app/store/AllCalendars.js
0 → 100644
legacy/web/app/store/AllCommandTypes.js
0 → 100644
legacy/web/app/store/AllCommands.js
0 → 100644
legacy/web/app/store/AllDevices.js
0 → 100644
legacy/web/app/store/AllDrivers.js
0 → 100644
legacy/web/app/store/AllGeofences.js
0 → 100644
legacy/web/app/store/AllGroups.js
0 → 100644
legacy/web/app/store/AllMaintenances.js
0 → 100644
legacy/web/app/store/AllNotificationTypes.js
0 → 100644
legacy/web/app/store/AllNotifications.js
0 → 100644
legacy/web/app/store/AllNotificators.js
0 → 100644
legacy/web/app/store/AllTimezones.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/AttributeValueTypes.js
0 → 100644
legacy/web/app/store/Attributes.js
0 → 100644
legacy/web/app/store/Calendars.js
0 → 100644
legacy/web/app/store/CommandTypes.js
0 → 100644
legacy/web/app/store/Commands.js
0 → 100644
legacy/web/app/store/CommonUserAttributes.js
0 → 100644
legacy/web/app/store/ComputedAttributes.js
0 → 100644
legacy/web/app/store/CoordinateFormats.js
0 → 100644
legacy/web/app/store/DeviceAttributes.js
0 → 100644
legacy/web/app/store/DeviceCommands.js
0 → 100644
legacy/web/app/store/DeviceImages.js
0 → 100644
legacy/web/app/store/DeviceStatuses.js
0 → 100644
legacy/web/app/store/Devices.js
0 → 100644
legacy/web/app/store/DistanceUnits.js
0 → 100644
legacy/web/app/store/Drivers.js
0 → 100644
legacy/web/app/store/EventPositions.js
0 → 100644
legacy/web/app/store/Events.js
0 → 100644
legacy/web/app/store/GeofenceAttributes.js
0 → 100644
legacy/web/app/store/GeofenceTypes.js
0 → 100644
legacy/web/app/store/Geofences.js
0 → 100644
legacy/web/app/store/GroupAttributes.js
0 → 100644
legacy/web/app/store/Groups.js
0 → 100644
legacy/web/app/store/HoursUnits.js
0 → 100644
legacy/web/app/store/KnownCommands.js
0 → 100644
legacy/web/app/store/Languages.js
0 → 100644
legacy/web/app/store/LatestPositions.js
0 → 100644
legacy/web/app/store/MaintenanceTypes.js
0 → 100644
legacy/web/app/store/Maintenances.js
0 → 100644
legacy/web/app/store/MapTypes.js
0 → 100644
legacy/web/app/store/Notifications.js
0 → 100644
legacy/web/app/store/PositionAttributes.js
0 → 100644
legacy/web/app/store/Positions.js
0 → 100644
legacy/web/app/store/ReportChartTypes.js
0 → 100644
legacy/web/app/store/ReportEventTypes.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportEvents.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportPeriods.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportRoute.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportStops.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportSummary.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportTrips.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ReportTypes.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/ServerAttributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/SpeedUnits.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/Statistics.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/TimeUnits.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/UserAttributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/Users.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/VisibleDevices.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/store/VolumeUnits.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/ArrayListFilter.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/BaseWindow.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/ClearableComboBox.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/ColorPicker.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/CustomNumberField.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/CustomTimeField.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/DeviceMenu.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/DeviceMenuController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/Events.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/EventsController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/GridPanel.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/Main.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/MainController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/MainMobile.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/Report.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/ReportController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/SettingsMenu.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/State.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/StateController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/Statistics.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/StatisticsController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/TouchFix62.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/UnescapedTextField.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Attribute.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Base.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/BaseEdit.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Calendar.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Device.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Driver.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Geofence.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Group.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Login.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Maintenance.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Notification.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Register.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/ReportConfig.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/SavedCommand.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/SelectDevice.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/SendCommand.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/Server.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/User.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/dialog/UserController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Attributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Calendars.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Devices.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Drivers.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Geofences.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Groups.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/GroupsController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Maintenances.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Notifications.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/SavedCommands.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Toolbar.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/Users.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/edit/UsersController.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/map/BaseMap.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/map/GeofenceMap.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/map/Map.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/map/MapController.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Base.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Calendars.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Devices.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Drivers.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Geofences.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Groups.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
legacy/web/app/view/permissions/Users.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/apple-touch-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/beep.wav
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/debug.html
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/animal.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/arrow.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/bicycle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/boat.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/bus.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/car.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/crane.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/default.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/helicopter.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/motorcycle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/offroad.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/person.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/pickup.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/plane.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/scooter.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/ship.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/tractor.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/train.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/tram.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/trolleybus.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/truck.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/images/van.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/af.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ar.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/az.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/bg.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/bn.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ca.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/cs.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/da.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/de.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/el.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/es.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/fa.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/fi.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/fr.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/gl.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/he.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/hi.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/hr.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/hu.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/id.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/it.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ja.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ka.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/kk.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/km.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ko.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/lo.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/lt.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/lv.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/mk.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ml.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/mn.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ms.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/nb.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ne.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/nl.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/nn.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/pl.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/pt.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/pt_BR.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ro.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ru.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/si.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/sk.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/sl.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/sq.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/sr.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/sv.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/ta.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/th.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/tr.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/uk.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/uz.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/vi.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/zh.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/l10n/zh_TW.json
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/load.js
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
legacy/web/release.html
0 → 100644
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
This diff is collapsed.
Click to expand it.
public/apple-touch-icon-180x180.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
public/logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/maskable-icon-512x512.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/pwa-192x192.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/pwa-512x512.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/pwa-64x64.png
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles.css
0 → 100644
This diff is collapsed.
Click to expand it.
simple/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/App.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/AppThemeProvider.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/CachingController.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/ErrorBoundary.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/Navigation.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/ServerProvider.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/SocketController.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/UpdateController.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/common/attributes/useDeviceAttributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/common/attributes/useGroupAttributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/common/attributes/useServerAttributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/attributes/useUserAttributes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/AddressValue.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/BottomMenu.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/DriverValue.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/ErrorHandler.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/GeofencesValue.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/LinkField.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/Loader.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/common/components/MenuItem.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/NativeInterface.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/NavBar.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/PageLayout.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/PositionValue.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/RemoveDialog.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/SelectField.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/SideNav.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/SplitButton.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/StatusCard.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/TableShimmer.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/components/TermsDialog.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/theme/components.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/theme/dimensions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/theme/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/theme/palette.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/colors.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/converter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/deviceCategories.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/duration.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/formatter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/permissions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/preferences.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/stringUtils.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/useFeatures.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/usePersistedState.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/util/useQuery.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/login/ChangeServerPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/login/LoginLayout.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/login/LoginPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/login/LogoImage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/login/RegisterPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/login/ResetPasswordPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/DeviceList.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/DeviceRow.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/EventsDrawer.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/MainMap.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/MainPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/MainToolbar.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/useFilter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapCamera.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapCurrentLocation.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapGeofence.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapMarkers.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapPadding.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapPositions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapRouteCoordinates.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapRoutePath.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapRoutePoints.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/MapScale.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/core/MapView.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/core/mapUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/core/preloadImages.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/core/useMapStyles.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/draw/MapGeofenceEdit.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/draw/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/geocoder/MapGeocoder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/geocoder/geocoder.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/legend/MapSpeedLegend.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/main/MapAccuracy.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/main/MapDefaultCamera.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/main/MapLiveRoutes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/main/MapSelectedDevice.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/main/PoiMap.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/notification/MapNotification.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/notification/notification.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/overlay/MapOverlay.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/overlay/useMapOverlays.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/switcher/switcher.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/map/switcher/switcher.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/EmulatorPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/EventPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/GeofencesList.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/GeofencesPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/NetworkPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/PositionPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/other/ReplayPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reactHelper.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/ChartReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/CombinedReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/EventReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/LogsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/RouteReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/ScheduledPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/StatisticsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/StopReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/SummaryReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/TripReportPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/common/scheduleReport.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/common/useReportStyles.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/components/ColumnSelect.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/components/ReportFilter.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/reports/components/ReportsMenu.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/alarm.mp3
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/background.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/data/engine.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/direction.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/animal.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/bicycle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/boat.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/bus.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/camper.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/car.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/crane.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/default.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/finish.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/helicopter.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/motorcycle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/person.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/plane.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/scooter.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/ship.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/start.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/tractor.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/trailer.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/train.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/tram.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/truck.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/icon/van.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/images/logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/af.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ar.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/az.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/bg.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/bn.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ca.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/cs.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/da.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/de.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/el.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/es.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/fa.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/fi.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/fr.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/gl.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/he.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/hi.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/hr.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/hu.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/id.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/it.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ja.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ka.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/kk.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/km.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ko.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/lo.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/lt.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/lv.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/mk.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ml.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/mn.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ms.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/nb.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ne.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/nl.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/nn.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/pl.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/pt.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/pt_BR.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ro.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ru.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/si.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/sk.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/sl.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/sq.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/sr.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/sv.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/ta.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/th.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/tr.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/uk.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/uz.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/vi.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/zh.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/resources/l10n/zh_TW.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/AccumulatorsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/AnnouncementPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/CalendarPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/CalendarsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/CommandDevicePage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/CommandGroupPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/CommandPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/CommandsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/ComputedAttributePage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/ComputedAttributesPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/DeviceConnectionsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/DevicePage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/DevicesPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/DriverPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/DriversPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/GeofencePage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/GroupConnectionsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/GroupPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/GroupsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/MaintenancePage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/MaintenancesPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/NotificationPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/NotificationsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/PreferencesPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/ServerPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/SharePage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/UserConnectionsPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/UserPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/UsersPage.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/common/useSettingsStyles.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/settings/components/BaseCommandView.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/settings/components/CollectionFab.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/components/DeviceUsersValue.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/settings/components/EditItemView.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/components/SearchHeader.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings/components/SettingsMenu.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/calendars.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/devices.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/drivers.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/errors.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/events.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/geofences.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/groups.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/maintenances.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/reports.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/session.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/throttleMiddleware.js
0 → 100644
This diff is collapsed.
Click to expand it.
target.png
0 → 100644
This diff is collapsed.
Click to expand it.
tools/translate.py
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.js
0 → 100644
This diff is collapsed.
Click to expand it.