@@ -772,8 +772,8 @@ export default function AnalyticsPage() {
772
772
< div className = "terminal-matrix-bg container mx-auto max-w-7xl space-y-8 px-4 py-8 pt-28" >
773
773
< div className = "mb-8" >
774
774
< div className = "mb-6 flex items-center gap-2" >
775
- < Terminal className = "terminal-glow h-5 w-5 text-primary" />
776
- < span className = "terminal-glow font-bold font-mono text-xl" >
775
+ < Terminal className = "h-5 w-5 text-primary" />
776
+ < span className = "font-bold font-mono text-xl" >
777
777
ANALYTICS_DASHBOARD.EXE
778
778
</ span >
779
779
< div className = "h-px flex-1 bg-border" />
@@ -784,20 +784,20 @@ export default function AnalyticsPage() {
784
784
785
785
< div className = "terminal-block-hover rounded border border-border bg-muted/20 p-4" >
786
786
< div className = "flex items-center gap-2 text-sm" >
787
- < span className = "terminal-glow text-primary" > $</ span >
787
+ < span className = "text-primary" > $</ span >
788
788
< span className = "font-mono text-foreground" >
789
789
# Analytics from Better-T-Stack CLI usage data
790
790
</ span >
791
791
</ div >
792
792
< div className = "mt-2 flex items-center gap-2 text-sm" >
793
- < span className = "terminal-glow text-primary" > $</ span >
793
+ < span className = "text-primary" > $</ span >
794
794
< span className = "font-mono text-muted-foreground" >
795
795
# Uses PostHog - no personal info tracked, runs on each project
796
796
creation
797
797
</ span >
798
798
</ div >
799
799
< div className = "mt-2 flex items-center gap-2 text-sm" >
800
- < span className = "terminal-glow text-primary" > $</ span >
800
+ < span className = "text-primary" > $</ span >
801
801
< span className = "font-mono text-muted-foreground" >
802
802
# Source:{ " " }
803
803
< Link
@@ -820,7 +820,7 @@ export default function AnalyticsPage() {
820
820
</ span >
821
821
</ div >
822
822
< div className = "mt-2 flex items-center gap-2 text-sm" >
823
- < span className = "terminal-glow text-primary" > $</ span >
823
+ < span className = "text-primary" > $</ span >
824
824
< span className = "font-mono text-muted-foreground" >
825
825
# Last updated:{ " " }
826
826
{ loadingLastUpdated ? "CHECKING..." : lastUpdated || "UNKNOWN" }
@@ -847,7 +847,7 @@ export default function AnalyticsPage() {
847
847
</ div >
848
848
</ div >
849
849
< div className = "flex items-center gap-1 rounded border border-border bg-primary/10 px-2 py-1" >
850
- < span className = "terminal-glow text-primary text-xs" > ▶</ span >
850
+ < span className = "text-primary text-xs" > ▶</ span >
851
851
< span className = "font-mono font-semibold text-primary text-xs" >
852
852
JOIN
853
853
</ span >
@@ -858,7 +858,7 @@ export default function AnalyticsPage() {
858
858
859
859
< div className = "space-y-4" >
860
860
< div className = "mb-4 flex items-center gap-2" >
861
- < span className = "terminal-glow font-bold font-mono text-lg" >
861
+ < span className = "font-bold font-mono text-lg" >
862
862
SYSTEM_METRICS.LOG
863
863
</ span >
864
864
< div className = "h-px flex-1 bg-border" />
@@ -871,11 +871,11 @@ export default function AnalyticsPage() {
871
871
< span className = "font-mono font-semibold text-sm" >
872
872
TOTAL_PROJECTS
873
873
</ span >
874
- < Terminal className = "terminal-glow h-4 w-4 text-primary" />
874
+ < Terminal className = "h-4 w-4 text-primary" />
875
875
</ div >
876
876
</ div >
877
877
< div className = "p-4" >
878
- < div className = "terminal-glow font-bold font-mono text-2xl text-primary" >
878
+ < div className = "font-bold font-mono text-2xl text-primary" >
879
879
{ totalProjects . toLocaleString ( ) }
880
880
</ div >
881
881
< p className = "mt-1 font-mono text-muted-foreground text-xs" >
@@ -890,11 +890,11 @@ export default function AnalyticsPage() {
890
890
< span className = "font-mono font-semibold text-sm" >
891
891
TOP_FRONTEND
892
892
</ span >
893
- < Cpu className = "terminal-glow h-4 w-4 text-primary" />
893
+ < Cpu className = "h-4 w-4 text-primary" />
894
894
</ div >
895
895
</ div >
896
896
< div className = "p-4" >
897
- < div className = "terminal-glow truncate font-bold font-mono text-accent text-lg" >
897
+ < div className = "truncate font-bold font-mono text-accent text-lg" >
898
898
{ mostPopularFrontend }
899
899
</ div >
900
900
< p className = "mt-1 font-mono text-muted-foreground text-xs" >
@@ -909,11 +909,11 @@ export default function AnalyticsPage() {
909
909
< span className = "font-mono font-semibold text-sm" >
910
910
TOP_BACKEND
911
911
</ span >
912
- < Terminal className = "terminal-glow h-4 w-4 text-primary" />
912
+ < Terminal className = "h-4 w-4 text-primary" />
913
913
</ div >
914
914
</ div >
915
915
< div className = "p-4" >
916
- < div className = "terminal-glow truncate font-bold font-mono text-accent text-lg" >
916
+ < div className = "truncate font-bold font-mono text-accent text-lg" >
917
917
{ mostPopularBackend }
918
918
</ div >
919
919
< p className = "mt-1 font-mono text-muted-foreground text-xs" >
@@ -928,11 +928,11 @@ export default function AnalyticsPage() {
928
928
< span className = "font-mono font-semibold text-sm" >
929
929
TOP_DATABASE
930
930
</ span >
931
- < Download className = "terminal-glow h-4 w-4 text-primary" />
931
+ < Download className = "h-4 w-4 text-primary" />
932
932
</ div >
933
933
</ div >
934
934
< div className = "p-4" >
935
- < div className = "terminal-glow truncate font-bold font-mono text-accent text-lg" >
935
+ < div className = "truncate font-bold font-mono text-accent text-lg" >
936
936
{ getDatabaseData ( ) . length > 0
937
937
? getDatabaseData ( ) [ 0 ] . name
938
938
: "None" }
@@ -949,11 +949,11 @@ export default function AnalyticsPage() {
949
949
< span className = "font-mono font-semibold text-sm" >
950
950
TOP_API
951
951
</ span >
952
- < TrendingUp className = "terminal-glow h-4 w-4 text-primary" />
952
+ < TrendingUp className = "h-4 w-4 text-primary" />
953
953
</ div >
954
954
</ div >
955
955
< div className = "p-4" >
956
- < div className = "terminal-glow truncate font-bold font-mono text-accent text-lg" >
956
+ < div className = "truncate font-bold font-mono text-accent text-lg" >
957
957
{ getAPIData ( ) . length > 0 ? getAPIData ( ) [ 0 ] . name : "None" }
958
958
</ div >
959
959
< p className = "mt-1 font-mono text-muted-foreground text-xs" >
@@ -968,11 +968,11 @@ export default function AnalyticsPage() {
968
968
< span className = "font-mono font-semibold text-sm" >
969
969
AUTH_ADOPTION
970
970
</ span >
971
- < Users className = "terminal-glow h-4 w-4 text-primary" />
971
+ < Users className = "h-4 w-4 text-primary" />
972
972
</ div >
973
973
</ div >
974
974
< div className = "p-4" >
975
- < div className = "terminal-glow font-bold font-mono text-2xl text-primary" >
975
+ < div className = "font-bold font-mono text-2xl text-primary" >
976
976
{ authEnabledPercent } %
977
977
</ div >
978
978
< p className = "mt-1 font-mono text-muted-foreground text-xs" >
@@ -987,11 +987,11 @@ export default function AnalyticsPage() {
987
987
< span className = "font-mono font-semibold text-sm" >
988
988
TOP_PKG_MGR
989
989
</ span >
990
- < Terminal className = "terminal-glow h-4 w-4 text-primary" />
990
+ < Terminal className = "h-4 w-4 text-primary" />
991
991
</ div >
992
992
</ div >
993
993
< div className = "p-4" >
994
- < div className = "terminal-glow truncate font-bold font-mono text-accent text-lg" >
994
+ < div className = "truncate font-bold font-mono text-accent text-lg" >
995
995
{ getPackageManagerData ( ) . length > 0
996
996
? getPackageManagerData ( ) [ 0 ] . name
997
997
: "npm" }
@@ -1008,11 +1008,11 @@ export default function AnalyticsPage() {
1008
1008
< span className = "font-mono font-semibold text-sm" >
1009
1009
AVG_DAILY
1010
1010
</ span >
1011
- < TrendingUp className = "terminal-glow h-4 w-4 text-primary" />
1011
+ < TrendingUp className = "h-4 w-4 text-primary" />
1012
1012
</ div >
1013
1013
</ div >
1014
1014
< div className = "p-4" >
1015
- < div className = "terminal-glow font-bold font-mono text-2xl text-primary" >
1015
+ < div className = "font-bold font-mono text-2xl text-primary" >
1016
1016
{ avgProjectsPerDay . toFixed ( 1 ) }
1017
1017
</ div >
1018
1018
< p className = "mt-1 font-mono text-muted-foreground text-xs" >
@@ -1025,7 +1025,7 @@ export default function AnalyticsPage() {
1025
1025
1026
1026
< div className = "space-y-6" >
1027
1027
< div className = "mb-4 flex items-center gap-2" >
1028
- < span className = "terminal-glow font-bold font-mono text-lg" >
1028
+ < span className = "font-bold font-mono text-lg" >
1029
1029
TIMELINE_ANALYSIS.CHARTS
1030
1030
</ span >
1031
1031
< div className = "h-px flex-1 bg-border" />
@@ -1124,7 +1124,7 @@ export default function AnalyticsPage() {
1124
1124
1125
1125
< div className = "space-y-6" >
1126
1126
< div className = "mb-4 flex items-center gap-2" >
1127
- < span className = "terminal-glow font-bold font-mono text-lg" >
1127
+ < span className = "font-bold font-mono text-lg" >
1128
1128
STACK_CONFIGURATION.DB
1129
1129
</ span >
1130
1130
< div className = "h-px flex-1 bg-border" />
@@ -1425,7 +1425,7 @@ export default function AnalyticsPage() {
1425
1425
1426
1426
< div className = "space-y-6" >
1427
1427
< div className = "mb-4 flex items-center gap-2" >
1428
- < span className = "terminal-glow font-bold font-mono text-lg" >
1428
+ < span className = "font-bold font-mono text-lg" >
1429
1429
DEV_ENVIRONMENT.CONFIG
1430
1430
</ span >
1431
1431
< div className = "h-px flex-1 bg-border" />
0 commit comments