aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't show stats if they're null lmao I suck at thismasterGalen Guyer2022-12-201-1/+1
* DN navigating home is unintuitiveGalen Guyer2022-12-201-1/+1
* Show DN when logged inGalen Guyer2022-12-202-2/+16
* Remove DisplayName, fix login page features crashGalen Guyer2022-12-204-10/+8
* Add loading screenGalen Guyer2022-09-015-4/+120
* nicer styling on login/signup pageGalen Guyer2022-09-014-13/+23
* Alpha warning banner lolGalen Guyer2022-09-012-1/+23
* Make TTL use dropdown instead of inputGalen Guyer2022-08-311-5/+15
* Better sorting, humanize TTLsGalen Guyer2022-08-313-16/+53
* Sort by name within typeGalen Guyer2022-08-311-1/+1
* Navigate to right page on zone creationGalen Guyer2022-08-311-1/+1
* Don't show NS records, the user shouldn't mess with thoseGalen Guyer2022-08-311-1/+1
* Make record modal fields biggerGalen Guyer2022-08-311-4/+5
* Add zone creationGalen Guyer2022-08-312-29/+118
* Add some padding at the bottomGalen Guyer2022-08-311-0/+1
* Use a modal instead of alert()Galen Guyer2022-08-317-21/+88
* Logo takes you to zones page if logged inGalen Guyer2022-08-312-1/+50
* Fix re-renders from using hrefGalen Guyer2022-08-318-29/+30
* Add git-blame-ignore-revs fileGalen Guyer2022-08-311-0/+2
* Add prettier configGalen Guyer2022-08-3124-6814/+3528
* DRY some login/signup componentsGalen Guyer2022-08-313-82/+46
* Support more record typesGalen Guyer2022-08-311-0/+3
* Reduce h1 weightGalen Guyer2022-08-311-1/+1
* Make login and signup pages a bit nicerGalen Guyer2022-08-313-10/+7
* Make header buttons dynamicGalen Guyer2022-08-316-42/+71
* Add features, restyle base pageGalen Guyer2022-08-315-60/+59
* Show query stats on the homepageGalen Guyer2022-08-311-0/+14
* Add links to signup/login pages in opposing pageGalen Guyer2022-08-312-2/+26
* Add creation of new records in a zoneGalen Guyer2022-08-319-33/+102
* ESLint eat shitGalen Guyer2022-08-311-1/+1
* Fix some lint errors, move RecordModal into its own componentGalen Guyer2022-08-319-105/+122
* Redirect to zone pages on login, remove "+" in edit modalGalen Guyer2022-08-313-3/+2
* Add better zones list uiadryd2022-07-295-47/+62
* UI changesadryd2022-07-276-16/+35
* tiny bit of nicer stylingGalen Guyer2022-07-243-12/+34
* List available zonesGalen Guyer2022-07-243-5/+38
* edit modal for recordsGalen Guyer2022-07-2320-3144/+6839
* added edit modal mockupadryd2022-06-292-2/+121
* write record sorting functionadryd2022-06-271-3/+37
* get record data from "api"Galen Guyer2022-06-214-34/+35
* Add very basic table for recordsadryd2022-06-179-140/+243
* signup worksGalen Guyer2022-06-052-12/+93
* on't do anything with totp if the feature is offGalen Guyer2022-06-031-2/+7
* create useFeatures and FeaturesProviderGalen Guyer2022-06-023-10/+43
* add totp field to login pageGalen Guyer2022-05-313-11/+43
* add auth and login pageGalen Guyer2022-05-306-7/+208
* hide cancel button from sign upGalen Guyer2022-05-301-1/+1
* style buttonsGalen Guyer2022-05-303-64/+165
* Progress on signup pageadryd2022-05-308-224/+352
* Initial Commitadryd2022-05-265-28004/+9735