Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
5f7f8fa
feat: add escape to UI
extract Jul 8, 2022
1a88fae
fix: potential fix for actors not dying
RobbeBryssinck Jul 11, 2022
aca4002
upgrade UI dependencies
scomans Jul 10, 2022
722a08d
reworked most UI components
scomans Jul 10, 2022
139bdab
use transloco to show UI texts
scomans Jul 11, 2022
07f3ae3
fix: healing hands not working
RobbeBryssinck Jul 11, 2022
db1c2cf
Merge pull request #254 from tiltedphoques/fix/healing-hands
RobbeBryssinck Jul 11, 2022
0db3aee
Merge pull request #256 from tiltedphoques/fix/actors-not-dying
RobbeBryssinck Jul 11, 2022
34b41ad
tweak: proper use of IS_MASTER
RobbeBryssinck Jul 11, 2022
a4c1096
tweak: disable admin password
RobbeBryssinck Jul 11, 2022
d8a2940
Merge pull request #231 from extract/master
RobbeBryssinck Jul 11, 2022
afb98e3
cleanup UI files (changes from Dragonisser)
scomans Jul 11, 2022
e9ea28e
Merge pull request #246 from scomans/feat/ui-rework
Dragonissa Jul 11, 2022
347a0e1
Work on rewrite to never sync player home cells
ejektaflex Jul 12, 2022
a212aba
Fix nullptr where no encounter exists
ejektaflex Jul 12, 2022
e77685e
Change field name to something a bit more sensible
ejektaflex Jul 12, 2022
d807fe1
fix: enchant crash fix
RobbeBryssinck Jul 12, 2022
4bd1132
Merge pull request #263 from tiltedphoques/fix/enchant-crashes
RobbeBryssinck Jul 12, 2022
49bbdf2
tweak: death safeguard
RobbeBryssinck Jul 12, 2022
3ffd5f0
tweak: improve build times
RobbeBryssinck Jul 12, 2022
2da5d5c
tweak: disable kill moves
RobbeBryssinck Jul 12, 2022
405ec01
tweak: improve server list sorting
scomans Jul 12, 2022
e68039f
tweak: make XP sync toggleable server side
RobbeBryssinck Jul 12, 2022
b0a1716
fix: bEnableXpSync
RobbeBryssinck Jul 12, 2022
91e0314
fix: quest item re-appearing
RobbeBryssinck Jul 12, 2022
7f6c390
Merge pull request #265 from tiltedphoques/tweak/xp-toggle
RobbeBryssinck Jul 12, 2022
e9dc651
Merge pull request #266 from tiltedphoques/fix/quest-items
RobbeBryssinck Jul 12, 2022
d9c8028
feat: reworked the format of errors sent to the client
scomans Jul 12, 2022
103bee6
tweak: rename token to password in UI files
scomans Jul 12, 2022
d3aa114
Fixed hyperlink
jjnether Jul 12, 2022
31c797a
Merge pull request #269 from jjnether/patch-2
RobbeBryssinck Jul 12, 2022
e091800
Fix formatting & edge cases for feature cleanup
ejektaflex Jul 12, 2022
8760f8a
Remove old struct reference
ejektaflex Jul 12, 2022
c7ca970
Fixed workflow status badge
jjnether Jul 12, 2022
6d855f7
Merge pull request #271 from jjnether/patch-1
RobbeBryssinck Jul 12, 2022
c70ad3b
Fix space
jjnether Jul 12, 2022
6c8f469
add link to wiki
jjnether Jul 12, 2022
67bec55
tweak wording
jjnether Jul 12, 2022
061dae1
Merge pull request #273 from jjnether/patch-2
RobbeBryssinck Jul 12, 2022
293446a
Merge pull request #261 from ejektaflex/feature-player-home-nosync
RobbeBryssinck Jul 12, 2022
4c83221
fix: enemies not targeting party members
RobbeBryssinck Jul 12, 2022
e1ade20
feat: allow group UI to be repositioned
scomans Jul 12, 2022
f03fdb8
tweak: disable country column until it gets implemented properly
scomans Jul 12, 2022
a173909
tweak: add .pnpm-debug.log to gitignore
scomans Jul 12, 2022
05bb4ef
teak: use enum to determine sorting order
scomans Jul 12, 2022
00d62a0
fix: radio buttons in settings not working
scomans Jul 12, 2022
ff04563
Merge pull request #264 from scomans/feat/ui-improvements
Dragonissa Jul 12, 2022
328a854
tweak: alternate background colors for serverlist entries
scomans Jul 13, 2022
02b4480
tweak: adjust ViewEncapsulation
scomans Jul 13, 2022
2b25857
tweak: refactored placement of player faction
RobbeBryssinck Jul 13, 2022
7219296
tweak: make chat/general menu barely visible when another window is open
scomans Jul 13, 2022
d5d5efb
tweak: widen server list
scomans Jul 13, 2022
133d19d
feat: allow sorting serverlist by multiple criteria
scomans Jul 13, 2022
824a6e9
tweak: sort serverlist by favorite and player count by default
scomans Jul 13, 2022
c5045f5
Merge pull request #277 from tiltedphoques/fix/aggro
RobbeBryssinck Jul 13, 2022
8175f9a
tweak: replace group UI position selection with radio buttons
scomans Jul 13, 2022
e73b73c
feat: hide incompatible servers in serverlist by default
scomans Jul 13, 2022
01d62df
tweak: remove the wide styling for the root controls
scomans Jul 13, 2022
d8b8091
Merge pull request #278 from scomans/ui-improvements-2
Dragonissa Jul 13, 2022
a318872
tweak: party debug ui and connect debug ui improvements
RobbeBryssinck Jul 13, 2022
71651c8
fix: diplomatic immunity quest empty chest
RobbeBryssinck Jul 13, 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
Prev Previous commit
Next Next commit
tweak: make chat/general menu barely visible when another window is open
  • Loading branch information
scomans committed Jul 13, 2022
commit 721929610425929099d4e338a1f3904027be4a56
6 changes: 5 additions & 1 deletion Code/skyrim_ui/src/app/components/root/root.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<app-notification-popup class="app-notification-popup" border="strip"></app-notification-popup>

<app-notifications [@notifications]="!(active$ | async)"></app-notifications>
<div [@controls]="(active$ | async)" [ngClass]="(connected$ | async) ? 'app-root-controls-wide' : 'app-root-controls'">
<div
[@controls]="(active$ | async)"
[class.background-element]="view | async"
[ngClass]="(connected$ | async) ? 'app-root-controls-wide' : 'app-root-controls'"
>
<app-window border="strip" class="app-root-menu">
<button
*ngIf="!(connected$ | async) && !(connectionInProgress$ | async)"
Expand Down
4 changes: 4 additions & 0 deletions Code/skyrim_ui/src/app/components/root/root.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
}
}

.background-element {
opacity: 30%;
}

::ng-deep {
.app-root-popups {
> app-popup > app-window {
Expand Down
2 changes: 1 addition & 1 deletion Code/skyrim_ui/src/app/components/root/root.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { animation as notificationsAnimation } from './notifications.animation';


export enum RootView {
CONNECT,
CONNECT = 1,
DISCONNECT,
RECONNECT,
SERVER_LIST,
Expand Down