Commit graph

  • 851eb68c7b
    Merge 78a0002398 into 804b0345e5 dependabot[bot] 2024-01-24 02:30:42 +0000
  • 78a0002398
    Bump vite from 4.3.9 to 4.5.2 dependabot/npm_and_yarn/vite-4.5.2 dependabot[bot] 2024-01-24 02:30:41 +0000
  • 804b0345e5
    Merge pull request #1 from punkfairie/dependabot/npm_and_yarn/vite-4.3.9 main punkfairie 2023-06-06 19:31:34 -0700
  • 8ee530a97b
    Bump vite from 4.3.5 to 4.3.9 dependabot[bot] 2023-06-07 02:11:28 +0000
  • 2c6af2d044 Update frontend. marley 2023-05-19 11:29:26 -0700
  • 48807e59f0 Test ini file matrix. marley 2023-05-18 21:29:49 -0700
  • 26234c2478 Small mistakes. marley 2023-05-18 21:21:47 -0700
  • 56cec7a835 Improve Settings test coverage. marley 2023-05-18 21:20:15 -0700
  • 60d2298a16 Improve Body test coverage. marley 2023-05-18 21:00:40 -0700
  • 9f8e890bdc Del Journal & the last of Journal types. marley 2023-05-18 20:15:17 -0700
  • 86af719b97 Make the other tests pass again. marley 2023-05-18 20:13:30 -0700
  • 8e6fa855ce Make Safari tests pass again. marley 2023-05-18 09:59:17 -0700
  • 7dec2bd445 Removing unneeded types. marley 2023-05-18 09:56:04 -0700
  • 45533267ce Refactoring: migrating to @kayahr/ed-journal pt2. marley 2023-05-18 09:48:16 -0700
  • 36e73b89bc Refactoring: migrating to @kayahr/ed-journal. marley 2023-05-17 20:38:26 -0700
  • de2819eab3 Refactoring: Settings. marley 2023-05-17 18:30:39 -0700
  • 5f374f0657 Refactoring: Body. marley 2023-05-17 17:29:09 -0700
  • 87779e88ab Settings unit tests. marley 2023-05-17 16:18:45 -0700
  • 72648f7430 Started Settings unit tests. marley 2023-05-17 14:43:14 -0700
  • a30c0dd179 Body unit tests. marley 2023-05-17 13:44:27 -0700
  • f0a79d4d7a System unit tests. marley 2023-05-17 13:09:57 -0700
  • edd9ef88a6 EDSM unit tests. marley 2023-05-17 10:52:26 -0700
  • 1d0f22d1f4 Safari & Journal unit tests. marley 2023-05-16 20:15:37 -0700
  • 84ba1ad132 Journal files were accidently being ignored. punkfairie 2023-05-15 21:21:53 -0700
  • 924064d9f2 Add journal files for use in testing punkfairie 2023-05-15 20:53:02 -0700
  • e381ea5ffa Bugs & TODO file punkfairie 2023-05-15 20:46:37 -0700
  • 87b631efff Finally got testing working! marley 2023-05-15 13:39:30 -0700
  • 2a97cb358f Final cleanup, ready for packing! v1.0.0-beta punkfairie 2023-05-14 16:03:12 -0700
  • 68bda87253 Custom colors! punkfairie 2023-05-14 15:44:52 -0700
  • ce573865f6 File selection! punkfairie 2023-05-14 13:47:26 -0700
  • 3c13667ce7 Working out EliteMatrix punkfairie 2023-05-14 13:19:07 -0700
  • 050bc9beeb post-css autoprefixer punkfairie 2023-05-14 08:50:41 -0700
  • ec2b5b00ab Going to attempt color matrix-ing instead of RGB. punkfairie 2023-05-14 08:16:30 -0700
  • f749cb76f7 Settings props and settings form for colors. punkfairie 2023-05-13 20:14:26 -0700
  • 8f90bc3211 Blend function. punkfairie 2023-05-13 20:06:52 -0700
  • d913476dc6 Merge branch 'main' of https://github.com/punkfairie/ed-safari into main punkfairie 2023-05-13 18:19:00 -0700
  • d0bde5b5e3 Delete :Zone.Identifier punkfairie 2023-05-13 18:18:34 -0700
  • 04f422e246 Ignore ZoneIdentifier punkfairie 2023-05-13 18:17:27 -0700
  • f9ad3454b5
    Delete ldom.min.js:Zone.Identifier punkfairie 2023-05-13 18:15:50 -0700
  • cbfb2b7e2d SETTINGS: Redirect to main on save. punkfairie 2023-05-13 17:32:43 -0700
  • d6708ed0ee SETTINGS: Validate and save; form errors. punkfairie 2023-05-13 17:17:01 -0700
  • 14c02f614a SETTINGS: Default values; bottom border on inputs. punkfairie 2023-05-13 16:22:07 -0700
  • e519bdbcdf Adjusting body highlight to match settings. punkfairie 2023-05-13 16:01:46 -0700
  • 26b112ae9a Settings file writing/reading. punkfairie 2023-05-13 15:31:19 -0700
  • 40f277884e Create Settings class. punkfairie 2023-05-13 14:23:16 -0700
  • d5a8fdf3d4 Settings back btn. punkfairie 2023-05-13 14:13:57 -0700
  • 28e9c1edac Settings title bar. punkfairie 2023-05-13 13:19:59 -0700
  • 881df3bca3 Settings btn working! punkfairie 2023-05-13 13:11:57 -0700
  • 1769d18c6d Close btn working punkfairie 2023-05-13 12:50:39 -0700
  • e34000e84e titlebar & close btn punkfairie 2023-05-13 12:26:25 -0700
  • 5dd978e491 Start styling settings. punkfairie 2023-05-13 18:33:22 -0700
  • 4bcdf69531 Start settings display; fix settings not reopening punkfairie 2023-05-13 03:39:52 -0700
  • bea31a8131 Settings window. punkfairie 2023-05-13 03:20:55 -0700
  • 60ceaf5450 Fixing LDOM functionality in packaged app. punkfairie 2023-05-12 23:02:05 -0700
  • be52cf7da6 Fiddling with packaging punkfairie 2023-05-12 22:48:31 -0700
  • 672c665aec Pushing to Github punkfairie 2023-05-12 21:08:33 -0700
  • 023b9add6b Remove seperation of high-value/low-value scans. punkfairie 2023-05-12 19:53:16 -0700
  • 7dd350d1ff Sorting and highlighting valuable bodies. punkfairie 2023-05-12 19:48:01 -0700
  • 5bdeec7857 Body value calculations written and displayed! punkfairie 2023-05-12 19:37:41 -0700
  • 0bf9cb2c69 Remove old interfaces. punkfairie 2023-05-12 03:26:02 -0700
  • fb47bd24bd Space between planet type icon and type name. punkfairie 2023-05-12 03:01:12 -0700
  • 75f180526d System values estimated. punkfairie 2023-05-12 03:00:15 -0700
  • 5c69024c02 Safari -> singleton punkfairie 2023-05-12 00:05:34 -0700
  • 2174496afb EDSM.request() punkfairie 2023-05-11 23:57:34 -0700
  • 535d289e43 EDSM.request() punkfairie 2023-05-11 22:14:44 -0700
  • 93ef09e8c6 Implemented Safari, Journal. RM JournalInterface punkfairie 2023-05-11 21:20:06 -0700
  • 03ca5902b1 JournalInterface -> Journal & App punkfairie 2023-05-11 21:02:23 -0700
  • 913767a6ea Shouldn't check for Location if FSDJump was found. punkfairie 2023-05-11 03:41:07 -0700
  • dc9ccdb26b Remove duplicate current system from NavRoute punkfairie 2023-05-11 03:03:07 -0700
  • 8432caba41 NavRoute populated in UI. punkfairie 2023-05-11 02:45:02 -0700
  • fc422e8268 <hr> opacity fixed. punkfairie 2023-05-11 01:54:39 -0700
  • 6b0e1d8240 New NavRoutes detected, read, saved. punkfairie 2023-05-11 01:54:03 -0700
  • 3d43590006 navRoute types punkfairie 2023-05-10 22:14:18 -0700
  • 2da65e94f7 Make buildRings private. punkfairie 2023-05-10 22:10:11 -0700
  • b8745fa7e3 Find last location if no FSDJump found. punkfairie 2023-05-10 22:00:33 -0700
  • e97f527937 Convert ui functions to UI class. punkfairie 2023-05-10 21:54:32 -0700
  • fd4f072bde Body/System js -> ts punkfairie 2023-05-10 21:44:54 -0700
  • ad2786d735 journalInterface js -> ts punkfairie 2023-05-10 21:30:06 -0700
  • 84ec21161f Start js -> ts; define journal line types. punkfairie 2023-05-09 22:04:43 -0700
  • ab1fede12a Moved Object.assign() to inside Body constructor. punkfairie 2023-05-09 20:13:25 -0700
  • 8b190c8054 New bodies are added to UI when scanned! punkfairie 2023-05-09 16:13:27 -0700
  • 9d5042cc05 Set charted/uncharted styles accordingly. punkfairie 2023-05-09 16:05:58 -0700
  • b22c26cae6 Switch Bootstrap from CDN to NPM package. punkfairie 2023-05-09 15:32:00 -0700
  • 32d5919778 Update UI when FSDJump is detected. punkfairie 2023-05-09 13:40:32 -0700
  • d68ae26032 Removed Vue as it was like putting a round peg in a square hole. Using LDOM now and building UI manually. punkfairie 2023-05-09 12:55:15 -0700
  • d70c4143f8 finish formatting bodies punkfairie 2023-05-08 19:13:30 -0700
  • 2870645169 no punkfairie 2023-05-08 17:42:09 -0700
  • 19e77fa055 shrug punkfairie 2023-05-08 13:10:38 -0700
  • c457dfe7da oops first commit punkfairie 2023-05-08 12:25:13 -0700