Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
dd99f7d
refactor routing
Chayma-ab Apr 15, 2025
4f8d60d
changes For the routing
Chayma-ab Apr 22, 2025
0d4f1db
v0.18.96-pqview-stable
kierandesmond Apr 23, 2025
034811e
Revert "v0.18.96-pqview-stable"
kierandesmond Apr 23, 2025
b5d0863
v0.18.98-pqview-stable
kierandesmond Apr 23, 2025
a82cdbd
added filter in user and change log tab (#73)
mohitnimavatgh Apr 23, 2025
9217cdc
Latest
kierandesmond Apr 23, 2025
199a6c3
Merge branch 'develop' into PQView-stable-2-copie
kierandesmond Apr 23, 2025
e2964de
changes For the routing (#75)
Chayma-ab Apr 23, 2025
d1ec573
Route Estimation
Chayma-ab Apr 24, 2025
c10b859
fixing navigation estimation
Chayma-ab Apr 25, 2025
2f295bf
the selected stage is heilight
Chayma-ab Apr 29, 2025
438c7e8
v0.18.105-pqview-stable
kierandesmond Apr 30, 2025
2e2be84
the selected stage is heilight
Chayma-ab Apr 30, 2025
e4a0adf
Missing changes hotfix
kierandesmond Apr 30, 2025
45bf1aa
v0.18.110-pqview-stable
kierandesmond Apr 30, 2025
4a01a34
save changes
Chayma-ab May 5, 2025
ed46dee
The 'When' column is showing 'Epoch' timing in the 'Changes Log' page
Chayma-ab May 6, 2025
2dda8dd
fixing role/user
Chayma-ab May 7, 2025
33ac03b
roles
Chayma-ab May 9, 2025
d75de0b
fixing conflicts
Chayma-ab May 9, 2025
0a848ff
fixing conflicts ignore dist
Chayma-ab May 9, 2025
3210a24
Remove dist files from tracking and add to .gitignore
Chayma-ab May 9, 2025
1914b31
Fixing conflicts
Chayma-ab May 9, 2025
eaa6de8
v0.18.120-pqview-stable
kierandesmond May 9, 2025
9127246
fixing Date sorting
Chayma-ab May 15, 2025
3fdc45c
v0.18.125-pqview-stable
kierandesmond May 16, 2025
683d75d
v0.18.130-pqview-stable
kierandesmond May 16, 2025
75b3db9
Desktop:516-532-376 (#79)
Chayma-ab May 22, 2025
490ee0a
v0.18.150-pqview-stable
kierandesmond May 23, 2025
a788bb1
v0.18.155-pqview-stable
kierandesmond May 26, 2025
982396a
Desktop 525 (#80)
Chayma-ab Jun 4, 2025
9c58263
v0.18.165-pqview
kierandesmond Jun 4, 2025
7523a29
add custom urls for asset (#82)
mohitnimavatgh Jun 19, 2025
e78bc4b
v0.18.170-pqview
kierandesmond Jun 19, 2025
841241d
remove status field from users tab (#84)
mohitnimavatgh Jul 23, 2025
19a7df1
v0.18.175-pqview
kierandesmond Jul 30, 2025
c125a28
cancel button does not close add asset popup (#85)
mohitnimavatgh Jul 30, 2025
ed8d6bb
v0.18.185-pqview
kierandesmond Jul 30, 2025
33d75c8
v0.18.185-pqview-searchfix
kierandesmond Aug 4, 2025
e653fc7
Search bar 2 is hidden issue fixed (#87)
mohitnimavatgh Aug 4, 2025
79072b9
Desktop 613 search fix - new search architecture (#88)
kierandesmond Aug 5, 2025
4da4cd9
v0.18.190-pqview-searchfix
kierandesmond Aug 5, 2025
e88a22f
BasicSide refactoring
kierandesmond Aug 6, 2025
044f88e
v0.18.195
kierandesmond Aug 6, 2025
79e1a3d
v0.18.196
kierandesmond Aug 6, 2025
6ad044a
Tidying BasicSide, fix for term
kierandesmond Aug 6, 2025
d63eccd
v0.18.197
kierandesmond Aug 6, 2025
4c17ca6
v0.18.197-demo-dev
kierandesmond Aug 11, 2025
ccee43b
Desktop 626 mgt portal search (#91)
kierandesmond Aug 14, 2025
317e7a7
v0.18.197-demo-dev.0.6
kierandesmond Aug 14, 2025
63e9076
Allow User to Toggle Between Asset Data Sets in the Assets Tab
mohitnimavatgh Aug 21, 2025
d28d384
Searching for an Asset with No Location Assigned
mohitnimavatgh Sep 3, 2025
375e956
Squashed commit of the following:
kierandesmond Sep 8, 2025
318a70a
Merge remote-tracking branch 'origin/develop_643' into SAP-DESKTOP-468
kierandesmond Sep 8, 2025
defb1e2
Squashed commit of the following:
kierandesmond Sep 8, 2025
b7e988e
Merge branch 'develop_643' into SAP-DESKTOP-468
kierandesmond Sep 8, 2025
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ yarn-error.log*
*.sln
*.sw?

dist
/dist

*~
yarn.lock
Expand Down
Loading