c6c22643c1
scss: migrate @import -> @use, lighten/darken -> color.adjust (dart-sass)
...
Silences the dart-sass deprecation warnings that flooded every build:
- All @import of local partials (colors, mixins, and the CSS-emitting
partials) -> @use '...' as * (partials are pure defs, so 'as *' keeps the
global names and the ~25 call sites unchanged). Added explicit @use './colors'
to bootstrap-overrides.scss and cookies-eu.scss, which used -palette*
transitively (broke under @use's scoping).
- lighten(c, x%) -> color.adjust(c, $lightness: x%) and darken -> negative,
with @use 'sass:color' in the 6 affected files.
Compiles clean (byte-for-byte CSS behavior preserved).
2026-07-17 18:18:04 +02:00
vjrj
23ee271d64
Fires maps simplified. Better mobile style
2018-03-04 13:31:41 +01:00
vjrj
ae3b9e5faf
About page
2018-02-22 10:49:15 +01:00
vjrj
eca58df6c2
Fire popupsand active/archive urls
2018-02-08 11:15:23 +01:00
vjrj
674c07460b
Added false positives management to website
2018-01-29 19:23:05 +01:00
vjrj
e4b0135953
Minor style fixes
2018-01-26 13:38:38 +01:00
vjrj
ce18aab493
Style improvements in home, navigation, and footer
2018-01-25 12:54:01 +01:00
vjrj
3eeb14e30e
Added SubscriptionsMap
2018-01-24 16:52:07 +01:00
vjrj
952431d296
Pages (terms/tos/privacy), comments improvements, etc
2018-01-21 20:53:21 +01:00
vjrj
cd16f45d8e
Style improvements for mobile
2018-01-19 11:04:14 +01:00
vjrj
4227389a67
Login/Auth and pariticipate. Telegram auth (wip)
2017-12-22 09:33:37 +01:00
vjrj
e3eddd6b85
Many improvements in SelectionMap
2017-12-21 10:57:00 +01:00
vjrj
497724443f
More work with subscriptions
2017-12-18 03:16:06 +01:00
vjrj
918103a17b
More work with subscriptions
2017-12-17 02:00:53 +01:00
vjrj
5bed310153
More work in header and distanceslider
2017-12-12 00:38:40 +01:00
vjrj
b1c9aad0ea
More work in home
2017-12-11 12:30:35 +01:00
vjrj
9fd889f77f
Improved home page
2017-12-11 11:08:52 +01:00
vjrj
441dfa4c62
More work in home, footer, new credits page
2017-12-11 07:56:54 +01:00
vjrj
b6b8f893e3
Gkey improved. New pages. Home improved based in startbootstrap
2017-12-10 03:32:12 +01:00
vjrj
fe7a314d92
Added geolocation. Improved map subs. FireMap page
2017-12-01 21:18:10 +01:00
vjrj
ac3a157a76
scss reorg
2017-11-30 16:28:06 +01:00
vjrj
96ce5d278f
scss reorg
2017-11-30 16:27:59 +01:00
vjrj
5ab88f7a39
Added connection status
2017-11-29 13:38:04 +01:00
vjrj
e83be9c69f
Added cookies
2017-11-29 12:02:50 +01:00
vjrj
fffeb2a17a
More i18n work
2017-11-28 22:49:25 +01:00
vjrj
2ad4972115
More i18n work
2017-11-28 18:24:50 +01:00
vjrj
d7664cbf84
Added bootstrap package
2017-11-23 19:02:54 +01:00
vjrj
60fcd48140
Basic tcef home
2017-11-14 08:41:42 +01:00
vjrj
460d0a0b5e
Minimum bootstrap 4 running
2017-11-14 00:43:00 +01:00
vjrj
403a108dba
Generic template with i18next
2017-11-13 21:24:35 +01:00
rglover
ab22ebc967
corrections found while writing documentation
2017-06-05 16:44:35 -05:00
cleverbeagle
b0270cc98b
add oauth flows, profile, logout page, and index page
2017-05-29 22:02:22 -05:00
cleverbeagle
3459bf26f8
wip wiring up account forms
2017-05-25 16:31:01 -05:00
cleverbeagle
cdc15f019d
wip Pup 1.0.0
2017-05-23 20:05:46 -05:00