Browse Source

Merge branch 'stage' of gitlab.work-jetup.site:task-me/rws-web-app into stage

pull/25/head
Vitalik 7 months ago
parent
commit
bf1a836257
  1. BIN
      src/assets/stickers/s-briefcase.png
  2. BIN
      src/assets/stickers/s-calculator.png
  3. BIN
      src/assets/stickers/s-light-bulb.png
  4. BIN
      src/assets/stickers/s-pie-chart.png
  5. BIN
      src/assets/stickers/s-pos.png
  6. BIN
      src/assets/stickers/s-shopping-cart.png
  7. BIN
      src/assets/stickers/s-statistics.png
  8. BIN
      src/assets/stickers/s-target.png
  9. 18
      src/config/stickers.config.ts

BIN
src/assets/stickers/s-briefcase.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
src/assets/stickers/s-calculator.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
src/assets/stickers/s-light-bulb.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
src/assets/stickers/s-pie-chart.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
src/assets/stickers/s-pos.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
src/assets/stickers/s-shopping-cart.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
src/assets/stickers/s-statistics.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
src/assets/stickers/s-target.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

18
src/config/stickers.config.ts

@ -7,7 +7,25 @@ import s6 from "@/assets/stickers/s6.png"; @@ -7,7 +7,25 @@ import s6 from "@/assets/stickers/s6.png";
import s7 from "@/assets/stickers/s7.png";
import s8 from "@/assets/stickers/s8.png";
import briefcase from "@/assets/stickers/s-briefcase.png";
import calculator from "@/assets/stickers/s-calculator.png";
import lightBulb from "@/assets/stickers/s-light-bulb.png";
import pieChart from "@/assets/stickers/s-pie-chart.png";
import pos from "@/assets/stickers/s-pos.png";
import shoppingCart from "@/assets/stickers/s-shopping-cart.png";
import statistics from "@/assets/stickers/s-statistics.png";
import target from "@/assets/stickers/s-target.png";
export const stickersList = {
"new-briefcase": briefcase,
"new-calculator": calculator,
"new-light-bulb": lightBulb,
"new-pie-chart": pieChart,
"new-pos": pos,
"new-shopping-cart": shoppingCart,
"new-statistics": statistics,
"new-target": target,
"1s": s1,
"2s": s2,
"3s": s3,

Loading…
Cancel
Save