• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uw-it-aca / myuw / 5124790886

pending completion
5124790886

Pull #2945

github

web-flow
Merge abe42b737 into 97a0bd1ad
Pull Request #2945: Feat/muwm 4072

94 of 94 new or added lines in 20 files covered. (100.0%)

17057 of 18654 relevant lines covered (91.44%)

9.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/myuw_vue/components/_common/cache-msg.vue
1
<template>
×
2
  <div
3
    class="myuw-text-sm text-dark-gray fst-italic"
4
    :class="[$mq === 'mobile' ? 'text-center' : 'text-end']"
5
  >
6
    Most updates become available after 15 minutes.
7
    <uw-pop-over selector="cache-msg" title="Data Update Policy" :content="message"/>
8
  </div>
9
</template>
10

×
11
<script>
12
import PopOver from './pop-over.vue';
×
13
export default {
14
  components: {
15
    'uw-pop-over': PopOver,
16
  },
17
  computed: {
18
    message() {
19
      return (
20
        '<p>Most data updates become available in MyUW every 15 minutes, but some can ' +
21
        'take up to four hours.</p>' +
22
        '<div>If you’re not seeing information you’d expect, please refresh the page at ' +
23
        "a later time. If you're still having issues email " +
24
        "<a href='mailto:help@uw.edu?subject=MyUW Question'>" +
25
        'help@uw.edu</a>.</div>'
26
      );
27
    },
28
  },
29
};
×
30
</script>
31

32
<style lang="scss" scoped>
33
@use 'sass:map';
34
@import '../../../myuw/static/css/myuw/variables.scss';
35
</style>
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc